> 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
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.
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
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
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
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
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=
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