* A small contribution to the doc
@ 2023-12-24 16:19 Pedro Andres Aranda Gutierrez
2023-12-24 18:15 ` Ihor Radchenko
0 siblings, 1 reply; 5+ messages in thread
From: Pedro Andres Aranda Gutierrez @ 2023-12-24 16:19 UTC (permalink / raw)
To: Org Mode List, orgmode, Ihor Radchenko
[-- Attachment #1.1: Type: text/plain, Size: 399 bytes --]
Hi,
Just to submit a small addition to the org-mode documentation. This not
being the best of times, I would have needed this pointer,
Best,/PA
--
Fragen sind nicht da, um beantwortet zu werden,
Fragen sind da um gestellt zu werden
Georg Kreisler
Headaches with a Juju log:
unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run
a leader-deposed hook here, but we can't yet
[-- Attachment #1.2: Type: text/html, Size: 750 bytes --]
[-- Attachment #2: 0001-Add-comment-on-the-biblatex-bibliography-exporter.patch --]
[-- Type: text/x-patch, Size: 1084 bytes --]
From e52155528cfc97de27592ec1707e4612b43afd1c Mon Sep 17 00:00:00 2001
From: "Pedro A. Aranda" <paaguti@gmail.com>
Date: Sun, 24 Dec 2023 17:15:26 +0100
Subject: [PATCH] Add comment on the biblatex bibliography exporter
---
doc/org-manual.org | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/doc/org-manual.org b/doc/org-manual.org
index ae4c4235e..7db69cbb6 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -17348,6 +17348,14 @@ conformant to the Harvard style and the specification of the
Wolkers-Kluwer publisher; since it relies on the ~bibtex~ processor of
your LaTeX installation, it won't export to anything but PDF.
+: #+cite_export: biblatex backend=biber
+
+#+texinfo: @noindent
+specifies the =biblatex= export processor, using the =biber= backend.
+More options can be specified. Consult the documentation of the
+~biblatex~ package. It will only export to PDF, since it relies on the
+~biblatex~ processor of your LaTeX installation;
+
** Bibliography printing
The =PRINT_BIBLIOGRAPHY= keyword specifies where the bibliography
--
2.34.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: A small contribution to the doc
2023-12-24 16:19 A small contribution to the doc Pedro Andres Aranda Gutierrez
@ 2023-12-24 18:15 ` Ihor Radchenko
2023-12-24 18:53 ` András Simonyi
0 siblings, 1 reply; 5+ messages in thread
From: Ihor Radchenko @ 2023-12-24 18:15 UTC (permalink / raw)
To: Pedro Andres Aranda Gutierrez; +Cc: Org Mode List, orgmode
Pedro Andres Aranda Gutierrez <paaguti@gmail.com> writes:
> Just to submit a small addition to the org-mode documentation. This not
> being the best of times, I would have needed this pointer,
Thanks!
Applied, onto main, adding a commit message.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=a2b09e4aa
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: A small contribution to the doc
2023-12-24 18:15 ` Ihor Radchenko
@ 2023-12-24 18:53 ` András Simonyi
2023-12-24 19:04 ` Ihor Radchenko
0 siblings, 1 reply; 5+ messages in thread
From: András Simonyi @ 2023-12-24 18:53 UTC (permalink / raw)
To: Ihor Radchenko; +Cc: Pedro Andres Aranda Gutierrez, Org Mode List, orgmode
Dear All,
On Sun, 24 Dec 2023 at 19:12, Ihor Radchenko <yantar92@posteo.net> wrote:
>
> Pedro Andres Aranda Gutierrez <paaguti@gmail.com> writes:
>
> > Just to submit a small addition to the org-mode documentation. This not
> > being the best of times, I would have needed this pointer,
>
> Thanks!
> Applied, onto main, adding a commit message.
just out of curiosity: isn't the "backend=biber" option unnecessary,
as the default backend of biblatex is biber?
best wishes,
András
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: A small contribution to the doc
2023-12-24 18:53 ` András Simonyi
@ 2023-12-24 19:04 ` Ihor Radchenko
2023-12-25 7:01 ` Pedro Andres Aranda Gutierrez
0 siblings, 1 reply; 5+ messages in thread
From: Ihor Radchenko @ 2023-12-24 19:04 UTC (permalink / raw)
To: András Simonyi; +Cc: Pedro Andres Aranda Gutierrez, Org Mode List, orgmode
András Simonyi <andras.simonyi@gmail.com> writes:
>> > Just to submit a small addition to the org-mode documentation. This not
>> > being the best of times, I would have needed this pointer,
>>
>> Thanks!
>> Applied, onto main, adding a commit message.
>
> just out of curiosity: isn't the "backend=biber" option unnecessary,
> as the default backend of biblatex is biber?
For the purposes of the manual, it is a good illustration.
So, it is not important if backend=biber is necessary or not from my
point of view :)
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: A small contribution to the doc
2023-12-24 19:04 ` Ihor Radchenko
@ 2023-12-25 7:01 ` Pedro Andres Aranda Gutierrez
0 siblings, 0 replies; 5+ messages in thread
From: Pedro Andres Aranda Gutierrez @ 2023-12-25 7:01 UTC (permalink / raw)
To: Ihor Radchenko; +Cc: András Simonyi, Org Mode List, orgmode
[-- Attachment #1: Type: text/plain, Size: 1242 bytes --]
It's just for illustration purposes. One could also use backend=bibtex ;-)
Best, /PA
On Sun, 24 Dec 2023 at 20:01, Ihor Radchenko <yantar92@posteo.net> wrote:
> András Simonyi <andras.simonyi@gmail.com> writes:
>
> >> > Just to submit a small addition to the org-mode documentation. This
> not
> >> > being the best of times, I would have needed this pointer,
> >>
> >> Thanks!
> >> Applied, onto main, adding a commit message.
> >
> > just out of curiosity: isn't the "backend=biber" option unnecessary,
> > as the default backend of biblatex is biber?
>
> For the purposes of the manual, it is a good illustration.
> So, it is not important if backend=biber is necessary or not from my
> point of view :)
>
> --
> Ihor Radchenko // yantar92,
> Org mode contributor,
> Learn more about Org mode at <https://orgmode.org/>.
> Support Org development at <https://liberapay.com/org-mode>,
> or support my work at <https://liberapay.com/yantar92>
>
--
Fragen sind nicht da, um beantwortet zu werden,
Fragen sind da um gestellt zu werden
Georg Kreisler
Headaches with a Juju log:
unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run
a leader-deposed hook here, but we can't yet
[-- Attachment #2: Type: text/html, Size: 2189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-12-25 7:02 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-24 16:19 A small contribution to the doc Pedro Andres Aranda Gutierrez
2023-12-24 18:15 ` Ihor Radchenko
2023-12-24 18:53 ` András Simonyi
2023-12-24 19:04 ` Ihor Radchenko
2023-12-25 7:01 ` Pedro Andres Aranda Gutierrez
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.