Re: [O] How to generate subscript followed overstriking in org-mode

2017-05-01 Thread XP Chen
@@latex:\textbf{html:@@bold@@latex:}html:@@_{subscripted} works well for latex and pdf. But cannot bold in ODT format... I think html exporter is the same as ODT format before, but a little different... So I choose using *bold*\mbox{}_{subscripted} , then in ODT file replace all the

Re: [O] How to generate subscript followed overstriking in org-mode

2017-05-01 Thread Eric S Fraga
On Monday, 1 May 2017 at 13:16, XP Chen wrote: > Hi, everyone, > > How to generate subscript followed overstriking when export to latex or > pdf, I want use general org-mode method to generate html format also. > > Mix latex is ok as: \textbf{d1}_{sub} > > But org method like:

[O] [PATCH] contrib/lisp/ox-confluence.el: Export checkboxes; fix timestamps in headlines

2017-05-01 Thread Marc Ihm
Hi, the attached patch changes ox-confluence.el: - Export checkboxes in lists to appear in the resulting confluence-markup (with some minor refactoring of org-confluence-item). - Fix spurious closing braces following timestamps in headlines. Please review and let me know, if you have any

Re: [O] Exporting PDF (new setup)

2017-05-01 Thread Joost Kremers
On Mon, May 01 2017, Peter Davis wrote: Nick Dokos writes: As a first step, switch to buffer *Org PDF LaTeX Output* and check for errors. Thanks, Nick. I found the same error I got running pdflatex in a command shell: ! LaTeX Error: File `wrapfig.sty' not found. I

Re: [O] Exporting PDF (new setup)

2017-05-01 Thread Peter Davis
Nick Dokos writes: > > As a first step, switch to buffer *Org PDF LaTeX Output* and check for errors. Thanks, Nick. I found the same error I got running pdflatex in a command shell: ! LaTeX Error: File `wrapfig.sty' not found. I had installed basictex using Homebrew (one of

Re: [O] Exporting PDF (new setup)

2017-05-01 Thread Nick Dokos
Peter Davis writes: > Joost Kremers writes: > >> On Mon, May 01 2017, Peter Davis wrote: >>> I'm running Org 8.2.10 on a new MacBook with El Capitan as the OS. I can't >>> seem to get PDF export working. I get these messages: >>> >>> Processing

[O] How to generate subscript followed overstriking in org-mode

2017-05-01 Thread XP Chen
Hi, everyone, How to generate subscript followed overstriking when export to latex or pdf, I want use general org-mode method to generate html format also. Mix latex is ok as: \textbf{d1}_{sub} But org method like: " *d1*_{sub} " or " *d1* _{sub} " cannot achieve.

Re: [O] Exporting PDF (new setup)

2017-05-01 Thread Peter Davis
Joost Kremers writes: > On Mon, May 01 2017, Peter Davis wrote: >> I'm running Org 8.2.10 on a new MacBook with El Capitan as the OS. I can't >> seem to get PDF export working. I get these messages: >> >> Processing LaTeX file ./blahblahblah.tex... >> /bin/bash:

Re: [O] Exporting PDF (new setup)

2017-05-01 Thread Joost Kremers
On Mon, May 01 2017, Peter Davis wrote: I'm running Org 8.2.10 on a new MacBook with El Capitan as the OS. I can't seem to get PDF export working. I get these messages: Processing LaTeX file ./blahblahblah.tex... /bin/bash: pdflatex: command not found [3 times] org-latex-compile: PDF file

[O] Exporting PDF (new setup)

2017-05-01 Thread Peter Davis
I'm running Org 8.2.10 on a new MacBook with El Capitan as the OS. I can't seem to get PDF export working. I get these messages: Processing LaTeX file ./blahblahblah.tex... /bin/bash: pdflatex: command not found [3 times] org-latex-compile: PDF file ./blahblahblah.pdf wasn’t produced I did

Re: [O] More clocktable breakage

2017-05-01 Thread Achim Gratz
Nicolas Goaziou writes: > Sadly, what a "timestamp" is depends on what function is asking. AFAICT, > there are three categories of "timestamps". Well, taking a further setp back, before Org started to have a formal syntax anything that looked like a timestamp was treated as one. The different