Re: [BUG] BBDB anniversary entries with a format-string produce error [9.6.15 (release_9.6.15 @ /usr/share/emacs/29.4/lisp/org/)]

2024-10-09 Thread Alexander Lazarević
There seems to be no problem when I change the entry from %%(org-bbdb-anniversaries-future 3) to %%(org-bbdb-anniversaries) On Tue, 8 Oct 2024 at 02:58, Alexander Lazarević wrote: > In one agenda (personal.org) I have the following entry: > > * Anniversaries > :PROPERTIES: > #+CATEGORY: Ann >

Re: Logos of BibTeX, etc.

2024-10-09 Thread Raghavendra Nyshadham
Hi Divya, Thanks for pointing that out. So the logos are correctly typeset with these settings: (add-to-list 'org-latex-packages-alist '("" "hologo" nil)) (defun my-latex-format-logos (text backend info) "Typeset \"BibTeX\", \"XeTeX\", etc., as logos in LaTeX export." (when (org-export-d

Re: [BUG] Can't export variable named "nil" to Texinfo

2024-10-09 Thread 8dcc
Ihor Radchenko writes: > It happens to be that :options nil is treated specially by Org > export. "nil" is not read literally, but is instead interpreted as > removing the option value - when one needs to combine multiple > attributes and override previous setting. I see. I didn't know about "co

Re: Latex Export

2024-10-09 Thread Orm Finnendahl
Hi Arne, Am Mittwoch, den 09. Oktober 2024 um 17:48:09 Uhr (+0200) schrieb Dr. Arne Babenhauserheide: > #+options: num:t Ah, that was it, thx! -- Orm signature.asc Description: PGP signature

Re: [BUG] Can't export variable named "nil" to Texinfo

2024-10-09 Thread Ihor Radchenko
8dcc <8dcc@gmail.com> writes: > However, if the variable is named "nil" (without the quotes), the > variable name is not exported, and a warning is generated when > processing the .texi file: > > - Variable: nil :: > > Content... > > Results in: > > @defvar > Content@dots{} > @end

Re: Latex Export

2024-10-09 Thread Dr. Arne Babenhauserheide
Orm Finnendahl writes: > when exporting to Latex, all parts/chapters/sections/... get an > asterisk added to the latex command, like \part*{...}, \chapter*{...}, > etc. This should only happen with #+options: num:nil … > - Is there another way to accomplish rendering a full toc with > org-exp

Re: Logos of BibTeX, etc.

2024-10-09 Thread Divya
On 9 October 2024 12:08:26 GMT, Raghavendra Nyshadham wrote: >How do I get the logos of BibTeX, BibLaTeX, XeTeX, XeLaTeX, etc., when >I export an Org document to LaTeX? > >At the moment, when I export an Org file with the content > >LaTeX, BibTeX, BibLaTeX, XeTeX, and XeLaTeX are some associa

Latex Export

2024-10-09 Thread Orm Finnendahl
Hi, when exporting to Latex, all parts/chapters/sections/... get an asterisk added to the latex command, like \part*{...}, \chapter*{...}, etc. Rendering to pdf works, but no toc is generated for the file. If removing the asterisk it works with generating the toc. It wasn't like that before (I

Logos of BibTeX, etc.

2024-10-09 Thread Raghavendra Nyshadham
How do I get the logos of BibTeX, BibLaTeX, XeTeX, XeLaTeX, etc., when I export an Org document to LaTeX? At the moment, when I export an Org file with the content LaTeX, BibTeX, BibLaTeX, XeTeX, and XeLaTeX are some associates of TeX. using the command C-c C-e l p, I get the correct log

[BUG] Texinfo: Commas in URL text are not escaped

2024-10-09 Thread 8dcc
Hello, The following Org file: [[https://example.com][Foo]] [[https://example.com][Foo, Bar]] When exported to Texinfo using `org-texinfo-export-to-texinfo', generates the following file: ... @uref{https://example.com, Foo} @uref{https://example.com, Foo, Bar} ... The comma on th