From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: BUG: new exporter fails to export a source code with stars at bol Date: Mon, 04 Jun 2012 08:27:30 +0200 Message-ID: <87r4tvsib1.fsf@gnu.org> References: <87fwacxqre.fsf@okhotsk19.lowtem.hokudai.ac.jp> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60151) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SbQkU-0001oU-KQ for emacs-orgmode@gnu.org; Mon, 04 Jun 2012 02:26:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SbQkS-00040i-TQ for emacs-orgmode@gnu.org; Mon, 04 Jun 2012 02:26:42 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:52721) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SbQkS-00040T-KB for emacs-orgmode@gnu.org; Mon, 04 Jun 2012 02:26:40 -0400 Received: by wgbds1 with SMTP id ds1so2778070wgb.30 for ; Sun, 03 Jun 2012 23:26:38 -0700 (PDT) In-Reply-To: <87fwacxqre.fsf@okhotsk19.lowtem.hokudai.ac.jp> (Yagnesh Raghava Yakkala's message of "Mon, 04 Jun 2012 02:13:41 +0900") 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: Yagnesh Raghava Yakkala Cc: emacs-orgmode@gnu.org Hi Yagnesh, Yagnesh Raghava Yakkala writes: > #+BEGIN_SRC elisp > (message "* one > ** two") > #+END_SRC You can use #+BEGIN_SRC elisp (message "* one\n** two") #+END_SRC HTH, -- Bastien