emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Publishing using the new exporter


From: Robert Klein
Subject: Re: [O] Publishing using the new exporter
Date: Mon, 08 Oct 2012 18:05:17 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120825 Thunderbird/15.0

On 10/08/2012 02:55 PM, Nicolas Goaziou wrote:
Hello,

Robert Klein <address@hidden> writes:

There is still a small issue, though.  I tried org-e-publish to pdf
with one small difference:

1. I'm in a buffer, the visited file is in the base-directory.  M-x
org-e-publish... Publishing works Ok.

2. I'm in a buffer, visiting a buffer /not/ in the base-directory.
M-x
org-e-publish... The pdf's don't have their images included.

I suspect, pdflatex is called using a working directory which is not
the base-directory but the default-directory of the buffer from which
I M-x
org-e-publish.

I pushed a patch to solve this. May you confirm it is fine now?

Important note : I moved publishing functions to their respective
back-end, renaming them in the process. For example
`org-e-publish-org-to-pdf' becomes `org-e-latex-publish-to-pdf'.


Regards,


Hello,

umm, no, it doesn't work. I even have more issues now.

1. At first, when calling org-e-publish I got an error message "void function org-e-html-publish-to-html"

I go rid of the message by this patch (which most probably is the wrong thing to do):
diff -ur org-mode/lisp/org-e-html.el org-mode-b/lisp/org-e-html.el
--- org-mode/lisp/org-e-html.el 2012-10-08 15:43:34.723502697 +0200
+++ org-mode-b/lisp/org-e-html.el       2012-10-08 17:24:26.147115603 +0200
@@ -36,7 +36,6 @@
 ;;; Dependencies

 (require 'org-export)
-(require 'org-e-publish)
 (require 'format-spec)
 (eval-when-compile (require 'cl) (require 'table))

diff -ur org-mode/lisp/org-e-publish.el org-mode-b/lisp/org-e-publish.el
--- org-mode/lisp/org-e-publish.el      2012-10-08 15:43:34.727502681 +0200
+++ org-mode-b/lisp/org-e-publish.el    2012-10-08 17:24:48.848019275 +0200
@@ -41,6 +41,7 @@
 (eval-when-compile (require 'cl))
 (require 'format-spec)
 (require 'org-export)
+(require 'org-e-html)

 (declare-function org-e-latex-compile "org-e-latex" (texfile))


2. When calling org-e-publish from a buffer visiting a file outside of the base-directory i still get empty images.

3. When calling org-e-pblish from a buffer visiting a file in the base-directory the intermediate tex file doesn't even have the "includegraphics" commands. (I checked this twice, as I didn't believe it at first). Do the my changes in 1. above bork the exporter totally?

Best regards
Robert




reply via email to

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