[Orgmode] Issue with remember templates

2009-12-31 Thread Francis Moreau
Hello, I'd like to note my work's holidays using remember. For this, I have a org file (work.org for example) which contains the following headline: * Holidays #+CATEGORY: Holiday %%(diary-date 12 '(4 7) 2009) Day Off I also created the following template to speed up the process of entering a n

Re: [Orgmode] Issue with remember templates

2010-01-04 Thread Francis Moreau
Hello, On Sun, Jan 3, 2010 at 2:11 PM, Carsten Dominik wrote: > > "* %\\%(diary-date %?) Day Off" > > should work. > Ok, >> >> The other problem is that Org ensures that the new entry has a >> headline so I had to start the template with '*'. But I don't want >> this since I read that the sexp

Re: [Orgmode] Issue with remember templates

2010-01-04 Thread Francis Moreau
On Mon, Jan 4, 2010 at 10:00 AM, Carsten Dominik wrote: > > On Jan 4, 2010, at 9:52 AM, Francis Moreau wrote: > >> Hello, >> >> On Sun, Jan 3, 2010 at 2:11 PM, Carsten Dominik >> wrote: >>> >>> "* %\\%(diary-date %?) Day Off" >>

[O] hyperlink and gnus registry.

2011-03-28 Thread Francis Moreau
Hello all, I use hyperlink to link some Gnus emails to my Org documents. But somtimes, I move the emails inside Gnus, from one group to another one. Is it possible to make the Org link still work in this case ? I don't know if taht could help, but I'm using gnus registry. Thanks -- Francis

[Orgmode] Literal examples and indentation

2010-07-01 Thread Francis Moreau
Hello, When I include literate example like this: #+BEGIN_EXAMPLE Some example from a text file. #+END_EXAMPLE The example is indented with 2 spaces when rendered. Is there any ways to customise the size of the indentation ? Thanks -- Francis ___ E

Re: [Orgmode] Literal examples and indentation

2010-07-02 Thread Francis Moreau
Hello, On Thu, Jul 1, 2010 at 7:51 PM, Juan wrote: > > How are you 'rendering'? To HTML, PDF, ASCII? > To ASCII -- Francis ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/

Re: [Orgmode] Literal examples and indentation

2010-07-06 Thread Francis Moreau
On Sun, Jul 4, 2010 at 11:41 PM, Juan wrote: > For ASCII export, the 2 leading spaces are hard-coded in org-ex.el > line 2292: > >   (lambda (l) (concat "  " l)) > > You'll need to tinker inside the code in order to change the > indentation. Ok, so the answer of my initial question is no. That's