[BUG] org-element--cache gives "Unregistered buffer modifications" warning [9.5 (9.5-g859984 @ /home/john/.emacs.d/straight/build/org/)]

2021-11-07 Thread John Mathena
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

[BUG] Setting org-map-continue from to avoid skipping headings while archiving no longer works [9.5.2 (9.5.2-gd01235 @ /home/john/.emacs.d/straight/build/org/)]

2021-12-28 Thread John Mathena
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

Re: [BUG] Setting org-map-continue from to avoid skipping headings while archiving no longer works [9.5.2 (9.5.2-gd01235 @ /home/john/.emacs.d/straight/build/org/)]

2022-01-06 Thread John Mathena
> 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

[BUG] Child's visibility property is overridden by parent's [9.5.2 (9.5.2-gbc8c3e @ /home/john/.emacs.d/straight/build/org/)

2022-02-15 Thread John Mathena
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)

org-agenda-filter-by-category not working in block agendas due to inconsistent truncation

2024-02-22 Thread John Mathena
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