From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Funny export of code Date: Fri, 6 Feb 2009 08:57:55 +0100 Message-ID: <800E4C87-46DA-40F8-AED0-B548FB749A25@uva.nl> References: <877i47b1ql.fsf@kassiopeya.MSHEIMNETZ> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LVM16-0003Yx-H4 for emacs-orgmode@gnu.org; Fri, 06 Feb 2009 03:24:52 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVM16-0003Yl-3n for emacs-orgmode@gnu.org; Fri, 06 Feb 2009 03:24:52 -0500 Received: from [199.232.76.173] (port=53953 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVM15-0003Ye-VB for emacs-orgmode@gnu.org; Fri, 06 Feb 2009 03:24:51 -0500 Received: from mx20.gnu.org ([199.232.41.8]:19357) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LVM15-00017p-Fa for emacs-orgmode@gnu.org; Fri, 06 Feb 2009 03:24:51 -0500 Received: from mail-ew0-f20.google.com ([209.85.219.20]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LVM14-0007x3-Kx for emacs-orgmode@gnu.org; Fri, 06 Feb 2009 03:24:50 -0500 Received: by mail-ew0-f20.google.com with SMTP id 13so1186485ewy.18 for ; Fri, 06 Feb 2009 00:24:50 -0800 (PST) In-Reply-To: <877i47b1ql.fsf@kassiopeya.MSHEIMNETZ> 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: Sebastian Rose Cc: emacs-orgmode Org-Mode Hi Sebastian, this is an unlucky combination of you having turned on org-export-with-latex-fragments, \[ being a LaTeX math delimiter, "\\[" showing up in your example, and HTML export not checking for protectedness in export while searching for LaTeX fragments. I have fixed the forth issue so that you do not have to change the first and third, and so that the LaTeX people do not have to modify their basic syntax :-) Please test this as soon as possible. - Carsten On Feb 3, 2009, at 11:21 PM, Sebastian Rose wrote: > Hi, > > > found a funny little configuration problem, when exporting this here > to > HTML. > > It's strange - it _must_ be in my setup, since it does not occur with > `emacs -Q' and loading org then. > > Mino-Modes: yasnippets, auto-fill > > > > => --->8----------------------------->8----------------------------- > >8--- > > * Bilder inline darstellen > > Dieser Tip stammt wieder einmal von der org-mode Mailinglist: > : ;;iimage > : (require 'iimage) > : (setq iimage-mode-image-search-path (expand-file-name "~/")) > : ;;Match org file: links > : (add-to-list 'iimage-mode-image-regex-alist > : (cons (concat "\\[\\[file:\\(~?" iimage-mode-image- > filename-regex > : "\\)\\]") 1)) > : (define-key org-mode-map [(control c) ?i] 'iimage-mode) > : > : You can then toggle inline display of images in an org buffer > using C-c i. > : > : -- > : |---| > > <= > ---8<-----------------------------8<-----------------------------8<--- > > > > The error occurs in the line ` (cond (concat "\\[\\[file ...' > which is turned into this here: > > > > => --->8----------------------------->8----------------------------- > >8--- > > (cons (concat "\ > > >

> >

> > > ") 1)) > : (define-key org-mode-map [(control c) ?i] 'iimage-mode) > > <= > ---8<-----------------------------8<-----------------------------8<--- > > > > Did anyone have a similar problem before and remembers how to get > rid of > it? > > > Thanks, > > -- > Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 > Hannover > Tel.: +49 (0)511 - 36 58 472 > Fax: +49 (0)1805 - 233633 - 11044 > mobil: +49 (0)173 - 83 93 417 > Http: www.emma-stil.de > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode