Re: Org mode projects during the FSF 40th anniversary hackathon?

2025-05-27 Thread Bastien Guerry
Hi Pedro, Pedro Andres Aranda Gutierrez writes: > People using proven setups for languages others cannot decode (I'd be > the first in the queue) could provide guidance and support. > > @list: WDYT? Yes, using the hackathon as a way to get more people testing is a good idea IMHO. -- Bastien

Re: Org mode projects during the FSF 40th anniversary hackathon?

2025-05-27 Thread Pedro Andres Aranda Gutierrez
Hi Bastien, thanks for the pointer. Sounds really interesting. The 'final push' to the feature/all-tex-fonts branch could be a nice thing to work on. It could be an opportunity 1. to make sure the lua/xelatex implementation doesn't produce unusable output 2. to share ideas/discuss the implementa

org-refile confusing refiling

2025-05-27 Thread jman
Hello, I'm starting learning about org-refile and org-capture. Using the following test file, I try to move items here and there. --8<---cut here---start->8--- ;; (setq org-refile-targets '((nil :maxlevel . 6))) * TEST ** Second level 1 *** task for Second

Re: Querying cached parse trees without opening files

2025-05-27 Thread chris
On Tuesday, 27 May 2025 18:44:19 UTC Martin Edström wrote: > Well-explained! Thank you, Kristoffer :) > > On Mon, 26 May 2025 16:02:30 -0500, Kristoffer Balintona wrote: > > On Mon, May 26, 2025 at 12:02 PM chris wrote: > > > Org-node seems very interesting! I noticed that your > > > [parser.el

Re: Querying cached parse trees without opening files

2025-05-27 Thread Martin Edström
Well-explained! Thank you, Kristoffer :) On Mon, 26 May 2025 16:02:30 -0500, Kristoffer Balintona wrote: > On Mon, May 26, 2025 at 12:02 PM chris wrote: > > > Org-node seems very interesting! I noticed that your [parser.el](https:// > > github.com/meedstrom/org-mem/blob/main/org-mem-parser.el

Re: [BUG] Cannot tangle src block in capture buffer [9.7.6]

2025-05-27 Thread Derek Chen-Becker
Just pinging again that these patches should be ready now. Thanks, Derek On Sun, May 18, 2025 at 7:21 AM Derek Chen-Becker wrote: > My copyright assignment has been processed! I've attached the latest > version of my patches, rebased against the current mainline. It's been a > while since I cr

How to visually distinguish headlines using colors

2025-05-27 Thread mbork
Hi all, I'd like to be able to set the background of a headline to various colors depending on a tag or (maybe better) a property. For instance, if the property :color: has value `red', I'd like the headline (alternatively, the whole subtree) to have a reddish background, etc. (The list of these

[BUG] org-capture--fill-template side-effect can occasionally cause org-roam-capture to fail to find file+head+olp target

2025-05-27 Thread Lewis Baker
I was recently trying to diagnose some weird behaviour I was seeing with org-roam-capture where I was trying to insert a checkitem into an item list under a specific heading in a specific file. Sometimes it would correctly insert the item under the existing heading, and sometimes it would fail to

[BUG] not able to use diary in Emacs30.1 [9.7.11 (release_9.7.11 @ c:/D_Disk/emacs-30.1/share/emacs/30.1/lisp/org/)]

2025-05-27 Thread Ruizhou LIAO
y*** E-Mail body has been placed on clipboard, please paste it here! *** Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report

Re: Link to an email in thunderbird from org-mode

2025-05-27 Thread Christian Moe
Christoph writes: > the thunderbird addons thunderlink and cb_thunderlink do not work > anymore for thunderbird 138. Thanks for reporting! I hope you and other Thunderbird users can help update the FAQ 'Can I create links to Thunderbirds emails' on Worg -- patches welcome: https://orgmode.org/wo

Re: [BUG] org-element--parse-generic-emphasis ignores org-emphasis-regexp-components [9.8-pre (release_9.7.10-127-g07dd3b @ /home/kqr/.emacs.d/straight/build/org/)]

2025-05-27 Thread Christoffer Stjernlöf
Dear Christian, Christian Moe (m...@christianmoe.com) 2025-05-27: > […] unwanted line breaks […] I have this in my .emacs […] Ah yes, I was using zero width space for this (since non-breaking space did not work) but I was worried about weird line breaks showing up for readers on certain viewport

Re: [BUG] org-element--parse-generic-emphasis ignores org-emphasis-regexp-components [9.8-pre (release_9.7.10-127-g07dd3b @ /home/kqr/.emacs.d/straight/build/org/)]

2025-05-27 Thread Christian Moe
Christoffer Stjernlöf writes: > One convenient trick to apply emphasis to parts of a word is to separate > that part with zero-width non-breaking spaces. This allows us to draw > attention to puns like "the ex_cite_ment one feels when one's work is > getting cited" by underlining the "cite" part