From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mohamed HIBTI Subject: Re: org-babel (org-babel-detangle) Date: Fri, 15 Apr 2011 16:45:57 +0000 (UTC) Message-ID: References: <874o62m6xz.fsf@gmail.com> <87pqoo99f3.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:40971) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAm9u-00007X-Ry for emacs-orgmode@gnu.org; Fri, 15 Apr 2011 12:46:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QAm9t-0002fh-5G for emacs-orgmode@gnu.org; Fri, 15 Apr 2011 12:46:14 -0400 Received: from lo.gmane.org ([80.91.229.12]:42220) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAm9s-0002fU-OR for emacs-orgmode@gnu.org; Fri, 15 Apr 2011 12:46:13 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QAm9p-0008N5-C1 for emacs-orgmode@gnu.org; Fri, 15 Apr 2011 18:46:09 +0200 Received: from cor91-2-82-237-100-244.fbx.proxad.net ([82.237.100.244]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Apr 2011 18:46:09 +0200 Received: from mohamed.hibti by cor91-2-82-237-100-244.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Apr 2011 18:46:09 +0200 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: emacs-orgmode@gnu.org Eric Schulte gmail.com> writes: > > Hi Mohamed, > > The comment prompt you mentioned actually isn't babel specific but is > raised by the `comment-region' function which is used by babel to > comment out links. Look at the documentation for `comment-region' > (below) which has information on variables to set to avoid the "comment > syntax" prompt in xml documents. > > Best -- Eric > > ,----[C-h f comment-region] > | comment-region is an interactive compiled Lisp function in > | `newcomment.el'. > | > | It is bound to C-c r. > | > | (comment-region BEG END &optional ARG) > | > | Comment or uncomment each line in the region. > | With just C-u prefix arg, uncomment each line in region BEG .. END. > | Numeric prefix ARG means use ARG comment characters. > | If ARG is negative, delete that many comment characters instead. > | > | The strings used as comment starts are built from `comment-start' > | and `comment-padding'; the strings used as comment ends are built > | from `comment-end' and `comment-padding'. > | > | By default, the `comment-start' markers are inserted at the > | current indentation of the region, and comments are terminated on > | each line (even for syntaxes in which newline does not end the > | comment and blank lines do not get comments). This can be > | changed with `comment-style'. > `---- > > Mohamed HIBTI gmail.com> writes: > > > Eric Schulte gmail.com> writes: > > > > Hi Eric, > > I tried it, it worked quite well but I have a trouble with the syntax comment > > (No comment syntax is defined. Use: ) Since I have too many blocks, is there > > any way to set it as a local variable ? > > > > Regards, > > Mohamed > > > > > > > > P.S. > > I tried without success > > > > #+ Local Variables : > > #+ org-babel-tangle-comment-format-beg: "" > > #+ End: > > > > and > > > > # Local Variables : > > # org-babel-tangle-comment-format-beg: "" > > # End: > > > > > > > > > > > > > > > > > Thanks for this answer. You are right ! In the line #+BEGIN_SRC XML :tangle ./sample04.xml :comment yes XML (with capitals) is not identified with the xml-mode where the variables `comment-begin' and `comment-end' are well defined. I changed to #+BEGIN_SRC xml :tangle ./sample04.xml :comment yes and it worked ! Best regards, Mohamed Thanks for this answer. You are right ! In the line #+BEGIN_SRC XML :tangle ./sample04.xml :comment yes XML (with capitals) is not identified with the xml-mode where the variables `comment-begin' and `comment-end' are well defined. I changed to #+BEGIN_SRC xml :tangle ./sample04.xml :comment yes and it worked ! Best regards, Mohamed