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
>
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo