org-mode Questions

1

The correct syntax is this: #+PROPERTY: header-args :tangle "~/.config/emacs/init.el" But once, I had, instead of header-args, header-aegs. Notice the e instead of r. I was getting the ...
Bennington asked 21/5, 2023 at 18:55

5

Solved

In org-mode, pressing M-S-RET (meta-shift-return) will create a new TODO on a new line. This key sequence sends M-RET to emacs through my terminal. I've checked this with C-h c ESC-S-RET, which ret...
Casiecasilda asked 20/8, 2010 at 6:43

5

Solved

I have been using Emacs 24.4 for all my math/scientific notes. org-latex-preview is fantastic for this! But recently, I upgraded to a macbook pro with retina display, and I now see that all my equa...
Clothilde asked 10/5, 2015 at 12:22

4

Solved

I have tasks that I do every day (e.g bugzilla triage), but I only do those Monday to friday. Not on the weekends. When I use something like this: SCHEDULED: <2015-02-07 Sat ++1d> It repe...
Cabot asked 6/2, 2015 at 16:3

1

I use emacs org-mode write my documents, and export to html. For a table, i want to set column width(percentage of width), for example as follow: #+attr_html: :border 1 :rules all :frame border :...
Ludovick asked 6/9, 2016 at 6:53

4

Take foo /bar/ baz as example, when exported to HTML, it becomes foo <i>bar</i> baz, now I want to export it with the original style foo /bar/ baz, how to achieve this ? I have tried fo...
Belcher asked 10/3, 2013 at 16:54

4

How can I edit Google Drive text documents using Emacs and mirror my changes back to the Google Doc? I found a Google command line program, as well as something called gclient, which is part of Em...
Emmyemmye asked 22/8, 2013 at 20:43

1

Is there a way to turn off visual-line-mode within Emacs Org-mode tables? I very much like how visual-line-mode works in Org-mode, except when it wraps wide tables, making them unreadable. Maybe se...
Cheryle asked 26/9, 2016 at 7:16

2

Solved

How do we sort in a column view. In specific, I have a list of estimated taks, along with their priority, I want to be able to sort them based on any field, dynamically or atleast by specifying a f...
Amadavat asked 25/7, 2012 at 17:21

1

I use org-mode. When I archive some headings, they are moved to FILENAME_archive, along with the filename and OLPATH property. From the information stored as property in the archive file I think ...
Murat asked 24/2, 2014 at 17:3

5

Solved

I'm in the process of writing a whitepaper, and am about half-way through. I've just realized that it would be far simpler to write this in org-mode and export to latex/pdf than writing it directly...
Follicle asked 17/11, 2009 at 9:59

8

Solved

To archive the DONE tasks i am using C-c C-x a command. The draw back is i have to manually move over the DONE tasks one by one and then archive it. How to archive all the DONE tasks using a si...
Roncesvalles asked 9/8, 2011 at 14:1

4

Solved

I am following this tutorial, and I am getting this error, when I try to export the presentation to latex: No definition for class `beamer' in `org-export-latex-classes' Note: I installed emacs ...
Warner asked 14/7, 2011 at 10:14

8

Solved

Google Chrome is set as the default browser. However, it opens links in Firefox, which is undesired. How can I make Org-mode to open links in Google Chrome?
Eventempered asked 22/12, 2010 at 4:50

9

I am learning org mode, and just found out about sparse trees (C-c / t and its kin). How can I go back to the original, unsparse, view of my org document? I found out by trial and error that TAB-c...
Timmie asked 17/9, 2012 at 1:29

3

Solved

Gnome 3 has a beautiful calendar panel that drops down from the menu bar, and includes a space for your upcoming appointments. By default this appointment manager reads from the calendar in Evoluti...
Booby asked 17/10, 2011 at 14:35

4

In org-mode, I want to give inline code with equals signs and quotation marks: <div class="foo"> The way I would normally do this in org-mode is =<div class="foo">= When I export ...
Flashcube asked 5/6, 2013 at 15:47

2

Solved

When I toggle inline image using org-toggle-inline-images which shows the image(s). However, when the image it too large it will overflow the editor's frame (See screenshot below). How to make the...
Liston asked 7/4, 2016 at 2:51

2

I'm looking for a way to use time tracking information from org-mode agenda files to build a timetable. Time spent in different tasks would be indicated, grouped by tag and restricted to a given ti...
Devotee asked 27/6, 2013 at 21:32

1

I would like to review my clocked time by tags, to answer e.g. how much time did I spend this week on my health, on my work, on a client or on social relationships? I am using tags, because the ite...
Acquah asked 3/1, 2022 at 15:59

1

Solved

I'm constructing an org-mode document that I want to export to LaTeX. However, I don't want the sections and subsections to be numbered (e.g. I want to generate \section* rather than \section). I e...
Acolyte asked 2/6, 2022 at 15:15

6

Solved

I'm trying to find a way to quickly recurse through every subdirectory searching for org files. I've found several solutions (Elisp Cookbook, and several solutions on github), but they don't handle...
Applique asked 20/6, 2013 at 14:9

2

This export option: #+TITLE: My title Does two things: adds a meta tag on the document's head: <title>My title</title> adds a heading at the start of the generated content div: &lt...
Berm asked 6/1, 2016 at 13:5

2

Solved

I am running Emacs 24.3 and org-mode 8.25f. When I use M-x org-publish command, the org-mode only convert the new .org files to .html and skip all the others which have not been modified since last...
Sideslip asked 21/1, 2014 at 12:54

3

Solved

IS there a way to 'texify' an ASCII table written with Emacs' orgtabl-mode. Creating tables in this mode is extremely simple. E.g. suppose I have this table |------+-----+-----| | A | B | C | |-...
Tetzel asked 15/12, 2011 at 1:19

© 2022 - 2025 — McMap. All rights reserved.