From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Embedding org-syntax in program source Date: Tue, 13 Apr 2010 09:08:15 -0600 Message-ID: <871vejjsps.fsf@gmail.com> References: 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 1O1hj4-0003wK-6f for emacs-orgmode@gnu.org; Tue, 13 Apr 2010 11:08:30 -0400 Received: from [140.186.70.92] (port=34714 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O1hiz-0003th-9Q for emacs-orgmode@gnu.org; Tue, 13 Apr 2010 11:08:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O1hix-0004kO-Ch for emacs-orgmode@gnu.org; Tue, 13 Apr 2010 11:08:25 -0400 Received: from mail-bw0-f223.google.com ([209.85.218.223]:41833) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O1hix-0004kG-7m for emacs-orgmode@gnu.org; Tue, 13 Apr 2010 11:08:23 -0400 Received: by bwz23 with SMTP id 23so3750823bwz.26 for ; Tue, 13 Apr 2010 08:08:22 -0700 (PDT) In-Reply-To: (LanX's message of "Tue, 13 Apr 2010 12:32:43 +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: LanX Cc: emacs-orgmode@gnu.org Hi Rolf, LanX writes: > Hi > > is there a way to make org-mode ignore "comment" characters at the beginning > of a line? > > Such that > ;* Head > > or > #** Subhead > > work in elisp or perl? > see this thread http://thread.gmane.org/gmane.emacs.orgmode/7957, as I recall basically it's possible to get most org-like behavior using orgstruct-mode, but many are continually frustrated by the remaining missing 20% of behavior. > > I know of org-babel, but the code produced is no legal Lisp/Perl code > anymore... > could you please elaborate, Has there been a recent change in Org-babel which is causing problems for you? I'm currently using Org-babel to write code in a variety of programming languages, and I've had no problems running the tangled code. Thanks -- Eric > > Thanks > Rolf > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode