Re: [BUG] beamer export

2024-02-21 Thread Ihor Radchenko
Leo Butler writes: > Thanks for your comments. > > I think the attached patch addresses each of your points. It's not clear > to me what you mean by "link(ing) this org-lint warning to the > `org-beamer-frame-environment' docstring", but I have expanded the > warning include mention of this

Re: [BUG] beamer export

2024-02-20 Thread Leo Butler
On Mon, Feb 19 2024, Ihor Radchenko wrote: > Leo Butler writes: > >>> What about not adding BEAMER_FRAME, but instead adding org-lint checker >>> that will detect when frame text contains the problematic \end{orgframe}? >> >> Ok, thanks for your feedback. I have modified the patch along the

Re: [BUG] beamer export

2024-02-19 Thread Ihor Radchenko
Leo Butler writes: >> What about not adding BEAMER_FRAME, but instead adding org-lint checker >> that will detect when frame text contains the problematic \end{orgframe}? > > Ok, thanks for your feedback. I have modified the patch along the lines > you suggested. It is attached. Thanks! It

Re: [BUG] beamer export

2024-02-14 Thread Leo Butler
On Thu, Feb 01 2024, Ihor Radchenko wrote: > Leo Butler writes: > >> Replying to self: Attached is a patch that adds a property, >> BEAMER_FRAME, that lets the frame environment name be set on a >> frame-by-frame basis. In addition, it typesets any fragile frame in the >> `orgframe'

Re: [BUG] beamer export

2024-02-01 Thread Ihor Radchenko
Leo Butler writes: > The docstring of `org-latex-classes' says: > > The HEADER-STRING is the header that will be inserted into the > LaTeX file. It should contain the \documentclass macro, and > anything else that is needed for this setup. > > From that, I

Re: [BUG] beamer export

2024-01-29 Thread Leo Butler
On Fri, Jan 26 2024, Leo Butler wrote: > 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: >>>

Re: Re: [BUG] beamer export

2024-01-27 Thread Pedro Andres Aranda Gutierrez
aniel > Fleischer > mailto:danfl...@gmail.com>>, Org Mode Mailing List > mailto:emacs-orgmode@gnu.org>> > Subject: Re: [BUG] beamer export > Message-ID: <87wmrvlsso@t14.reltub.ca > <mailto:87wmrvlsso@t14.reltub.ca>> > Content-Type: text

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: >>

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] 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-25 Thread Leo Butler
On Wed, Jan 24 2024, Ihor Radchenko wrote: > Leo Butler writes: > >> I think the documentation and example needs to be corrected. I have >> attached a patch. > > Thanks! Applied. > https://git.sr.ht/~bzg/worg/commit/aedea59f Attached is a second patch to de-lint the ox-beamer tutorial. Leo

Re: [BUG] beamer export

2024-01-25 Thread Leo Butler
On Wed, Jan 24 2024, Ihor Radchenko wrote: > Leo Butler writes: > 1. ox-latex export bug for src blocks containing direct LaTeX when org-latex-src-block-backend is set to its default 'verbatim value >>> >>> This appears to be Beamer-specific problem with verbatim environments: >>>

Re: [BUG] beamer export

2024-01-24 Thread Ihor Radchenko
Leo Butler writes: >>> 1. ox-latex export bug for src blocks containing direct LaTeX when >>>org-latex-src-block-backend is set to its default 'verbatim value >> >> This appears to be Beamer-specific problem with verbatim environments: >>

Re: [BUG] beamer export

2024-01-20 Thread Ihor Radchenko
Ihor Radchenko writes: > Leo Butler writes: > >> The following Org document shows a bug in the beamer exporter. > > Confirmed on main. I investigated further. > There are two bugs reported here: > 1. ox-latex export bug for src blocks containing direct LaTeX when >

Re: [BUG] beamer export

2022-12-10 Thread Ihor Radchenko
Daniel Fleischer writes: > Hi, I'm on vacation for the next month. I can look at it when I'm back. There is no activity in this thread for over one month. Bumping. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development

Re: [BUG] Beamer export fails with async export [9.5.3 (9.5.3-g4197fc @ /home/thomas/.emacs.d/straight/build/org/)]

2022-10-21 Thread Ihor Radchenko
Thomas Freeman writes: > When exporting a LaTeX beamer presentation as an asynchronous process > (by using C-a prior to selecting the export option), the export fails with > the following error: > > (error "Unknown \"nil\" back-end: Aborting export") Could you please provide detailed steps how

Re: [BUG] beamer export

2022-09-29 Thread Daniel Fleischer
Hi, I'm on vacation for the next month. I can look at it when I'm back. On Thu, Sep 29, 2022, 03:44 Ihor Radchenko wrote: > Leo Butler writes: > > > The following Org document shows a bug in the beamer exporter. > > Confirmed on main. > > There are two bugs reported here: > 1. ox-latex export

Re: [BUG] beamer export

2022-09-28 Thread Ihor Radchenko
Leo Butler writes: > The following Org document shows a bug in the beamer exporter. Confirmed on main. There are two bugs reported here: 1. ox-latex export bug for src blocks containing direct LaTeX when org-latex-src-block-backend is set to its default 'verbatim value 2. ox-beamer export

[BUG] beamer export

2022-09-28 Thread Leo Butler
The following Org document shows a bug in the beamer exporter. #+TITLE: Writing Beamer presentations in org-mode #+AUTHOR:Eric S Fraga #+AUTHOR:(bug report by Leo Butler) #+EMAIL: e.fr...@ucl.ac.uk #+DATE: 2010-03-30 Tue #+DESCRIPTION: #+KEYWORDS: #+LANGUAGE: en #+OPTIONS:

[BUG] Beamer export fails with async export [9.5.3 (9.5.3-g4197fc @ /home/thomas/.emacs.d/straight/build/org/)]

2022-06-08 Thread Thomas Freeman
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Re: [BUG] beamer export -- text inside section, before next headline, has no frame [9.5.2 (9.5.2-ge7ea95 @ /home/hugo/.config/emacs/straight/build/org/)]

2022-02-04 Thread Eric S Fraga
Dear Hugo, On Thursday, 3 Feb 2022 at 17:26, Hugo Heagren wrote: > I have org-beamer-frame-level set to 2, so when exporting to beamer, > top-level headlines become sections, and second-level headlines become > frames. I often want to include a short explanation/intro of the > section, before

[BUG] beamer export -- text inside section, before next headline, has no frame [9.5.2 (9.5.2-ge7ea95 @ /home/hugo/.config/emacs/straight/build/org/)]

2022-02-03 Thread Hugo Heagren
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Re: [O] Bug: Beamer export error

2017-08-13 Thread Jarmo Hurri
Rasmus writes: > It should be fixed by commit 323fc95b4. Thank you very much, seems to be in order again. Jarmo

Re: [O] Bug: Beamer export error

2017-08-10 Thread Nicolas Goaziou
Hello, Rasmus writes: > It should be fixed by commit 323fc95b4. Thank you. Regards, -- Nicolas Goaziou

Re: [O] Bug: Beamer export error

2017-08-10 Thread Rasmus
Nicolas Goaziou writes: > Hello, > > Rasmus writes: > >> This is caused by this commit, which changes how org-split-string works. >> >> f776e65373fa135fffb51e201698823fbfb3865b >> >> Before (org-split-string "" ",") would return ‘nil’. Now it returns

Re: [O] Bug: Beamer export error

2017-08-10 Thread Nicolas Goaziou
Hello, Rasmus writes: > This is caused by this commit, which changes how org-split-string works. > > f776e65373fa135fffb51e201698823fbfb3865b > > Before (org-split-string "" ",") would return ‘nil’. Now it returns "". > > Depending on whether the new behavior is desired or

Re: [O] Bug: Beamer export error

2017-08-09 Thread Rasmus
Hi Jarmo, Thanks for your report. Jarmo Hurri writes: > I get an error (pdflatex hangs up) when trying to Beamer export the > following simple Org file (key command C-c C-e l O). > > # - > > #+STARTUP: beamer >

Re: [O] Bug: Beamer export error

2017-08-09 Thread Jarmo Hurri
While the bug is being fixed, here is a quick band-aid for anyone else struggling with this problem. 1. When the export hangs up, press C-g to interrupt. 2. Run the following on the intermediate tex file, here exported.tex : sed -i 's/\[,/\[/g' exported.tex 3. Run pdflatex by hand:

[O] Bug: Beamer export error

2017-08-09 Thread Jarmo Hurri
Greetings. I get an error (pdflatex hangs up) when trying to Beamer export the following simple Org file (key command C-c C-e l O). # - #+STARTUP: beamer * This is a simple test - let us see what happens #

Re: [O] BUG: beamer export and overlay specifications for nested list

2014-02-25 Thread Nicolas Goaziou
Hello, Andreas Leha andreas.l...@med.uni-goettingen.de writes: there seems to be a bug that becomes apparent when overlay specifications are given to items in sublists. This should be fixed. Thank you for reporting it. Regards, -- Nicolas Goaziou

Re: [O] BUG: beamer export and overlay specifications for nested list

2014-02-25 Thread Andreas Leha
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Andreas Leha andreas.l...@med.uni-goettingen.de writes: there seems to be a bug that becomes apparent when overlay specifications are given to items in sublists. This should be fixed. Thank you for reporting it. Thank you

[O] BUG: beamer export and overlay specifications for nested list

2014-02-24 Thread Andreas Leha
Hi all, there seems to be a bug that becomes apparent when overlay specifications are given to items in sublists. Here is an example: --8---cut here---start-8--- #+TITLE: Example Presentation #+AUTHOR: Carsten Dominik #+OPTIONS: H:2 #+LATEX_CLASS: beamer

Re: [O] Fwd: [bug] Beamer export fails in current master

2014-01-18 Thread Nicolas Goaziou
Hello, James Harkins jamshar...@gmail.com writes: Quite strange. I just moved up to current master -- Org-mode version 8.2.5f (release_8.2.5f-518-gd74205 @ /home/dlm/share/org-mode.git/lisp/) -- HEAD is: ~~ commit d74205b0f9e0707642c7b81e1c33a4a059323bea Author: Nicolas Goaziou

Re: [O] Fwd: [bug] Beamer export fails in current master

2014-01-18 Thread James Harkins
On Jan 19, 2014 12:32 AM, Nicolas Goaziou n.goaz...@gmail.com wrote: I cannot reproduce the problems. Something seems to go wrong with your `avl-tree' library. Is it loaded properly? Do you use an old Emacs? I see -- so, when I said it's broken in my environment, the operative words are in my

Re: [O] Fwd: [bug] Beamer export fails in current master

2014-01-17 Thread James Harkins
On Thursday, January 16, 2014 5:29:32 AM HKT, Nicolas Goaziou wrote: I see nothing wrong in that process. Can you still reproduce the error with latest Org? Quite strange. I just moved up to current master -- Org-mode version 8.2.5f (release_8.2.5f-518-gd74205 @

Re: [O] Fwd: [bug] Beamer export fails in current master

2014-01-15 Thread Nicolas Goaziou
Hello, James Harkins jamshar...@gmail.com writes: Fine thought, but my bisect regimen went something like this: 1. Delete all elc files from the location from which I'm loading org. 2. Quit emacs. 3. At every bisect step, launch Emacs fresh with emacs /path/to/test-file.org and then do

Re: [O] [bug] Beamer export fails in current master

2014-01-11 Thread Nicolas Goaziou
Hello, James Harkins jamshar...@gmail.com writes: I just started to work on the issue of wrapping the title command in beamer export within a frame, but found that I can't export to Beamer at all in the master branch (after pulling just today). You need to restart Emacs. Regards, --

[O] Fwd: [bug] Beamer export fails in current master

2014-01-11 Thread James Harkins
Sorry, gmail's reply by default includes only the sender, not the list... hjh -- Forwarded message -- From: James Harkins jamshar...@gmail.com Date: Sat, Jan 11, 2014 at 5:42 PM Subject: Re: [bug] Beamer export fails in current master To: Nicolas Goaziou n.goaz...@gmail.com

[O] [bug] Beamer export fails in current master

2014-01-10 Thread James Harkins
I just started to work on the issue of wrapping the title command in beamer export within a frame, but found that I can't export to Beamer at all in the master branch (after pulling just today). I can export this minimal example successfully if I check out release_8.2.4, but it fails in

Re: [Orgmode] [bug] beamer export envargs for column not working properly

2010-11-26 Thread Eric S Fraga
Carsten Dominik carsten.domi...@gmail.com writes: [...] Hi Eric, thank you for the more detailed example. I think this should be fixed now. The documentation was not really wrong, because it only mentioned c[...] and not c But I agree that there is not reason to no allow this. Very

Re: [Orgmode] [bug] beamer export envargs for column not working properly

2010-11-21 Thread Carsten Dominik
Hi Eric, could you make me a slightly more complete example, with your beamer setup? So a full test file that will show this behavior? Thanks. - Carsten On Nov 21, 2010, at 1:28 AM, Eric S Fraga wrote: Hi, I am trying to create a beamer slide which has two columns. The second column

Re: [Orgmode] [bug] beamer export envargs for column not working properly

2010-11-21 Thread Eric S Fraga
Carsten Dominik carsten.domi...@gmail.com writes: Hi Eric, could you make me a slightly more complete example, with your beamer setup? So a full test file that will show this behavior? Thanks. - Carsten Sure. The attached example has a single slide. With the file as it is, i.e. with

[Orgmode] [bug] beamer export envargs for column not working properly

2010-11-20 Thread Eric S Fraga
Hi, I am trying to create a beamer slide which has two columns. The second column should only appear after a while (the 6th uncovering operation). In latex, I would do: : \begin{column}6-{0.4\textwidth} say. In org, I would expect to be able to get this latex code generated by the following: