From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Maus Subject: Re: question on missing scheduled entries in agenda Date: Fri, 02 Apr 2010 10:03:54 +0200 Message-ID: <87ljd6nuvp.wl%dmaus@ictsoc.de> References: <32e43bb71003220622g284a1659ibc4fd0240a8107f3@mail.gmail.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="===============1048223348==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NxbrJ-0002gI-GG for emacs-orgmode@gnu.org; Fri, 02 Apr 2010 04:04:05 -0400 Received: from [140.186.70.92] (port=56539 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NxbrG-0002eY-3p for emacs-orgmode@gnu.org; Fri, 02 Apr 2010 04:04:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NxbrD-0001DE-RB for emacs-orgmode@gnu.org; Fri, 02 Apr 2010 04:04:01 -0400 Received: from mysql1.xlhost.de ([213.202.242.106]:35912) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NxbrD-0001Cv-Ig for emacs-orgmode@gnu.org; Fri, 02 Apr 2010 04:03:59 -0400 In-Reply-To: <32e43bb71003220622g284a1659ibc4fd0240a8107f3@mail.gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Emin.shopper Martinian.shopper" Cc: emacs-orgmode@gnu.org --===============1048223348== Content-Type: multipart/signed; boundary="pgp-sign-Multipart_Fri_Apr__2_10:03:53_2010-1"; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit --pgp-sign-Multipart_Fri_Apr__2_10:03:53_2010-1 Content-Type: text/plain; charset=US-ASCII 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 --pgp-sign-Multipart_Fri_Apr__2_10:03:53_2010-1 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iF4EABEIAAYFAku1pOkACgkQma24O1pEeObzowD+LBDtJI98R6KgRD4qA62cE+6Q OoX2at1/TTJ9mFUgFKQA/1MLXFuFhxorV7/g8Cz30INQJO6g4FuNPOVMq2AWlC65 =Ep0q -----END PGP SIGNATURE----- --pgp-sign-Multipart_Fri_Apr__2_10:03:53_2010-1-- --===============1048223348== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --===============1048223348==--