Re: Automating Note Linking in Zetteldeft Using AI

2025-02-06 Thread Jean Louis
* Gideon Silberman Moro [2025-02-05 09:39]: > Hi everyone, > > I'm looking for a way to automatically link notes in Zetteldeft using AI. > Ideally, I'd like an approach that analyzes the content of my notes and > suggests or creates links between relevant ones. > > Has anyone experimented with i

org upgrade warnings from a simple package-upgrade

2025-02-06 Thread Ship Mints
I ran package-upgrade cherry picking org in an Emacs session that was running for a week or so. I restarted it after package-upgrade and got the warnings below. I ran package-reinstall to force it all to be recompiled and I restarted Emacs with no warnings. I have a feeling what happened is that n

org-fontify-whole-block-delimiter-line behavior

2025-02-06 Thread Lei Zhe
When a source block is indented within a list, as shown below, even if I set `org-fontify-whole-block-delimiter-line` to nil, the spaces before `#+begin_src` are still fontified if I have custom faces for `org-block-begin-line` and `org-block-end-line`. In my opinion, this is incorrect behavior; th

Re: I'm giving a FOSDEM talk on Org Mode

2025-02-06 Thread Amy Grinn
Amy Grinn writes: > Hello all, > > I hope you can join me in person or online at the Tool the Docs devroom > at FOSDEM! I will be giving a talk about how Org mode and Emacs is used > at Spritely. > > https://fosdem.org/2025/schedule/event/fosdem-2025-5139-org-mode-witchcraft-at-spritely/ > > It w

Re: [PATCH] org-element.el; significant optimizations for org-element--interpret-affiliated-keywords

2025-02-06 Thread Dwarshuis, Nathan J
patch updated and rebased on main > There is nothing stopping us from adding some affiliated keywords to > standard properties in future. What happens if you drop this > optimization? Does the benchmark still show an improvement? Adding back standard properties to the loop reduces performance by

Re: org-fontify-whole-block-delimiter-line behavior

2025-02-06 Thread Lei Zhe
oops, typo. The faces shouldn't be applied to spaces. On Thu, Feb 6, 2025 at 8:47 PM Lei Zhe wrote: > > When a source block is indented within a list, as shown below, > even if I set `org-fontify-whole-block-delimiter-line` to nil, the > spaces before `#+begin_src` are still fontified if I have c