Re: [O] first #+LATEX_HEADER: in SETUPFILE not correctly exported and causes Missing \begin{document} error

2016-03-25 Thread Charles Millar
"Pushed" the send button too soon LMDE2 GNU Emacs 24.4.1 (x86_64-pc-linux-gnu, GTK+ Version 3.14.5) of 2015-03-07 on trouble, modified by Debian Org-mode version 8.3.4 (release_8.3.4-655-g9fb077 @ /usr/local/share/emacs/site-lisp/org-mode/lisp/) On 03/25/2016 08:56 PM, Charles Millar wrote:

[O] first #+LATEX_HEADER: in SETUPFILE not correctly exported and causes Missing \begin{document} error

2016-03-25 Thread Charles Millar
I have a #+SETUPFILE which starts as follows #+LATEX_HEADER: \usepackage{lastpage} #+LATEX_HEADER: \usepackage{scrpage2} #+LATEX_HEADER: \pagestyle{scrheadings} #+LATEX_HEADER: \setkomafont{pagefoot}{\normalfont\rmfamily} #+LATEX_HEADER: \ifoot{foobar} #+LATEX_HEADER: \cfoot[\pagemark]{\hspace{1.

Re: [O] [PATCH] org-babel C math.h issue

2016-03-25 Thread Nicolas Goaziou
Hello, Thierry Banel writes: > Attached is Oz's patch adding optional :libs support to Babel C++ Applied. Thank you. Would you (or the OP) mind documenting the feature at ? Regards, -- Nicolas Goaziou

Re: [O] Bug: Incorrect type in ob-C.el for D code [8.3.4 (8.3.4-elpa @ ~/.emacs.d/elpa/org-20160222/)]

2016-03-25 Thread Nicolas Goaziou
Hello, Thierry Banel writes: > Attached is a patch to keep Babel D compliant > with the latest version of the language. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] Bug: Error in table formula with @> reference [8.3.4 (release_8.3.4-5-gdc68d2)]

2016-03-25 Thread Nicolas Goaziou
Hello, Pablo S. Casas writes: >The problem can be reproduced with the table: > > | 399. | > || > | 100.00 | > | 301.00 | > | -2.00 | > || > #+TBLFM: @1$1=vsum(@2..@>):: > > The value in @1$1 is calculated correctly when using C-c C-c on the > #+TBLFM line. However using C-

[O] Bug: C-o yanks on newline in one org-mode buffer [8.2.10 (release_8.2.10 @ c:/Program Files/emacs-24.5/share/emacs/24.5/lisp/org/)]

2016-03-25 Thread Leo J Buchignani III
I previously submitted this bug here: https://lists.gnu.org/archive/html/emacs-orgmode/2015-12/msg00515.html I was advised to update my versions. A while later, I updated to the latest standard Org Mode + Emacs combination, and redid my .emacs file mostly from scratch. Then I encountered the bug

Re: [O] Duplicate word in org-mode manual online

2016-03-25 Thread Eduardo Mercovich
[...] > > In http://orgmode.org/manual/LaTeX-specific-attributes.html > > you can read: "You can specify specify image...". . > > I know it's important to be specific specific, but isn't this a little > > too too much? ;) > This very typo has been specifically handled. Thank you. Thank you. :)

Re: [O] Multipart/Alternative reply to email?

2016-03-25 Thread Peter Davis
Thorsten Jolitz writes: > Peter Davis writes: > >> I realize this would require somehow converting the original message >> to org-mode markup, and that seems very tricky. I just wondered >> if anyone had taken a stab at building something like this. > > outorg.el works with message-mode too, so

Re: [O] Bug: Error in table formula with @> reference [8.3.4 (release_8.3.4-5-gdc68d2)]

2016-03-25 Thread Nicolas Goaziou
Nicolas Goaziou writes: > I cannot reproduce it on maint (i.e., ELPA release). Could you > double-check that you are using the latest stable release? Nevermind. I misread the bug report. I can reproduce it. I'll look into it.

Re: [O] Bug: Fancy HTML5 export: video and aside blocks in documentation does not work [8.3.4 (8.3.4-20-g6f439a-elpaplus @ /home/semente/.emacs.d/elpa/org-plus-contrib-20160321/)]

2016-03-25 Thread Nicolas Goaziou
Hello, Guilherme Gondim writes: > HTML5 fancy block names must be in lowercase but documentation example > shows in uppercase. I don't know if it is documentation or coding bug. The former. Fixed. Thank you. Regards, -- Nicolas Goaziou

Re: [O] Bug: Error in table formula with @> reference [8.3.4 (release_8.3.4-5-gdc68d2)]

2016-03-25 Thread Nicolas Goaziou
Hello, Pablo S. Casas writes: >The problem can be reproduced with the table: > > | 399. | > || > | 100.00 | > | 301.00 | > | -2.00 | > || > #+TBLFM: @1$1=vsum(@2..@>):: > > The value in @1$1 is calculated correctly when using C-c C-c on the > #+TBLFM line. However using C-

Re: [O] Multipart/Alternative reply to email?

2016-03-25 Thread Thorsten Jolitz
Peter Davis writes: > I realize this would require somehow converting the original message > to org-mode markup, and that seems very tricky. I just wondered > if anyone had taken a stab at building something like this. outorg.el works with message-mode too, so I currently write this message in O

[O] Bug: Fancy HTML5 export: video and aside blocks in documentation does not work [8.3.4 (8.3.4-20-g6f439a-elpaplus @ /home/semente/.emacs.d/elpa/org-plus-contrib-20160321/)]

2016-03-25 Thread Guilherme Gondim
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 http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

[O] Bug: Error in table formula with @> reference [8.3.4 (release_8.3.4-5-gdc68d2)]

2016-03-25 Thread Pablo S . Casas
Hi Org mode users: The problem can be reproduced with the table: | 399. | || | 100.00 | | 301.00 | | -2.00 | || #+TBLFM: @1$1=vsum(@2..@>):: The value in @1$1 is calculated correctly when using C-c C-c on the #+TBLFM line. However using C-u C-c = on cell @1$1 gives #ERROR.