Hi,
When I export to LaTeX an Org document that contains a bibliography, I
use bibLaTeX with a very custom style (i.e. quite a few lines of code
related to bibLaTeX in the preamble). I wanted to apply all that
bibLaTeX setting and styles when exporting to HTML too, so I came up
with this method, u
I'm trying to reduce the number of files in the Emacs source tree where
lexical-binding is nil. It would be nice if we could fix org-version.el
and org-install.el, like in the attached patch.
Thanks in advance.
From c1d8378074bde48528943b36b38cbb5b3c058b21 Mon Sep 17 00:00:00 2001
From: Stefan Ka
I would like to open ID links [[id:...]] in a new window. I can make file
links [[file:...]] open in a new window by running (add-to-list
'org-link-frame-setup '(file . find-file-other-window)), but this doesn't
seem to affect the behavior of ID links.
Thanks,
Alan