From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Automatic noexport tag based on rules? Date: Wed, 09 Feb 2011 07:40:48 +0000 Message-ID: <87y65phczj.fsf@ucl.ac.uk> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=52682 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pn5Op-00038L-0K for emacs-orgmode@gnu.org; Wed, 09 Feb 2011 03:27:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pn5On-00046e-P8 for emacs-orgmode@gnu.org; Wed, 09 Feb 2011 03:27:42 -0500 Received: from vscani-e.ucl.ac.uk ([144.82.108.33]:35050) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pn5On-00045p-Ha for emacs-orgmode@gnu.org; Wed, 09 Feb 2011 03:27:41 -0500 In-Reply-To: (John Hendy's message of "Tue, 8 Feb 2011 20:39:54 -0600") 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: John Hendy Cc: emacs-orgmode John Hendy writes: [...] > Yeah.. most of my todos aren't medium-sized projects, though. Many of them > are more along the lines of one-liner action items I need to jot to myself > so I don't forget as well as keeping them as a sort of rolling "next > actions" queue. For that reason, I'd much rather keep them in their original > context. On possible suggestion: if you use inline tasks for these one liner TODOs, ,---- | C-c C-x t runs the command org-inlinetask-insert-task, which is an | interactive compiled Lisp function in `org-inlinetask.el'. | | It is bound to C-c C-x t. | | (org-inlinetask-insert-task &optional NO-STATE) | | Insert an inline task. | If prefix arg NO-STATE is set, ignore `org-inlinetask-default-state'. `---- You can then customise =org-inlinetask-export-templates= to generate latex code that basically ignores the inline task. -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 : using Org-mode version 7.4 (release_7.4.324.gca7a)