From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: latex-export + columnview: misinterpretation of section prefixes as emphasis Date: Fri, 24 Jun 2016 11:38:39 +0200 Message-ID: <87bn2r7wps.fsf@saiph.selenimh> References: <20100531033853.GD27574@soloJazz.com> <87y45xgj0d.fsf@metapensiero.it> <87d1n9atgu.fsf@saiph.selenimh> <87inx1gesq.fsf@metapensiero.it> <87vb119cjj.fsf@saiph.selenimh> <87k2hgfm2h.fsf@metapensiero.it> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56024) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bGNZa-00012f-V4 for emacs-orgmode@gnu.org; Fri, 24 Jun 2016 05:38:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bGNZY-0008Fa-E7 for emacs-orgmode@gnu.org; Fri, 24 Jun 2016 05:38:49 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:47157) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bGNZY-0008F8-71 for emacs-orgmode@gnu.org; Fri, 24 Jun 2016 05:38:48 -0400 In-Reply-To: <87k2hgfm2h.fsf@metapensiero.it> (Lele Gaifax's message of "Thu, 23 Jun 2016 08:36:54 +0200") 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" To: Lele Gaifax Cc: emacs-orgmode@gnu.org Hello, Lele Gaifax writes: > One minor issue: previously I used a custom setting for the variable > `org-time-clocksum-format`, to print something like "2gg 03:10" instead of "2d > 03:10". With the version currently distributed with Emacs 25.1 it was used for > both the "effort" and "clocksum" columns, now only on the latter (matching > name and documentation). Is there an equivalent setting for the "effort" > sum, to get a table with the two columns sharing the same style? I don't think so, but I may be wrong. Anyway, you can define your own summary function (and formatter) in Org colums. See `org-columns-summary-types' for details. > BTW, in lisp/org-colview.el there is what seems a typo in the name of the > function `org-columns-hscoll-title`: since accordingly with "git grep" it is > referenced in two places and only in that source, is the following > acceptable? Sure. Could you provide a proper commit message and send the patch using "git format-patch" command? See for details. Thank you. Regards, -- Nicolas Goaziou