Re: [O] Abbrev with org-mode

2013-03-13 Thread Bastien
"Steve Prud'Homme"  writes:

> I do that :
> C-h v org-export-with-drawers RET
> and after export

Use this

(setq org-export-with-drawers t)

in your .emacs file

HTH,

-- 
 Bastien



Re: [O] Abbrev with org-mode

2013-03-13 Thread Bastien
"Steve Prud'Homme"  writes:

> I did do that nothing change

Mhh.. what did you do exactly?

-- 
 Bastien



Re: [O] Abbrev with org-mode

2013-03-13 Thread Steve Prud'Homme
Hi Bastien,
I did do that nothing change
Original file :
https://sourceforge.net/p/coursfrancais/code-1/ci/c60eb6d14a65b47228760636622ba57a8edcac84/tree/coursfrancais.org
Rendered file :
https://sourceforge.net/p/coursfrancais/code-1/ci/c60eb6d14a65b47228760636622ba57a8edcac84/tree/coursfrancais.odt?format=raw


2013/3/13 Bastien 

> Hi Steve,
>
> "Steve Prud'Homme"  writes:
>
> > My first question is can I export these proprerties in a ODT or TXT
> > file. Because by default they are hidded.
>
> See C-h v org-export-with-drawers RET
>
> > 2.
> > My second question is if I want to use Abbrev to make a clocked-task.
> > What shoud I write on my abbrev file if example I want that the
> > org-clock-in start automaticly when I expand my Abbrev...
>
> Maybe by advising expand-abbrev with org-clock-in?
>
> HTH,
>
> --
>  Bastien
>



-- 
Posté par Steve Prud'Homme
sprud...@gmail.com
514 466-3951


Re: [O] Abbrev with org-mode

2013-03-13 Thread Bastien
Hi Steve,

"Steve Prud'Homme"  writes:

> My first question is can I export these proprerties in a ODT or TXT
> file. Because by default they are hidded.

See C-h v org-export-with-drawers RET

> 2.
> My second question is if I want to use Abbrev to make a clocked-task.
> What shoud I write on my abbrev file if example I want that the
> org-clock-in start automaticly when I expand my Abbrev...

Maybe by advising expand-abbrev with org-clock-in?

HTH,

-- 
 Bastien