Basile Pesin writes:
> There is a small patch I would like to submit : when writing listings
> for the OCaml programming language, one should use the "[Objective]Caml"
> dialect, which is different from the "Caml" dialect. This is not
> reflected in the latex exported code.
Makes sense.
> The
Stefan Kangas writes:
> 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.
Applied (a50a42cea). Thanks.
Tara Lorenz writes:
> Hi all,
>
> it seems that the documentation and code for `org-latex-pdf-process' are
> out of sync: Where the documentation mentions "%bib" the code expects
> "%bibtex". At least, that's how i understand it.
Thanks for catching that. It seems [1] it's an old regression fro
Daniel Gröber writes:
> This adds support for date expressions such as +12h to
> org-matcher-time. The regexp this function uses to parse such relative
> expressions already includes the "h" character but doesn't actually
> handle that case.
>
> AFAICT org-mode commit ec921a2a68 ("Support hourly r
Hi Juan,
On Sun, 24 Jan 2021 at 16:20, Juan Manuel Macías
wrote:
I agree with what you comment here and in your previous message. In
fact, I'm afraid this (humble) approach of mine is focused only on
creating a mere list of references in HTML from a bib file, keeping
the
same bibliography s
Hi Gustavo,
Thank you for your interesting comments.
Gustavo Barros writes:
> On Sun, 24 Jan 2021 at 08:37, Gustavo Barros
> wrote:
>
>> It should handle two limitations of your procedure, which
>> are: getting the bibliography with the entries actually cited in the
>> document and citation ca
On Sun, 24 Jan 2021 at 08:37, Gustavo Barros
wrote:
It should handle two limitations of your procedure, which
are: getting the bibliography with the entries actually cited in the
document and citation callouts. The first one is easy to handle in
your
current approach by means of any of t
Hi Juan,
that's very interesting. Thanks for sharing.
On Sat, 23 Jan 2021 at 12:03, Juan Manuel Macías wrote:
> 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