From: David Maus <dmaus@ictsoc.de>
To: "Emin.shopper Martinian.shopper" <emin.shopper@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: question on missing scheduled entries in agenda
Date: Fri, 02 Apr 2010 10:03:54 +0200 [thread overview]
Message-ID: <87ljd6nuvp.wl%dmaus@ictsoc.de> (raw)
In-Reply-To: <32e43bb71003220622g284a1659ibc4fd0240a8107f3@mail.gmail.com>
[-- Attachment #1.1: Type: text/plain, Size: 2061 bytes --]
Emin.shopper Martinian.shopper wrote:
>Dear Experts,
>I have noticed that if I have a "nested entry" in an org-mode file, it
>does not get picked up properly in my agenda.
>For example, if I have something like the stuff shown below in an
>org-mode file and I create an agenda or export it, I sometimes get an
>entry for the top level item which includes the bottom level item. For
>example, if I do "C-c C-e c" and export this to an icalendar agenda
>then I get an entry for PLAN even though it is not schedule but I get
>no entry for "quick morning stuff" even though it is scheduled. Any
>thoughts on what I can do so that such scheduled items are handled
>properly?
First let's single out the problem: Is it about iCal export or agenda
display? I've tried the example and both entries show up in the
agenda (M-x org-agenda RET a).
For the iCal export I get:
,----
| BEGIN:VCALENDAR
| VERSION:2.0
| X-WR-CALNAME:OrgMode
| PRODID:-//David Maus//Emacs with Org-mode//EN
| X-WR-TIMEZONE:CEST
| CALSCALE:GREGORIAN
| BEGIN:VEVENT
| UID: TS-b9d39029-8b23-49a4-81ea-968da38c60ad
| DTSTART;VALUE=DATE:20100322
| DTEND;VALUE=DATE:20100323
| SUMMARY:PLAN :PLAN:DAILY:
| DESCRIPTION: ** quick morning stuff
| CATEGORIES:PLAN,DAILY,test
| END:VEVENT
| END:VCALENDAR
`----
So indeed: The scheduled subheadline doesn't get an entry but is used
as description of the PLAN headline.
Did you customize the iCal export properly (M-x customize-group RET
org-export-icalendar RET)?
If not this behavior is actually okay. There is this variable with
the default setting:
,----
| Hide Org Icalendar Use Scheduled:
| [ SCHEDULED timestamps in non-TODO entries become events
| [ ] SCHEDULED timestamps in TODO entries become events
| [X] SCHEDULED in TODO entries become start date
| State: STANDARD.
| Contexts where iCalendar export should use a scheduling time stamp. More
`----
So SCHEDULED entries are only exported when they have a TODO keyword.
HTH
-- David
--
OpenPGP... 0x99ADB83B5A4478E6
Jabber.... dmjena@jabber.org
Email..... dmaus@ictsoc.de
[-- Attachment #1.2: Type: application/pgp-signature, Size: 230 bytes --]
[-- Attachment #2: Type: text/plain, Size: 201 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
next prev parent reply other threads:[~2010-04-02 8:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-22 13:22 question on missing scheduled entries in agenda Emin.shopper Martinian.shopper
2010-04-02 8:03 ` David Maus [this message]
2010-04-13 14:32 ` Emin.shopper Martinian.shopper
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ljd6nuvp.wl%dmaus@ictsoc.de \
--to=dmaus@ictsoc.de \
--cc=emacs-orgmode@gnu.org \
--cc=emin.shopper@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.