Questions tagged [properties]
5 questions
1
vote
1 answer
Org mode agenda custom command that can match on one of multiple property values
The "Advanced Search" Org mode tutorial on Worg provides the following example to find all entries with either "Walter" or "Evensong" in the author field:
BIB_TITLE={Walter\|Evensong}
I would like do the same in a custom agenda command. However the…

Snelephant
- 814
- 1
- 7
- 17
1
vote
1 answer
Programatically update org-mode properties values
I have a handful of org-remark highlight-annotations which, before a bug in the code-base got fixed, consistently got displaced by 40 characters when I left and returned to the buffer.
In order for the highlight to make sense, I need to manually…

Sati
- 775
- 6
- 21
0
votes
1 answer
How to display the list of all #+NAME properties is org-mode document?
It must be something obvious but I cannot find information on
this issue.
When reftex-mode is enabled, I can type ~C-c )~
and for the following piece of code
\begin{equation}
2x=4
\label{Eq:A}
\end{equation}
…

martinoidar
- 89
- 6
0
votes
0 answers
Setting Properties for org-mode whole buffers
Context: I am looking for a clean way to declare buffer level metadata to Org files. Some properties can only be declared at level-0 (i.e. buffer level) and others only in a property drawer, which is usually reserved for headline level.
Problem:…

ics
- 1
- 1
0
votes
1 answer
How to autocomplete a property?
I've replicated org mode's example, except I didn't manually fill out the value for key Publisher under Goldberg Variations. How do I get a prompt for autocompletion?
* CD collection
:PROPERTIES:
:NDisks_ALL: 1 2 3 4
:Publisher_ALL: "Deutsche…
user19777