From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Jan_B=F6cker?= Subject: Re: How can I add a DONE tag to an org file? Date: Mon, 02 Aug 2010 11:59:00 +0200 Message-ID: <4C5696E4.1030205@jboecker.de> References: <8462zt1h35.fsf@ymail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=50767 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OfrnZ-00029w-2Y for emacs-orgmode@gnu.org; Mon, 02 Aug 2010 05:59:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OfrnY-0006zQ-58 for emacs-orgmode@gnu.org; Mon, 02 Aug 2010 05:59:08 -0400 Received: from smtp01.worldserver.net ([217.13.200.37]:56080) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OfrnY-0006ya-00 for emacs-orgmode@gnu.org; Mon, 02 Aug 2010 05:59:08 -0400 In-Reply-To: <8462zt1h35.fsf@ymail.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: Water Lin Cc: emacs-orgmode@gnu.org On 08/02/2010 11:47 AM, Water Lin wrote: > > Here is my two questions: > > 1. I want to mark an org file as DONE, so I will let me know that the > file is finished and doesn't need any change. > > How can I add this similar tag to the file, or something else. You can use file tags: #+FILETAGS: :DONE: Every headline in the file inherits the file tags. Note that this is completely independent of TODO states. > > 2. If I want to add some notes about the usage of this org file. How can > do it? I just want to remind me to limit the content to the topic. Well, Org files are plain text, so just write it anywhere convenient. If you do not want to see it normally, you might want to put it into a drawer somewhere (also, IIRC drawers are not exported by default), e.g. * some node :FILETOPIC: In this file, I want to keep track of sightings of purple elephants. Green elephants should be recorded somewhere else. :END: Maybe a better question to ask would be where people who do something similar write their notes, and if there are any specific reasons to prefer one place to another? HTH, Jan