From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Subject: Re: Changing the heading separator from ** to ---** (twiki topic edition) Date: Fri, 28 Aug 2009 07:54:32 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MgwId-0006SY-Ge for emacs-orgmode@gnu.org; Fri, 28 Aug 2009 03:55:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MgwIZ-0006Oz-UY for emacs-orgmode@gnu.org; Fri, 28 Aug 2009 03:55:07 -0400 Received: from [199.232.76.173] (port=49361 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MgwIZ-0006Ol-Hg for emacs-orgmode@gnu.org; Fri, 28 Aug 2009 03:55:03 -0400 Received: from lo.gmane.org ([80.91.229.12]:51011) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MgwIY-0000fS-Vc for emacs-orgmode@gnu.org; Fri, 28 Aug 2009 03:55:03 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1MgwIT-0003rU-KU for emacs-orgmode@gnu.org; Fri, 28 Aug 2009 09:54:57 +0200 Received: from LAubervilliers-151-12-4-94.w193-252.abo.wanadoo.fr ([193.252.51.94]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 28 Aug 2009 09:54:57 +0200 Received: from gmane00 by LAubervilliers-151-12-4-94.w193-252.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 28 Aug 2009 09:54:57 +0200 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 Carsten Dominik gmail.com> writes: > On Aug 27, 2009, at 5:04 PM, Al wrote: > > [SNIP] > > However, I'd really like to use org-mode for all editing (tables, > > colors, links, > > ....) > > No. > > You can have tables with orgtbl-mode, but I think it will not get much > better than that. > > The only other way would be to write import and export filters > that do the headline conversion for you, so that the file > being edited is actually a valid Org file. > > - Carsten Thank you for your answer. As I'm not too fluent in elisp, I will write a small script to do that. --- Al