From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: Regression in Org triggered from helm Date: Wed, 28 Oct 2015 02:29:12 -0400 Message-ID: <87h9lbbj5z.fsf@kyleam.com> References: <562FDD12.7000702@gmx.de> <877fm9bb40.fsf@kyleam.com> <562FF123.2070306@gmx.de> <87ziz59ruk.fsf@kyleam.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52325) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrKEb-0006TD-Ve for emacs-orgmode@gnu.org; Wed, 28 Oct 2015 02:29:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZrKEY-0007SX-PF for emacs-orgmode@gnu.org; Wed, 28 Oct 2015 02:29:21 -0400 Received: from mail-qg0-x22d.google.com ([2607:f8b0:400d:c04::22d]:34585) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrKEY-0007ST-Kl for emacs-orgmode@gnu.org; Wed, 28 Oct 2015 02:29:18 -0400 Received: by qgem9 with SMTP id m9so164618111qge.1 for ; Tue, 27 Oct 2015 23:29:18 -0700 (PDT) In-Reply-To: <87ziz59ruk.fsf@kyleam.com> (Kyle Meyer's message of "Mon, 26 Oct 2015 18:40:03 -0400") 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: Simon Thum Cc: emacs-orgmode Kyle Meyer writes: > Simon Thum writes: > > [...] > >> Arrgh - you're on the spot. That explains a lot, including my >> difficulties with reproducing. >> >> It sends window-width. Increase to window(-width) and I'm done. >> >> But that means it's arguably Org which should be more graceful than it >> is. > > I agree. At some point, if window-width is returning a small enough > value or if PREFIX is too long, the results of org-format-outline-path > will be truncated to the point of being useless, but > org-format-outline-path shouldn't choke. > > I'll fix it up and add some tests. Fixed with 1c74002. Thanks for reporting the issue. -- Kyle