From mboxrd@z Thu Jan 1 00:00:00 1970 From: RIchard Subject: org-mode create TODO from anywhere Date: Thu, 27 Sep 2007 11:22:24 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iarj6-0008Go-TG for emacs-orgmode@gnu.org; Thu, 27 Sep 2007 07:40:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iarj5-0008EC-7c for emacs-orgmode@gnu.org; Thu, 27 Sep 2007 07:40:16 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iarj5-0008Dr-3o for emacs-orgmode@gnu.org; Thu, 27 Sep 2007 07:40:15 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Iarj4-0001Kl-Ms for emacs-orgmode@gnu.org; Thu, 27 Sep 2007 07:40:14 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1Iaris-0005e5-OT for emacs-orgmode@gnu.org; Thu, 27 Sep 2007 11:40:02 +0000 Received: from e177136023.adsl.alicedsl.de ([85.177.136.23]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Sep 2007 11:40:02 +0000 Received: from rileyrgdev by e177136023.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Sep 2007 11:40:02 +0000 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: emacs-orgmode@gnu.org I also posted this to the mailing list - I hope this isn't a duplicate? Is there a function create a TODO item from any file - at the moment I call "remember" which has the necessary hooks into org mode, but remember and org-remember all insist on making a link. This doesn't work from a temprorary or non-linkable buffer. I'm sure there is a function to bind to a global key to create a non linked "task" but I can't see it. Thanks for any help. Also, I have (setq org-return-follows-link t) but hitting return on a link in an org file in org-mode simply breaks the link. Os there something else I need to set to make org-return follow a link?