From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: File specific exporting of tags Date: Tue, 20 Nov 2007 00:23:38 +0000 Message-ID: <87ejel229h.fsf@bzg.ath.cx> References: <473E4628.7030809@gmail.com> <52D89C75FEE9444E8D9C016E3730098306CE66@chsa1036.share.beluni.net> <4741EDA9.3080601@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IuGu5-0006mz-Oh for emacs-orgmode@gnu.org; Mon, 19 Nov 2007 19:23:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IuGu3-0006i3-Lt for emacs-orgmode@gnu.org; Mon, 19 Nov 2007 19:23:49 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IuGu3-0006hU-GV for emacs-orgmode@gnu.org; Mon, 19 Nov 2007 19:23:47 -0500 Received: from ug-out-1314.google.com ([66.249.92.172]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IuGu3-0008Gt-9s for emacs-orgmode@gnu.org; Mon, 19 Nov 2007 19:23:47 -0500 Received: by ug-out-1314.google.com with SMTP id a2so1134398ugf for ; Mon, 19 Nov 2007 16:23:45 -0800 (PST) In-Reply-To: <4741EDA9.3080601@gmail.com> (Daniel J. Sinder's message of "Mon, 19 Nov 2007 12:10:17 -0800") 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 "Daniel J. Sinder" writes: >> Can you try to adapt the relevant text in org.texi (in the distribution >> of org-mode) and produce a patch. This would certainly help a lot to get >> your "problem" fixed. > > I do appreciate that providing a patch is a better solution than > providing information leading to the patch. Both relevant suggestions and patches are useful. Most of the times a suggestion will be enough, if it is relevant and accurate (as yours was) Sometimes patches will be okay but, as Carsten told me, Org manual is in constant move under his fingers, so don't spend too much time on trying to edit it and send the *perfect patch* :) > Yes, I'd greatly appreciate help. Some example commands would at > least make it more likely that producing the patch myself wouldn't > stagnate due to my perception of the time it would take me to figure > out how to do it. Since you're using Emacs, the easiest way to make a patch is this: - keep the original copy of org.texi somewhere (version A) - copy it into a working directory (version B) - edit version B - in dired, hit `=' on version B - enter version A at the prompt - go to the newly opened window containing the diff - save the diff buffer into something like "org_yourname.texi.patch" - send it to the list/Carsten You're done. HTH, -- Bastien