[O] Fwd: demoting a heading inserts spaces in column-0 text

2014-12-21 Thread Daniel Clemente
(I'm resending this old e-mail because it seems it didn't get to the list, according to Gmane). El Sat, 13 Dec 2014 15:10:32 +0100 Nicolas Goaziou va escriure: > > > Users who type can do a simpler distinction: > > 1. things you type yourself > > 2. things that appear/change/disappear after in

Re: [O] [PATCH] Proposal for «session» documentation

2014-12-21 Thread Aaron Ecay
Hi Thierry, Juts a two comments and one question. 2014ko abenudak 21an, Thierry Pellé-ek idatzi zuen: > > Hi, > I added description for empty names and used the suggestion of Aaron. > > Hope it's not too frenchy ;-) > > > diff --git a/doc/org.texi b/doc/org.texi > index 3612bba..72ad0d9 100

Re: [O] How do you show the entires in the logbook drawer in the agenda

2014-12-21 Thread Eric Abrahamsen
jenia.iv...@gmail.com (jenia.ivlev) writes: > Eric Abrahamsen writes: > >> jenia.iv...@gmail.com (jenia.ivlev) writes: >> >>> Hello. >>> >>> I thought that the entires in the logbook drawer - entered pressing `C-c >>> C-z` in orgmode - would show up in the agenda, pressing `C-c a a`, but >>> they

Re: [O] How do you show the entires in the logbook drawer in the agenda

2014-12-21 Thread jenia.ivlev
Eric Abrahamsen writes: > jenia.iv...@gmail.com (jenia.ivlev) writes: > >> Hello. >> >> I thought that the entires in the logbook drawer - entered pressing `C-c >> C-z` in orgmode - would show up in the agenda, pressing `C-c a a`, but >> they do not. >> Is possible to somehow list those notes i

Re: [O] [bug, patch, ox] INCLUDE and footnotes

2014-12-21 Thread Rasmus
Hi, Thanks for the comments. I managed to make the patch less complicated. Nicolas Goaziou writes: >> + (let* ((lines (and lines (split-string lines "-"))) >> + (lbeg (and lines (string-to-number (car lines >> + (lend (and lines (string-to-number (cadr lines) > > T

Re: [O] [bug, patch, ox] INCLUDE and footnotes

2014-12-21 Thread Rasmus
Nicolas Goaziou writes: > I suggest to do it differently, then. We first process every include > keyword in the document, but simply add a text property (e.g. > `org-include-level') over them specifying > [...] > Include lines are not modified and this variable only applies to Org > documents. W

Re: [O] [bug, patch, ox] INCLUDE and footnotes

2014-12-21 Thread Nicolas Goaziou
Rasmus writes: > Thanks for the comments. I've attached a new version. Thanks. > Nicolas Goaziou writes: >> This is not necessary. Even if :minlevel is used on these include >> keywords, its value is ignored when inserting contents of the file. > > It's not neural to the org export buffer, t

Re: [O] [bug, patch, ox] INCLUDE and footnotes

2014-12-21 Thread Rasmus
Hi, Thanks for the comments. I've attached a new version. Nicolas Goaziou writes: >> The recognition regexp is still not great, but the idea of the regexp >> is to only act on includes where there's no :minlevel already and no >> plain words (most obviously src and example, but any block reall

Re: [O] [bug, patch, ox] INCLUDE and footnotes

2014-12-21 Thread Nicolas Goaziou
Rasmus writes: > Here's a new version of the second patch with tests. Thanks. Some comments follow. > The recognition regexp is still not great, but the idea of the regexp > is to only act on includes where there's no :minlevel already and no > plain words (most obviously src and example, but a

Re: [O] [bug, patch, ox] INCLUDE and footnotes

2014-12-21 Thread Nicolas Goaziou
Rasmus writes: > Thanks for the notes. Hopefully patch one if good now. Thanks. Some comments follow. > * ox.el (org-export--prepare-file-contents): Preserve footnotes > when using the LINES argument. New optional argument FOOTNOTES. > (org-export-expand-include-keyword): New optional argume

Re: [O] "#+BEGIN_SRC mail" and org-src-fontify-natively

2014-12-21 Thread Andrea Rossetti
Nicolas Goaziou writes: > Hello, > > Andrea Rossetti writes: >> when I start emacs -Q and do the following recipe: >> >> 1) open the test file "prova.org" (see attach) >> 2) confirm at the file-local variable prompt, by typing "y" >> 3) quit with C-x C-c >> >> then Emacs unexpectedly asks for

[O] [PATCH] Proposal for «session» documentation

2014-12-21 Thread Thierry Pellé
Hi, I added description for empty names and used the suggestion of Aaron. Hope it's not too frenchy ;-) diff --git a/doc/org.texi b/doc/org.texi index 3612bba..72ad0d9 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -15559,8 +15559,8 @@ execution. @subsubsection @code{:session} @cindex @code

Re: [O] How to specify output file for org-latex-export-to-pdf

2014-12-21 Thread Guido Van Hoecke
Hi Charlie, On 21 December 2014 at 01:11, Charles Millar wrote: > Is this what you are looking for > > ** subtree heading > :PROPERTIES: > :EXPORT_FILE_NAME: path/to/filename > :END: > > See the last paragraph in Org Manual Section 12.3 > > ​Thanks Charlie. This worked as soon as I realised I h