Re: [O] convert a simple list of lines each to a orgmode header

2015-09-30 Thread Xebar Saram
C-c * is perfect! thx so much z On Tue, Sep 29, 2015 at 11:00 AM, Michael Strey wrote: > On Mo, 2015-09-28 at 18:52, Xebar Saram wrote: > > > im looking for a simple way to convert a simple list of lines (i can > > mark it first if needed) each to a orgmode header > > anyone

Re: [O] "Symbol’s value as variable is void: compile" when export to latex

2015-09-30 Thread Nick Dokos
Rainer M Krug writes: > Exporting to latex of the simple file below results in an error: > > , > | mapcar: Symbol’s value as variable is void: compile > ` > Can't reproduce it. > #+LATEX_CLASS: article > #+LATEX_CLASS_OPTIONS: > #+LATEX_HEADER: > #+LATEX_HEADER_EXTRA:

Re: [O] bug: latex exporter

2015-09-30 Thread Rainer M Krug
Envoyé de mon iPhone > Le 29 sept. 2015 à 11:37, Charles Millar a écrit : > > Since Monday morning (New York time) I have not been able to export to > pdflatex (worked OK the night before). Instead the message buffer reads > > symbol's value as variable is void -

Re: [O] Inhibit HTML-Tags in markdown export

2015-09-30 Thread Nicolas Goaziou
Hello, timor writes: > Is there a way to export to Markdown without any embedded HTML? Short answer: no. What do you need to remove ? Regards, -- Nicolas Goaziou

Re: [O] bug: latex exporter

2015-09-30 Thread Charles Millar
I see that Rasmus has fixed this. Thank you. On 09/29/2015 03:00 PM, Rainer M Krug wrote: Envoyé de mon iPhone Le 29 sept. 2015 à 11:37, Charles Millar a écrit : Since Monday morning (New York time) I have not been able to export to pdflatex (worked OK the night

Re: [O] "Symbol’s value as variable is void: compile" when export to latex

2015-09-30 Thread Nick Dokos
Rainer M Krug writes: > Exporting to latex of the simple file below results in an error: > > , > | mapcar: Symbol’s value as variable is void: compile > ` > Rasmus just fixed it: commit 679adcaa64613c821b38cd1d34b081640315293a Author: Rasmus Date: Tue

Re: [O] [patch] support latex variants

2015-09-30 Thread Grant Rettke
On Sun, Sep 27, 2015 at 4:51 PM, Rasmus wrote: > Pushed. > -- > May contains speling mistake Cool! Thanks!

Re: [O] "Symbol’s value as variable is void: compile" when export to latex

2015-09-30 Thread Rasmus
Hi Rainer, Thanks for the report. Rainer M Krug writes: > Exporting to latex of the simple file below results in an error: How embarrassing! Hopefully there are no more typos in the choice of latex compiler changeset... Rasmus -- It was you, Jezebel, it was you

Re: [O] bug: latex exporter

2015-09-30 Thread Nick Dokos
Charles Millar writes: > Since Monday morning (New York time) I have not been able to export to > pdflatex (worked OK the night before). Instead the message buffer > reads > > symbol's value as variable is void - compile > > GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+

Re: [O] org export outcomes differ from one attempt to the next

2015-09-30 Thread Nicolas Goaziou
Hello, Robert Klein writes: > is there another way to get property values during export (i use them > in #+LaTeX_Header: lines). During export, all property values are accessible through communication channel (usually INFO argument), e.g., (plist-get info :latex-header)

Re: [O] bug: latex exporter

2015-09-30 Thread Kaushal Modi
Rasmus has fixed this in http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=679adcaa64613c821b38cd1d34b081640315293a . -- Kaushal Modi On Tue, Sep 29, 2015 at 5:37 AM, Charles Millar wrote: > Since Monday morning (New York time) I have not been able to export to >

Re: [O] bug: latex exporter

2015-09-30 Thread Rasmus
Hi Charles, Charles Millar writes: > Since Monday morning (New York time) I have not been able to export to > pdflatex (worked OK the night before). Instead the message buffer > reads Yeah, sorry about the inconvenience! Please try to update to

Re: [O] LaTeX equation align in orgmode?

2015-09-30 Thread Nicolas Goaziou
Hello, Rainer M Krug writes: > I would need in a document several equations which are aligned as in > http://tex.stackexchange.com/a/167908/6941 > > How can I use the following latex formula in orgmode? > > \begin{proof} The proof is a follows: > \begin{align} >

Re: [O] "Symbol’s value as variable is void: compile" when export to latex

2015-09-30 Thread Eric S Fraga
On Tuesday, 29 Sep 2015 at 11:11, Rainer M Krug wrote: > Exporting to latex of the simple file below results in an error: > > , > | mapcar: Symbol’s value as variable is void: compile > ` Works for me... albeit in a slightly older version of org that I have on my laptop. > PS: how do I

[O] Latex compilation broken on orgmode master?

2015-09-30 Thread Kaushal Modi
Hi, Doing C-c C-e l o on any org file gives me the error Symbol's value as variable is void: compile If I use the latest org-mode-plus-contrib package from org elpa, latex compilation works fine. Can anyone using org git master confirm this? -- Kaushal Modi

Re: [O] SOLVED: LaTeX equation align in orgmode?

2015-09-30 Thread Andreas Leha
Rainer M Krug writes: > Eric S Fraga writes: > >> On Monday, 28 Sep 2015 at 21:10, Rainer M Krug wrote: >>> Hi >>> >>> I would need in a document several equations which are aligned as in >>> http://tex.stackexchange.com/a/167908/6941 >> >> I use align all

Re: [O] convert a simple list of lines each to a orgmode header

2015-09-30 Thread Nick Dokos
Kaushal Modi writes: > I realized that the default binding `C-c *` works only on the current line, > not the whole selection (and the same applies to the opposite `C-c -`). > > It would be great to have those commands work over a region too. > I don't think that's right

Re: [O] :EXPORT tags in property drawer not recognised in org 8.3

2015-09-30 Thread Rasmus
Hi Zhihao, Zhihao Ding writes: > Dear Org experts, > > I am having some problems with exporting in org 8.3.1. I've been using > :PROPERTIES to control export of a heading, e.g. > > :PROPERTIES: > :EXPORT_LaTeX_HEADER+: \usepackage{array} > :EXPORT_LaTeX_HEADER+:

Re: [O] "Symbol’s value as variable is void: compile" when export to latex

2015-09-30 Thread Kaushal Modi
Rasmus has fixed this in http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=679adcaa64613c821b38cd1d34b081640315293a . -- Kaushal Modi On Tue, Sep 29, 2015 at 5:11 AM, Rainer M Krug wrote: > > Exporting to latex of the simple file below results in an error: > > , > |

Re: [O] Latex compilation broken on orgmode master?

2015-09-30 Thread Kaushal Modi
​​ Thanks for fixing this ( http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=679adcaa64613c821b38cd1d34b081640315293a ) -- Kaushal Modi On Tue, Sep 29, 2015 at 11:18 AM, Kaushal Modi wrote: > Hi, > > Doing C-c C-e l o on any org file gives me the error > > Symbol's

Re: [O] "Symbol’s value as variable is void: compile" when export to latex

2015-09-30 Thread Rainer M Krug
Kaushal Modi writes: > Rasmus has fixed this in > http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=679adcaa64613c821b38cd1d34b081640315293a Working - thanks > . > > > > -- > Kaushal Modi > > On Tue, Sep 29, 2015 at 5:11 AM, Rainer M Krug wrote: > >>

Re: [O] "Symbol’s value as variable is void: compile" when export to latex

2015-09-30 Thread Suvayu Ali
On Tue, Sep 29, 2015 at 11:11:09AM +0200, Rainer M Krug wrote: > > Exporting to latex of the simple file below results in an error: > > , > | mapcar: Symbol’s value as variable is void: compile > ` [...chomp...chomp...chomp...] > #+LATEX_COMPILER: pdflatex Are you trying to use

Re: [O] bug: latex exporter

2015-09-30 Thread Suvayu Ali
On Tue, Sep 29, 2015 at 05:37:30AM -0400, Charles Millar wrote: > Since Monday morning (New York time) I have not been able to export to > pdflatex (worked OK the night before). Instead the message buffer reads > > symbol's value as variable is void - compile > > GNU Emacs 24.3.1

[O] Release Org 8.3.2

2015-09-30 Thread Bastien
Hi all, Org 8.3.2, a bugfix release is out. Enjoy! -- Bastien

Re: [O] Modification dates in Worg

2015-09-30 Thread Ista Zahn
Hi Machael, Well, you're welcome to add modification dates to the worg files. IMO this won't help much, since some sections of the same file may be up to date while other sections may be out of date. Something like git-blame is needed I think in order to get a sense of how up-to-date a particular