From mboxrd@z Thu Jan 1 00:00:00 1970 From: Buddy Butterfly Subject: Re: What happened to clocktable in pdf export? Date: Wed, 30 Jul 2014 13:04:38 +0200 Message-ID: <53D8D146.6030703@web.de> References: <87oazlpu2x.fsf@gmail.com> <53D100A3.9020600@web.de> <87iomllsdg.fsf@nicolasgoaziou.fr> <53D2238E.2040505@web.de> <878unhlmcw.fsf@nicolasgoaziou.fr> Reply-To: buddy.butterfly@web.de Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41083) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCRge-00076f-Le for emacs-orgmode@gnu.org; Wed, 30 Jul 2014 07:04:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XCRgW-0005kb-VK for emacs-orgmode@gnu.org; Wed, 30 Jul 2014 07:04:48 -0400 Received: from h1359005.stratoserver.net ([81.169.136.31]:40485) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCRgW-0005kG-On for emacs-orgmode@gnu.org; Wed, 30 Jul 2014 07:04:40 -0400 In-Reply-To: <878unhlmcw.fsf@nicolasgoaziou.fr> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi Nicolas, updated via elpa and got the nice table back again in pdf. Also in ASCII and HTML export it is nicely indented now. A drawback, though is that the \_ in the emacs editing is now gone! The lines now look like \emsp\emsp\emsp Task2 Which is also not very nice. The editing style "\_" was quite nice, though, not for export. Is there a way to make the \emsp invisible within Emacs? Also, any Idea how to get the column separator lines also in ASCII export? PDF works because of the extra header line. HTML and ASCII I do not know. Cheers, Matt Am 25.07.2014 um 13:16 schrieb Nicolas Goaziou: > Buddy Butterfly 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, >