From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: Babel add comma in front of my '*' Date: Sat, 18 Feb 2012 08:23:21 -0700 Message-ID: <87zkcgrw7d.fsf@gmx.com> References: <874nusw34t.fsf@hati.baby-gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:34889) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RymJz-0004tp-Ou for emacs-orgmode@gnu.org; Sat, 18 Feb 2012 10:35:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RymJs-0002YD-L1 for emacs-orgmode@gnu.org; Sat, 18 Feb 2012 10:35:32 -0500 Received: from mailout-us.gmx.com ([74.208.5.67]:44662 helo=mailout-us.mail.com) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RymJr-0002Xz-QX for emacs-orgmode@gnu.org; Sat, 18 Feb 2012 10:35:28 -0500 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Daniel Dehennin Cc: emacs-orgmode@gnu.org Daniel Dehennin writes: > Hello, > > I tryed to babelize an iptables-save file and file to restore it. > > Babel put a comma in front of my '*', in the following, the '*mangle' > became ',*mangle': > > #+begin_src text > # Generated by iptables-save v1.4.4 on Wed Feb 15 10:16:05 2012 > ,*mangle > :PREROUTING ACCEPT [0:0] > :INPUT ACCEPT [0:0] > :FORWARD ACCEPT [0:0] > :OUTPUT ACCEPT [0:0] > :POSTROUTING ACCEPT [0:0] > COMMIT > #+end_src > > Regards. Yes, Org-mode does the above to protect the rest of the file from the possible Org-mode syntax in the code block. However if you then use this text (e.g., through tangling or reference from another code block) the comma will be automatically removed, so it shouldn't cause you any problems. Best, -- Eric Schulte http://cs.unm.edu/~eschulte/