First time sending mail to the list; please let me know if I commit any
breaches of etiquette or convention (e.g. on attaching backtraces as a file
vs sending in message body).
I'll add a data point to the people that have been having trouble with
org-element--cache recently; I get the warning sho
It's a common workflow to iterate over all Org headings in a given file,
archiving those marked with the "DONE" keyword. The only problem is that
archiving changes the structure of the file you're operating on, so if you
have test.org:
* DONE A
* DONE B
* DONE C
* DONE D
A will be
> Let me know if you are still seeing the problem.
This may be a deficiency in my function (I basically copied it
wholesale after realizing the source of the "skipping" issue so there
may be context I'm missing), but I'm noticing a problem when the
heading-to-be-archived comes last in the file. Fo
It seems like the visibility property on a parent heading overrides
the visibility property on a child heading - is this expected? e.g.
when I have the raw text:
* Foo
:PROPERTIES:
:VISIBILITY: content
:END:
** Bar
:PROPERTIES:
:VISIBILITY: folded
:END:
*** Baz
... I would expect (and would like)
The category of items in an "agenda" block view as returned by
org-agenda-get-category are truncated based on the value of the prefix
format; this isn't the case for e.g. the tags-todo view. For instance,
if an item has a category "marathon training", and your agenda and
tags-todo views both have p