[O] Org Agenda and recurring icalendar events

2016-09-30 Thread cschr
Hello together Im now running Emacs 25.1 with Org 8.3.5 on Windows. I love Emacs and Orgmode and I want to use it instead of Microsoft Office. But in order to replace MS-Outlook calendar by Org Agenda, and in order to sync Org Agenda with my Android phone, I would need all icalendar functio

[O] [DOCS] Re: Making DocBook xml books from org mode?

2016-09-30 Thread Christian Moe
Peter Davis writes: > 3. The direct route from org to DocBook xml seems to be missing. It's gone extinct, but there is a fossil record of it in the online manual: http://orgmode.org/guide/DocBook-export.html It's not linked to from the TOC, but turned up in a DuckDuckGo search. It should pr

Re: [O] Org Agenda and recurring icalendar events

2016-09-30 Thread Eric S Fraga
On Friday, 30 Sep 2016 at 08:54, cschr wrote: > Hello together > > Im now running Emacs 25.1 with Org 8.3.5 on Windows. I love Emacs and > Orgmode and I want to use it instead of Microsoft Office. But in > order to replace MS-Outlook calendar by Org Agenda, and in order to > sync Org Agenda with

Re: [O] Making DocBook xml books from org mode?

2016-09-30 Thread Marcin Borkowski
On 2016-09-29, at 20:04, Peter Davis wrote: > I've started a new position in which I have to create and maintain a > large set of documents in DocBook xml format. For new books, I'd really > like to use org mode, since a) I'm already familiar with it, b) I love > it, and c) I believe it does (or

Re: [O] Bug: Several small documentation problems [8.3.6 (8.3.6-4-g4835be-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20160926/)]

2016-09-30 Thread Jorge
On 29 September 2016 at 17:36, Nicolas Goaziou wrote: > I think "grandparent" is correct. In the following document > > * H1 > ** H2 > Text<--point > > "H2" is the parent headline of "Text" and as a consequence, "H1" is its > grandparent. What if point is in the headline, which is often the

Re: [O] [DOCS] Re: Making DocBook xml books from org mode?

2016-09-30 Thread Peter Davis
On Fri, Sep 30, 2016, at 05:16 AM, Christian Moe wrote: > > Peter Davis writes: > > > 3. The direct route from org to DocBook xml seems to be missing. > > It's gone extinct, but there is a fossil record of it in the online > manual: > > http://orgmode.org/guide/DocBook-export.html > > It'

Re: [O] Fwd: comment lines inside org tables

2016-09-30 Thread Rolf Sander
Hello Nicolas, Then I don't understand what you really want. You want to comment a row, but it's not clear wrt to what action. I want to add a comment line into the file that does not disturb the table. Like a "|---+---+---|" hline. I don't want any action. All programming languages have the o

Re: [O] Making DocBook xml books from org mode?

2016-09-30 Thread Peter Davis
On Fri, Sep 30, 2016, at 05:37 AM, Marcin Borkowski wrote: > > On 2016-09-29, at 20:04, Peter Davis wrote: > > > I've started a new position in which I have to create and maintain a > > large set of documents in DocBook xml format. For new books, I'd really > > like to use org mode, since a) I

Re: [O] [DOCS] Re: Making DocBook xml books from org mode?

2016-09-30 Thread Thomas S. Dye
Aloha pd, Peter Davis writes: > On Fri, Sep 30, 2016, at 05:16 AM, Christian Moe wrote: >> >> Peter Davis writes: >> >> > 3. The direct route from org to DocBook xml seems to be missing. >> >> It's gone extinct, but there is a fossil record of it in the online >> manual: >> >> http://orgmo

Re: [O] Making DocBook xml books from org mode?

2016-09-30 Thread Peter Davis
To follow up ... On Thu, Sep 29, 2016, at 06:17 PM, Peter Davis wrote: > On Thu, Sep 29, 2016, at 03:23 PM, Joost Kremers wrote: > > > > Pandoc can convert to Docbook, so that might be an option. Note that > > Pandoc also converts *from* Org, (although it cannot handle all of Org's > > capabiliti

Re: [O] Fwd: comment lines inside org tables

2016-09-30 Thread Nicolas Goaziou
Hello, Rolf Sander writes: > I want to add a comment line into the file that does not disturb the > table. Disturb the table wrt to what action? Alignment? This is a minor issue if you fix an arbitrary column width, isn't it? > Like a "|---+---+---|" hline. I don't want any action. All > progr

Re: [O] [DOCS] Re: Making DocBook xml books from org mode?

2016-09-30 Thread Peter Davis
Hi, Tom, On Fri, Sep 30, 2016, at 11:33 AM, Thomas S. Dye wrote: > ... stuff excised ... > > This was part of the old exporter. It hasn't been ported to the new one. Thanks, Tom. Christian's post made me wonder if this was hiding in the background somewhere. Cheers, -pd -- Peter Davis ww

Re: [O] export of src block ignores :results

2016-09-30 Thread Charles C. Berry
On Thu, 29 Sep 2016, Thomas Alexander Gerds wrote: [deleted] anyway, the original problem is not solved yet. org-babel-current-result-hash is related to the execution of the src block which is independent of the export process since I have (setq org-export-babel-evaluate nil). and the pro

Re: [O] Making DocBook xml books from org mode?

2016-09-30 Thread Nick Dokos
Marcin Borkowski writes: > On 2016-09-29, at 20:04, Peter Davis wrote: > >> I've started a new position in which I have to create and maintain a >> large set of documents in DocBook xml format. For new books, I'd really >> like to use org mode, since a) I'm already familiar with it, b) I love >>

Re: [O] [DOCS] Re: Making DocBook xml books from org mode?

2016-09-30 Thread Nick Dokos
Peter Davis writes: > Hi, Tom, > > On Fri, Sep 30, 2016, at 11:33 AM, Thomas S. Dye wrote: >> ... stuff excised ... >> >> This was part of the old exporter. It hasn't been ported to the new one. > > Thanks, Tom. Christian's post made me wonder if this was hiding in the > background somewhere. >

Re: [O] [DOCS] Re: Making DocBook xml books from org mode?

2016-09-30 Thread Peter Davis
On Fri, Sep 30, 2016, at 03:37 PM, Nick Dokos wrote: > Peter Davis writes: > > > Hi, Tom, > > > > On Fri, Sep 30, 2016, at 11:33 AM, Thomas S. Dye wrote: > >> ... stuff excised ... > >> > >> This was part of the old exporter. It hasn't been ported to the new one. > > > > Thanks, Tom. Christian

Re: [O] [DOCS] Re: Making DocBook xml books from org mode?

2016-09-30 Thread Nick Dokos
Colin Baxter writes: > Hello, > > On Fri, Sep 30 2016, Nick Dokos wrote: > >> Peter Davis writes: > > ... snip ... >> , >> | (1) DocBook export, available in previous Org-mode versions, has not >> | currently been ported to the new exporter, however the new ox-texinfo >> | backend can genera

Re: [O] manipulate org tables using emacs-lisp

2016-09-30 Thread Thorsten Jolitz
Alan Schmitt writes: Hi Alan, > Are there functions for manipulating org-tables using emacs-lisp? More > precisely, I would like to refer to a table by its name, read some cells > (either by position or by matching some given text with some text in the > first row/column), and write in some cell

[O] Is there a *Org PDF LaTeX Output* buffer ?

2016-09-30 Thread Julien Cubizolles
When an export from org to pdf fails, the error message refers to a *Org PDF LaTeX Output* buffer that doesn't seem to have been created on my setup. Is it an old message from a previous behaviour long gone ? Julien.

Re: [O] [DOCS] Re: Making DocBook xml books from org mode?

2016-09-30 Thread Colin Baxter
Hello, On Fri, Sep 30 2016, Nick Dokos wrote: > Peter Davis writes: ... snip ... > , > | (1) DocBook export, available in previous Org-mode versions, has not > | currently been ported to the new exporter, however the new ox-texinfo > | backend can generate DocBook format. Once file.texi is

Re: [O] Is there a *Org PDF LaTeX Output* buffer ?

2016-09-30 Thread Nick Dokos
Julien Cubizolles writes: > When an export from org to pdf fails, the error message refers to a *Org > PDF LaTeX Output* buffer that doesn't seem to have been created on my > setup. Is it an old message from a previous behaviour long gone ? > No, it should be present: it is created when you expo

[O] Bug capturing to a file while visiting buffer and auto-revert-mode active

2016-09-30 Thread Michael Fiano
If you visit an empty file buffer (0 bytes), turn auto-revert-mode on, and capture something to this file, it will appear as if the buffer is still empty. The cursor appears to be on an empty first line, but in reality, the rest of the file contents are off screen and you must scroll up to see them

[O] Bug with capture template having %? cursor in the tags section

2016-09-30 Thread Michael Fiano
If I create a capture template that creates a headline such as: "* %? :note:\n", then upon capturing the note tag is correctly shifted over to org-tags-column. However, if I position the %? cursor to be: %?:note: :note:%? or anywhere in between, the tags are not written to the correct column, i

Re: [O] export of src block ignores :results

2016-09-30 Thread Thomas Alexander Gerds
right, this is what changed and setting :eval never-export on a each block solves the problem. however, the new way breaks all my existing org-code. is there a reason why the header args have to be ignored when org-export-babel-evaluate is nil? or asking more directly: would it be possible to hav