From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Columnview *** is exported as * Date: Sat, 06 Feb 2016 00:07:11 +0100 Message-ID: <87oabupxi8.fsf@nicolasgoaziou.fr> References: <87egcsnn2t.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43475) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRpRE-0000LQ-BY for emacs-orgmode@gnu.org; Fri, 05 Feb 2016 18:05:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRpRA-00011y-4v for emacs-orgmode@gnu.org; Fri, 05 Feb 2016 18:05:16 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:47697) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRpR9-00011r-Un for emacs-orgmode@gnu.org; Fri, 05 Feb 2016 18:05:12 -0500 In-Reply-To: (Michael Brand's message of "Fri, 5 Feb 2016 12:12:12 +0100") 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: Michael Brand Cc: Axel Kielhorn , Org-Mode Mailing List Hello, Michael Brand writes: > Commit release_8.3.3-547-g00f0c70 does not respect the stars of ITEM > any more for the dynamic column width of the interactive column view > with overlays. The fix of org-columns-get-autowidth-alist for the two > "(setq-local org-columns-current-maxwidths [...]" seems too > complicated to do it myself. > > The MCE > > ------------------------------ > * Column view > *** Subsection > ***** Subsubsection > * File config :ARCHIVE: > #+COLUMNS: %ITEM > #+STARTUP: odd showall > ------------------------------ > > changes the looking from > > ------------------------------ > ITEM | > * Column view | > *** Subsection | > ***** Subsubsection | > * File config :ARCHIVE:... > ------------------------------ > > to > > ------------------------------ > ITEM | > * Column view | > *** Subsect.. | > ***** Subsu.. | > * File config :ARCHIVE:... > ------------------------------ Fixed. Thank you. Regards, -- Nicolas Goaziou