* Abbrev with org-mode
@ 2013-03-13 19:47 Steve Prud'Homme
2013-03-13 20:19 ` Bastien
0 siblings, 1 reply; 6+ messages in thread
From: Steve Prud'Homme @ 2013-03-13 19:47 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 496 bytes --]
Hi,
I use abrrev (C-x a e) with org-mode for propreties entries ex:
:PROPERTIES:
:Name:
:Phone:
:END:
1.
My first question is can I export these proprerties in a ODT or TXT file.
Because by default they are hidded.
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...
--
Posté par Steve Prud'Homme
sprudhom@gmail.com
514 466-3951
[-- Attachment #2: Type: text/html, Size: 839 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Abbrev with org-mode
2013-03-13 19:47 Abbrev with org-mode Steve Prud'Homme
@ 2013-03-13 20:19 ` Bastien
2013-03-13 20:44 ` Steve Prud'Homme
0 siblings, 1 reply; 6+ messages in thread
From: Bastien @ 2013-03-13 20:19 UTC (permalink / raw)
To: Steve Prud'Homme; +Cc: emacs-orgmode
Hi Steve,
"Steve Prud'Homme" <sprudhom@gmail.com> 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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Abbrev with org-mode
2013-03-13 20:19 ` Bastien
@ 2013-03-13 20:44 ` Steve Prud'Homme
2013-03-13 21:01 ` Bastien
0 siblings, 1 reply; 6+ messages in thread
From: Steve Prud'Homme @ 2013-03-13 20:44 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 977 bytes --]
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 <bzg@altern.org>
> Hi Steve,
>
> "Steve Prud'Homme" <sprudhom@gmail.com> 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
sprudhom@gmail.com
514 466-3951
[-- Attachment #2: Type: text/html, Size: 1825 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Abbrev with org-mode
2013-03-13 20:44 ` Steve Prud'Homme
@ 2013-03-13 21:01 ` Bastien
2013-03-13 21:05 ` Steve Prud'Homme
0 siblings, 1 reply; 6+ messages in thread
From: Bastien @ 2013-03-13 21:01 UTC (permalink / raw)
To: Steve Prud'Homme; +Cc: emacs-orgmode
"Steve Prud'Homme" <sprudhom@gmail.com> writes:
> I did do that nothing change
Mhh.. what did you do exactly?
--
Bastien
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Abbrev with org-mode
2013-03-13 21:01 ` Bastien
@ 2013-03-13 21:05 ` Steve Prud'Homme
2013-03-13 22:47 ` Bastien
0 siblings, 1 reply; 6+ messages in thread
From: Steve Prud'Homme @ 2013-03-13 21:05 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 330 bytes --]
I do that :
C-h v org-export-with-drawers RET
and after export
2013/3/13 Bastien <bzg@altern.org>
> "Steve Prud'Homme" <sprudhom@gmail.com> writes:
>
> > I did do that nothing change
>
> Mhh.. what did you do exactly?
>
> --
> Bastien
>
--
Posté par Steve Prud'Homme
sprudhom@gmail.com
514 466-3951
[-- Attachment #2: Type: text/html, Size: 859 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Abbrev with org-mode
2013-03-13 21:05 ` Steve Prud'Homme
@ 2013-03-13 22:47 ` Bastien
0 siblings, 0 replies; 6+ messages in thread
From: Bastien @ 2013-03-13 22:47 UTC (permalink / raw)
To: Steve Prud'Homme; +Cc: emacs-orgmode
"Steve Prud'Homme" <sprudhom@gmail.com> 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
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-03-13 22:48 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-13 19:47 Abbrev with org-mode Steve Prud'Homme
2013-03-13 20:19 ` Bastien
2013-03-13 20:44 ` Steve Prud'Homme
2013-03-13 21:01 ` Bastien
2013-03-13 21:05 ` Steve Prud'Homme
2013-03-13 22:47 ` Bastien
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).