* How can I include body of tree as DESCRIPTION: tag using org-export-icalendar
@ 2007-09-18 13:02 Ben Alexander
2007-09-20 8:45 ` Carsten Dominik
2007-09-25 17:00 ` Carsten Dominik
0 siblings, 2 replies; 3+ messages in thread
From: Ben Alexander @ 2007-09-18 13:02 UTC (permalink / raw)
To: emacs-orgmode
Hello,
I have read the org-mode info pages, and the FAQ online, and they've
been a great source of help. I'm happily using org-mode on a Mac OS
X system, and exporting to an iCalendar file and syncing with iCal.
It works pretty well. I then use iSync to export my calendar to my
mobile phone, so I can take my TODO list out for the day without
burning trees (and ink cartridges).
There are two features that would really be nice. The high priority
one is some way of including some amount of the body of a TODO
headline into the DESCRIPTION field. I put supporting information in
the body, e.g. the phone number for an entry like this:
*** TODO call stores for dishes :@PHONE:
store 1: 0207 543 1234
store 2: 0207 777 8888
That would be really, really nice to export. Since HTML exporting
contains the body, is there already a way to do this in my org-mode
file?
The second feature request is a way to limit my exporting to a single
tag or two (e.g. @PHONE and @ERRANDS). I think all I need to do is
learn Lisp and write an org-agenda-skip-function to match a tag. I'm
just not sure how to apply that just in the case of exporting to my
phone. I don't really care what shows up in iCal, because if I can
read that, I can read my org-mode file.
Does anyone have any suggestions?
Feel free to email me directly, and I will summarize any responses.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How can I include body of tree as DESCRIPTION: tag using org-export-icalendar
2007-09-18 13:02 How can I include body of tree as DESCRIPTION: tag using org-export-icalendar Ben Alexander
@ 2007-09-20 8:45 ` Carsten Dominik
2007-09-25 17:00 ` Carsten Dominik
1 sibling, 0 replies; 3+ messages in thread
From: Carsten Dominik @ 2007-09-20 8:45 UTC (permalink / raw)
To: Ben Alexander; +Cc: emacs-orgmode
On Sep 18, 2007, at 15:02, Ben Alexander wrote:
> Hello,
>
> I have read the org-mode info pages, and the FAQ online, and they've
> been a great source of help. I'm happily using org-mode on a Mac OS X
> system, and exporting to an iCalendar file and syncing with iCal. It
> works pretty well. I then use iSync to export my calendar to my
> mobile phone, so I can take my TODO list out for the day without
> burning trees (and ink cartridges).
>
> There are two features that would really be nice. The high priority
> one is some way of including some amount of the body of a TODO
> headline into the DESCRIPTION field.
What is the DESCRIPTION field?????
>
> The second feature request is a way to limit my exporting to a single
> tag or two (e.g. @PHONE and @ERRANDS).
What do you mean by "your exporting".
You can do an agenda search on tags, like
C-c a m @PHONE|@ERRANTS RET
--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How can I include body of tree as DESCRIPTION: tag using org-export-icalendar
2007-09-18 13:02 How can I include body of tree as DESCRIPTION: tag using org-export-icalendar Ben Alexander
2007-09-20 8:45 ` Carsten Dominik
@ 2007-09-25 17:00 ` Carsten Dominik
1 sibling, 0 replies; 3+ messages in thread
From: Carsten Dominik @ 2007-09-25 17:00 UTC (permalink / raw)
To: Ben Alexander; +Cc: emacs-orgmode
On Sep 18, 2007, at 6:02, Ben Alexander wrote:
> Hello,
>
> I have read the org-mode info pages, and the FAQ online, and they've
> been a great source of help. I'm happily using org-mode on a Mac OS X
> system, and exporting to an iCalendar file and syncing with iCal. It
> works pretty well. I then use iSync to export my calendar to my
> mobile phone, so I can take my TODO list out for the day without
> burning trees (and ink cartridges).
>
> There are two features that would really be nice. The high priority
> one is some way of including some amount of the body of a TODO
> headline into the DESCRIPTION field.
This will be done by default in 5.10, limited to 100 character. The
limit
can be configured with `org-icalendar-include-body'.
> The second feature request is a way to limit my exporting to a single
> tag or two (e.g. @PHONE and @ERRANDS). I think all I need to do is
> learn Lisp and write an org-agenda-skip-function to match a tag. I'm
> just not sure how to apply that just in the case of exporting to my
> phone. I don't really care what shows up in iCal, because if I can
> read that, I can read my org-mode file.
This is currently not possible, export always pushes everything out.
One work-around might be to first make a sparse tree with the stuff you
want, and then export only the visible part with
C-c C-e v i
or so.
- Carsten
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-09-25 17:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-18 13:02 How can I include body of tree as DESCRIPTION: tag using org-export-icalendar Ben Alexander
2007-09-20 8:45 ` Carsten Dominik
2007-09-25 17:00 ` Carsten Dominik
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).