emacs-orgmode
[Top][All Lists]
Advanced

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

[O] [BUG] Exporting to HTML a document with a #+CALL


From: Vladimir Lomov
Subject: [O] [BUG] Exporting to HTML a document with a #+CALL
Date: Tue, 22 Oct 2013 22:58:39 +0900
User-agent: Mutt/1.5.22 (2013-10-16)

Hello,
I have to ask again about this issue: the following example document
---------------------------- 8< ----------------------------
* Function definition

#+NAME: simp-func
#+BEGIN_SRC emacs-lisp :var name="My name is..."
(format "[You passed data] %S" name)
#+END_SRC

* This is title of first section

Call me:
#+CALL: simp-func()
---------------------------- 8< ----------------------------
is not exported to HTML with message in minibuffer
#+BEGIN_EXAMPLE
Marker points into wrong buffer: #<marker in no buffer>
#+END_EXAMPLE

Org version:
Org-mode version 8.2.1 (release_8.2.1-113-ga24775 @ 
/usr/share/emacs/site-lisp/org/)

Emacs version:
GNU Emacs 24.3.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.10.2) of 
2013-10-22 on smoon3

(actually it is emacs compiled from bzr trunk revno 114741)

Emacs is started in following way
emacs -Q --eval "(add-to-list 'load-path \"/usr/share/emacs/site-lisp/org\")" 
--eval "(require 'org)" --eval "(require 'ox-html)" ex-call3.org

(ex-call3.org is the name of example document).

---
WBR, Vladimir Lomov.

-- 
A lost ounce of gold may be found, a lost moment of time never.



reply via email to

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