(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
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
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
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
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
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
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
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
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
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
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
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
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
13 matches
Mail list logo