From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Does Org support Related or "See Also" Properties? Date: Sat, 20 Apr 2013 09:15:09 +0200 Message-ID: <87r4i5zn9e.fsf@bzg.ath.cx> References: <877gjyas3m.fsf@debian.home> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33879) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTS0w-000389-37 for emacs-orgmode@gnu.org; Sat, 20 Apr 2013 03:15:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UTS0v-0002Mr-8x for emacs-orgmode@gnu.org; Sat, 20 Apr 2013 03:15:14 -0400 Received: from mail-wg0-x233.google.com ([2a00:1450:400c:c00::233]:56004) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTS0v-0002Mm-2Q for emacs-orgmode@gnu.org; Sat, 20 Apr 2013 03:15:13 -0400 Received: by mail-wg0-f51.google.com with SMTP id b12so198935wgh.18 for ; Sat, 20 Apr 2013 00:15:12 -0700 (PDT) In-Reply-To: <877gjyas3m.fsf@debian.home> (Nick M. Daly's message of "Fri, 19 Apr 2013 20:49:49 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Nick M. Daly" Cc: emacs-orgmode@gnu.org Hi Nick, Nick M. Daly writes: > When exported into an agenda, the consolidated org agenda would read: > > Friday 19 April 2013 > customer: 09:00-09:30 Scheduled: TODO Meeting with Pete > > Are these wild dreams just dreams, or does Org Mode support such lovely > magic? The problem is: what would RET do on this agenda line? Go to which entry? You can always put some hacks in `org-agenda-finalize-hook' but it's easier to try to keep your Org files clean ;) -- Bastien