Skip to main content

Questions tagged [org-mode]

Org-mode is an Emacs major mode for keeping notes, maintaining TODO lists, planning projects, and authoring documents with a fast and effective plain-text system. Because Org mode is a vast subject area, other tags must accompany the `org-mode` tag.

0 votes
0 answers
2 views

Minimum Calculation using table formula ignoring empty cells emacs org mode

Suppose I have the following table: | Headline | Time | Effort | Pay | |--------------+------+--------+-------| | *Total time* |*1:16*| | | |--------------+------+--------+-------| |...
sab hoque's user avatar
  • 135
0 votes
1 answer
20 views

Use contents of a heading in Yasnippet

Is it possible to define a yasnippet that will pick up contents of a heading? Say, I have something like this: * Heading 1 :PROPERTIES: :CUSTOM_ID: MyHead :END: Text under Heading 1 I will like to ...
Deshmukh's user avatar
1 vote
2 answers
38 views

Org babel add extra "," after indent for no reason

Insert the following text in an org buffer with electric-indent-mode on. #+begin_src python s=''' #+1 #+1''' #+end_src add a newline to s, and the buffer will become: #+begin_src python s=''' ,#+...
godblessfq's user avatar
  • 1,239
0 votes
0 answers
18 views

Prevent italics in code or verbatim strings in org mode

In an Org mode file, I have: ="a man".gsub(/a/, 'z')= ~"a man".gsub(/a/, 'z')~ the /a/ in code and verbatim string is italicized when it shouldn't be. How can I prevent this ? ...
Anurag's user avatar
  • 1
0 votes
1 answer
19 views

Can org-sbe populate a whole table column?

Is it possible to populate table columns from org-sbe? The idea is that a code block would return multiple values, which would each end up in one cell of the designated column. This is what I have ...
Stefano's user avatar
  • 175
2 votes
1 answer
46 views

Org Capture Template - Reuse the value entered

Consider the following capture template. It is asking for heading text and four properties; viz: TYPE, NAME, REFERENCE and LOCATION. ("a" "Template 1" entry (file+headline &...
Deshmukh's user avatar
0 votes
0 answers
20 views

unexplained abbreviation expansion [duplicate]

I have an abbreviation that expands into an org mode link -- for example, it changes gmdn into [[abbrev:Global Medical Device Nomenclature][GMDN]], and I have org configured to color the resulting ...
Dan Drake's user avatar
  • 655
1 vote
1 answer
32 views

Org-mode function to create a link to file and heading without using ids

I am using ids with org-mode by setting: (setq org-id-link-to-org-use-id 'create-if-interactive) However, there are instances where I want to link to another heading without using ids. I want to use ...
hll02's user avatar
  • 11
0 votes
0 answers
27 views

Org mode capture template that lets one select repeater interval

The following in a capture template lets one select the scheduled date and appends a repeater interval SCHEDULED: %(org-insert-time-stamp (org-read-date nil t) nil nil nil nil \" ++1m\") Is ...
Deshmukh's user avatar
0 votes
0 answers
33 views

Org Agenda Custom View to show only non-repeated tasks

Just what the question says. Is it possible to build a custom agenda command that shows only tasks without a repeater? And as a side question, a custom agenda command that shows only tasks with a ...
Deshmukh's user avatar
0 votes
0 answers
18 views

Preview horizontal rule within org mode

As per the documentation: A line consisting of only dashes, and at least 5 of them, is exported as a horizontal line. But is there a way to preview the horizontal rule right within emacs, similar to ...
Gangula's user avatar
  • 291
0 votes
1 answer
47 views

Problem with Tikz Picture and Latex Export from Org File

When trying to generate a tikzpicture as a figure for export the compilation fails with an error message about a missing aux file. However, I can see that the pdf is generated as a temporary file in ...
brittAnderson's user avatar
1 vote
0 answers
65 views

Date ranges in org-super-agenda

I often have cause to plan aspects of events/work in my life as much as a year out. Consequently, I would like to generate a yearly org-agenda view which has the following properties: Shows not the ...
lmkerbey's user avatar
0 votes
1 answer
27 views

Removing multiple files from org-agenda-files

While customizing org-agenda, (setq org-agenda-custom-commands '(("u" "Updated Tasks" todo "" ((org-agenda-files (remove "~/org/old.org&...
Deshmukh's user avatar
1 vote
2 answers
27 views

Prevent org-mode latex exporter from emitting \usepackage

I'm trying to generate a SIGPLAN document class from within org-mode. So far, I have found that I need to add something like this to org-latex-classes: (add-to-list 'org-latex-classes '(&...
Maciek Godek's user avatar

15 30 50 per page
1
2 3 4 5
386