unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* ox-latex export problem
@ 2015-05-04  1:43 Charles Millar
  2015-05-04  9:41 ` Rasmus
  0 siblings, 1 reply; 3+ messages in thread
From: Charles Millar @ 2015-05-04  1:43 UTC (permalink / raw)
  To: help-gnu-emacs

I believe this is a problem to do with hyperref. I export some subtrees 
to latex as pdf file and open. Four weeks ago no problem; tonight at the 
top each file the following shows up

     pdfkeywords=, pdfsubject=, pdfcreator=,

I searched the list but find nothing recent concerning this possible 
issue and nothing concerning hyperref.

Following is from my .emacs.d/init.el (including lines I commented out 
during the past year or two)
;;;;;;;;;;;;;;;;;;;;Export (ox.el) Settings ;;;;;;;;;;;;;;;;;;;
(setq org-export-with-author nil
       org-export-with-creator nil
       org-export-with-date nil
       org-export-with-archived-trees nil
;      org-export-headline-levels nil
)


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; My custom LaTeX class for Org-mode export. require is needed for it 
to work.
(require 'ox-latex)

(setq org-latex-title-command nil
       org-latex-toc-command nil
;     org-latex-with-hyperref nil
       org-latex-tables-centered nil
       org-export-with-date nil
       org-export-with-author nil
       org-export-with-creator nil
       org-export-with-archived-trees nil
       org-export-headline-levels nil
;     org-latex-hyperref-template "\\hypersetup{}"
       org-latex-hyperref-template ""
)

What am I missing?

Thanks,

Charlie Millar



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ox-latex export problem
  2015-05-04  1:43 ox-latex export problem Charles Millar
@ 2015-05-04  9:41 ` Rasmus
  2015-05-04 10:23   ` Charles Millar
  0 siblings, 1 reply; 3+ messages in thread
From: Rasmus @ 2015-05-04  9:41 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,

Charles Millar <millarc@verizon.net> writes:

I assume you are using the git version of Org 8.3.

>       org-latex-hyperref-template ""

That should be enough.  Please make sure that you have an up to date
version and test from emacs -q.

What is the problem with inserting pdfkeywords, pdfsubject, pdfcreator?

I get something like this with default settings.

\hypersetup{
 pdfauthor={Rasmus},
 pdftitle={},
 pdfkeywords={},
 pdfsubject={},
 pdfcreator={Emacs 24.5.1 (Org mode 8.3beta)}, 
 pdflang={English}}

—Rasmus

-- 
Summon the Mothership!




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ox-latex export problem
  2015-05-04  9:41 ` Rasmus
@ 2015-05-04 10:23   ` Charles Millar
  0 siblings, 0 replies; 3+ messages in thread
From: Charles Millar @ 2015-05-04 10:23 UTC (permalink / raw)
  To: help-gnu-emacs



On 05/04/2015 05:41 AM, Rasmus wrote:
> Hi,
>
> Charles Millar <millarc@verizon.net> writes:
>
> I assume you are using the git version of Org 8.3.
>
Thanks Rasmus, you are right! I had to revert to 8.2.10 in order to use 
org-collector and did not change my load path back to 8.3 beta.

Charlie



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-05-04 10:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-04  1:43 ox-latex export problem Charles Millar
2015-05-04  9:41 ` Rasmus
2015-05-04 10:23   ` Charles Millar

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