From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Beck Subject: Re: Is it possible for a TODO item not to be an outline item? Date: Tue, 10 Oct 2017 12:18:37 +0200 Message-ID: References: <87infpq34t.fsf@iac.es> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56024) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e1reC-0001Ni-Bn for emacs-orgmode@gnu.org; Tue, 10 Oct 2017 06:20:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e1re7-0006D9-0i for emacs-orgmode@gnu.org; Tue, 10 Oct 2017 06:20:24 -0400 Received: from [195.159.176.226] (port=42177 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e1re6-0006B4-Jx for emacs-orgmode@gnu.org; Tue, 10 Oct 2017 06:20:18 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1e1rds-0003n7-VZ for emacs-orgmode@gnu.org; Tue, 10 Oct 2017 12:20:04 +0200 In-Reply-To: <87infpq34t.fsf@iac.es> Content-Language: en-US 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" To: emacs-orgmode@gnu.org On 08.10.2017 13:40, Angel de Vicente wrote: > So basically I would like to have that TODO item but somehow without > creating a new section. Is it possible? Use --------------- bla bla bla # TODO: fix installation bla bla bla --------------- and M-x org-occur-in-agenda-files (which is bound to C-a /). Florian