Re: [BUG] beamer export

2024-01-26 Thread Leo Butler
On Fri, Jan 26 2024, Ihor Radchenko wrote: > Leo Butler writes: > >>> Apparently, LaTeX has really hard time processing verbatim code inside >>> beamer frames. >> >> I looked again at the solution here: >>

Appending results from babel block

2024-01-26 Thread Ken Mankoff
Hello, I'd like to append results from a babel block, but without the leading ":" that sometimes appears. Is this possible. I'm using v9.7-pre. This works, but has leading colons: #+BEGIN_SRC bash :results append echo $(date) #+END_SRC #+RESULTS: : Fri Jan 26 07:17:00 PM PST 2024 : Fri Jan 26

Re: bug#68687: [PATCH] Use text/org media type

2024-01-26 Thread Richard Stallman
[[[ To any NSA and FBI agents reading my email: please consider]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] What is the purpose for which text/org would be used? In what situations would we

Re: [PATCH] testing: Delete duplicate tests

2024-01-26 Thread Ilya Chernyshov
Ihor Radchenko writes: > What about the attached amendment? > It should simplify things significantly. Sorry, in my previous patch the test that checks the detector itself was not even run in 'make test' because of incorrect test prefix. Your patch does not work as you expect. Could you please

Re: [patch] improved: add TTL as defcustom to ox-icalendar

2024-01-26 Thread Jack Kamm
Ihor Radchenko writes: > This does not look right. Did you try to export anything with this patch > applied? You are passing multiple string arguments to `format'. > > Finally, I think that we can document the new keyword in the manual. I've updated the patch so that it applies cleanly onto

Re: [BUG] ox-latex produces broken references to src code listings without caption (was: [BUG] org-lint tells to move #+name to wrong place in results block)

2024-01-26 Thread gerard . vermeulen
On 25.01.2024 13:41, Ihor Radchenko wrote: gerard.vermeu...@posteo.net writes: I have found that CAPTION keywords in the "name-result-example" in the manual are essential to produce correct links. It should not be essential. What you demonstrated is two bugs in Org mode. In case the

Re: On org-syntax and IANA MIME type registration

2024-01-26 Thread Ihor Radchenko
[CCing Wes Hardaker] Timothy writes: > With the recent mention of the text/org mime type, and registering it as an > IANA > in-tree MIME type in particular, I’d like to draw attention to this part of > : > >> When review is required, a

Re: bug#68687: [PATCH] Use text/org media type

2024-01-26 Thread Ihor Radchenko
Eli Zaretskii writes: >> The spec is still not fully finalized, so we are not yet initiating the >> registration, as we will need to repeat it again if we decide to make >> further changes (https://www.rfc-editor.org/rfc/rfc6838.html#section-5.5) > > I hope the process of finalizing the Org spec

Re: [BUG] Footnotes in section titles

2024-01-26 Thread Max Nikulin
On 26/01/2024 19:53, Ihor Radchenko wrote: So, I am leaning towards reverting that commit - that will allow things like #+TITLE: This is a test title[fn::This is test] I hope, document metadata will be generated with stripped footnotes.

Re: [PATCH] org-babel-tangle: Do not allow tangling into self

2024-01-26 Thread Ihor Radchenko
Rudolf Adamkovič writes: > Ihor Radchenko writes: > >> The attached patch makes Org throw an error in such scenario. > > This is a great feature (and it deserves a test, given it protects from > data loss). For what is worth, I remember making this error at least > twice in the past year.

Re: New try at multi-lingual export to latex/pdf using pdflatex and babel

2024-01-26 Thread Pedro Andres Aranda Gutierrez
Hi, Here you are. I hope the couple of words suffice ;-) Best, /PA On Fri, 26 Jan 2024 at 14:25, Ihor Radchenko wrote: > "Pedro A. Aranda" writes: > > > I've been reading a bit. What I propose is an alternative way to handle > > all the tricky parts of font and character handling with

Re: [BUG] beamer export

2024-01-26 Thread Ihor Radchenko
Leo Butler writes: >> Apparently, LaTeX has really hard time processing verbatim code inside >> beamer frames. > > I looked again at the solution here: > https://tex.stackexchange.com/questions/140719/verbatim-in-beamer-showing-error-file-ended-while-scanning-use-of-xverbatim > > and it errors

Re: [BUG] beamer export

2024-01-26 Thread Ihor Radchenko
Leo Butler writes: > Attached is a second patch to de-lint the ox-beamer tutorial. Thanks! Applied, onto master. https://git.sr.ht/~bzg/worg/commit/23c54e97 -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at

Re: [BUG] Footnotes in section titles

2024-01-26 Thread Ihor Radchenko
Max Nikulin writes: > On 24/01/2024 19:11, Ihor Radchenko wrote: >> The \section[...]{...} approach may work, but it is tricky - it is >> completely up to the `org-latex-classes'. So, we may have to use regexp >> replacement, which might be fragile. > > ox supports the ALT_TITLE property and

Re: [BUG] Footnotes in section titles

2024-01-26 Thread Ihor Radchenko
Juan Manuel Macías writes: > ... > \title{Lorem ipsum dolor\thanks{blah blah}} > ... > > Org does not have support for this type of notes in the #+title or > #+author keywords. For LaTeX you can use a macro. Hmm. The reason footnotes are not allowed in #+title and other keywords is

Re: [BUG] Footnotes in section titles

2024-01-26 Thread Juan Manuel Macías
Ihor Radchenko writes: > Juan Manuel Macías writes: > >> ... >> \title{Lorem ipsum dolor\thanks{blah blah}} >> ... >> >> Org does not have support for this type of notes in the #+title or >> #+author keywords. For LaTeX you can use a macro. > > Hmm. > The reason footnotes are not allowed in

Re: [PATCH] testing: Delete duplicate tests

2024-01-26 Thread Ihor Radchenko
Ilya Chernyshov writes: > Ihor Radchenko writes: > >> It has been a while since the last update in this thread. >> Ilya, do you need any help with the patch? > > Hi, here is the updated patch. Thanks! What about the attached amendment? It should simplify things significantly. >From

Re: New try at multi-lingual export to latex/pdf using pdflatex and babel

2024-01-26 Thread Ihor Radchenko
"Pedro A. Aranda" writes: > I've been reading a bit. What I propose is an alternative way to handle > all the tricky parts of font and character handling with fontspec in > lualatex and xetex. This package restricts the use of the ams* packages > to pdflatex, because fontenc handles that