Re: How have users managed email tasks with org?

2025-05-20 Thread Mark Barton
> On May 20, 2025, at 8:19 PM, Kristoffer Balintona > wrote: > > Hi org community, > > How have users of the org and Emacs community set up org-agenda and > org-capture with their Emacs email configuration? In the years I've used > notmuch and org-agenda, I've mostly relied on good email hyg

How have users managed email tasks with org?

2025-05-20 Thread Kristoffer Balintona
Hi org community, How have users of the org and Emacs community set up org-agenda and org-capture with their Emacs email configuration? In the years I've used notmuch and org-agenda, I've mostly relied on good email hygiene to keep my inboxes from overflowing with irrelevant or unimportant emails.

[feature request] make yank-media backed by `org--image-yank-media-handler` support hashing image in clipboard as filename

2025-05-20 Thread stardiviner
I hope the `yank-media` backed by `org--image-yank-media-handler` support hashing image in clipboard as filename, so that the function `org--image-yank-media-handler` can detect whether the clipboard image already exists. Here is my PoC which is not finished. Hope someone can complete it. ;;; Use

Re: Code Review Request: Step 1 for [FR] Allow emojis in tags (was: emojis in tags?)

2025-05-20 Thread Shuo Shen
On Tue, May 13, 2025 at 10:28 AM Ihor Radchenko wrote: > > --- a/lisp/ol-bibtex.el > > +++ b/lisp/ol-bibtex.el > > @@ -107,6 +107,7 @@ > > > > ;;; Code: > > > > +(require 'org) > > Please don't. (require 'org) is to be avoided. We have enough cyclic > dependencies to handle already. Just use (de

Re: Question reg. behavior of shell vs. zsh vs. sh code blocks.

2025-05-20 Thread Ravi Kiran Chilakapati
Bump. I'm on MacOS, using Emacs 30.1 with in-built org version 9.7.11. My default shell is zsh. Regards, Ravi. On Tue, 29 Apr 2025 at 09:57, Ihor Radchenko wrote: > > Ravi Kiran Chilakapati writes: > > > I have the following org file, and I'd like to understand this > > behavior better. Specif

Change in the way polyglossia is handled in the feature/all-tex-fonts

2025-05-20 Thread Pedro Andres Aranda Gutierrez
Dear all, I have created a new way to control polyglossia for multi-language documents (using lualatex or xelatex) There is no need to add the \usepackage[langs...]{polyglossia} in the document header anymore. Instead you add #+LATEX_POLYGLOSSIA_LANGS: lang,lang,AUTO >From the LaTeX side of the

Re: Question about contribution to improve svg handling in latex export

2025-05-20 Thread Emin Martinian
Ihor Radchenko writes: I think that rather than inventing something new, we can reuse the existing semantics of `org-latex-pdf-process' and `org-compile-file'. I redid the code (see attached patch) to you use =defcustom= to define only a single variable and have that variable use the =%o=

[BUG] Getting an error with org-cite when exporting to PDF using CSL backend [9.7.30 (9.7.30-84f18c @ /home/fsantos/.emacs.d/elpa/org-9.7.30/)]

2025-05-20 Thread Frederic Santos
Hi! Not sure exactly when it began (probably starting with Org 9.7.30), but I'm no longer able to export my Org files to PDF files (via LaTeX) if they contain references and if I'm using the CSL backend. More precisely, on a minimal reproducible example hosted here: https://github.com/frederic