emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Funny export of code


From: Sebastian Rose
Subject: [Orgmode] Funny export of code
Date: Tue, 03 Feb 2009 23:21:38 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

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.
    :
    : --
    : |-<James TD Smith>-<email/address@hidden>-|

<= ---8<-----------------------------8<-----------------------------8<---



The error occurs in the line `   (cond (concat "\\[\\[file ...'
which is turned into this here:



=> --->8----------------------------->8----------------------------->8---

        (cons (concat "\
</pre>

<p>
<img src="ltxpng/xy_0002.png"/>
</p>


")  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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]