emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] What happened to clocktable in pdf export?


From: Nicolas Goaziou
Subject: Re: [O] What happened to clocktable in pdf export?
Date: Fri, 25 Jul 2014 13:16:31 +0200

Buddy Butterfly <address@hidden> writes:

> How can I easily fix it in my Ubuntu dist? I am running the standard
> repo version from Ubuntu 14.04. Any .el or something like that?

Since it is fixed in maint, you can update Org from ELPA. It will be
updated in a few hours.

> Just a small one. As now the line for the clocktable becomes longer,
> is there a method to break up the clocktable header into multiple
> lines?

Not yet, but ultimately :header property should probably be moved
to #+HEADER: keyword above the dynamic block, much like source blocks:

  #+header: #+attr_latex: :align l|r|r|r :environment longtable
  #+header: :fontsize \footnotesize
  #+BEGIN: clocktable :maxlevel 7 :scope tree3 :indent t
  ...

Though, there's no standard syntax to include a newline there, e.g.,

  #+header: #+attr_latex: :align l|r|r|r :environment longtable
  #+header: :fontsize \footnotesize\n#+caption: Some caption
  #+BEGIN: clocktable :maxlevel 7 :scope tree3 :indent t
  ...


Regards,

-- 
Nicolas Goaziou



reply via email to

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