From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Bugs report Date: Mon, 16 Jul 2007 08:52:48 +0200 Message-ID: <03111dd9fbbfd9743db55e7f3ce45d84@science.uva.nl> References: <87bqefj1kd.fsf@bzg.ath.cx> <1c754ee151dff3d0dcc8457f29f57a27@science.uva.nl> <87hco7cecc.fsf@bzg.ath.cx> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IAKRu-0001h4-2B for emacs-orgmode@gnu.org; Mon, 16 Jul 2007 02:52:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IAKRt-0001fh-Ix for emacs-orgmode@gnu.org; Mon, 16 Jul 2007 02:52:49 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IAKRt-0001fV-GY for emacs-orgmode@gnu.org; Mon, 16 Jul 2007 02:52:49 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IAKRt-0004l0-3M for emacs-orgmode@gnu.org; Mon, 16 Jul 2007 02:52:49 -0400 In-Reply-To: <87hco7cecc.fsf@bzg.ath.cx> 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: Bastien Cc: emacs-orgmode@gnu.org On Jul 14, 2007, at 15:19, Bastien wrote: > Hello, > > Carsten Dominik writes: > >>> - Org-mode is so powerful that i tend to use it on the top of .txt >>> files >>> (mostly drafts). It recently happened that i exported such a file >>> to >>> ASCII using org-export, and the new .txt overwrote the old file >>> without asking. >> >> Bummer! Hmm, how should we handle this? file.txt.txt? Or a query? > > I guess a query is okay, since this situation is not likely to happen > very often. Thinking more, I'd say that a query does not make sense, because I can't think of a reason why you'd say "yes" to override this file. It is going to be .txt.txt. > >>> - [ ] This is an example. >>> ^ ^ >>> 1 2 >> >> Hmmmm. Does look good, I must admit. Now sure how to make >> this work with M-q wrapping. But I am putting it on the list. > > I would say this is more an issue for TAB than M-q. Filling can be left > as it is, while pressing tab should better push the line to the second > position. OK, sounds reasonable. - Carsten