emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Robert Klein <kleinrob@mpip-mainz.mpg.de>
To: Nicolas Goaziou <n.goaziou@gmail.com>
Cc: emacs-orgmode@gnu.org, Eric Schulte <eric.schulte@gmx.com>
Subject: Re: Publishing using the new exporter
Date: Mon, 08 Oct 2012 18:05:17 +0200	[thread overview]
Message-ID: <5072F9BD.7020505@mpip-mainz.mpg.de> (raw)
In-Reply-To: <87391prumz.fsf@gmail.com>

On 10/08/2012 02:55 PM, Nicolas Goaziou wrote:
> Hello,
>
> Robert Klein <kleinrob@mpip-mainz.mpg.de> 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	other threads:[~2012-10-08 16:05 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-24  9:57 Publishing using the new exporter Robert Klein
2012-09-24 10:25 ` Nicolas Goaziou
2012-09-24 15:57   ` Nick Dokos
2012-09-24 17:25     ` Achim Gratz
2012-09-24 17:27   ` Robert Klein
2012-09-25  7:16     ` Robert Klein
2012-09-25 10:58       ` Nicolas Goaziou
2012-09-25 20:54       ` Nicolas Goaziou
2012-10-06 11:17     ` Nicolas Goaziou
2012-10-06 14:52       ` Robert Klein
2012-10-06 17:48         ` Nicolas Goaziou
2012-10-07 13:21           ` Robert Klein
2012-10-08 12:55             ` Nicolas Goaziou
2012-10-08 16:05               ` Robert Klein [this message]
2012-10-08 16:49                 ` Nicolas Goaziou
2012-10-08 17:36                   ` Robert Klein
2012-10-08 17:46                     ` Suvayu Ali
2012-10-09  5:06                       ` Robert Klein
2012-10-09 10:07                     ` Robert Klein
2012-10-10 16:59                       ` Nicolas Goaziou
2012-10-10 19:15                         ` Robert Klein
2012-10-11 21:55                           ` Nicolas Goaziou
2012-10-15  9:35                             ` Robert Klein

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5072F9BD.7020505@mpip-mainz.mpg.de \
    --to=kleinrob@mpip-mainz.mpg.de \
    --cc=emacs-orgmode@gnu.org \
    --cc=eric.schulte@gmx.com \
    --cc=n.goaziou@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).