From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Fran=C3=A7ois_Pinard?= Subject: Re: org-bullets extension Date: Mon, 11 Feb 2013 21:38:29 -0500 Message-ID: <86mwvafe8q.fsf@iro.umontreal.ca> References: <87fw37n0j4.fsf@gmail.com> <87obhri9ta.fsf@bzg.ath.cx> <87pq06agyq.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42788) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U55lR-0003C8-2u for emacs-orgmode@gnu.org; Mon, 11 Feb 2013 21:38:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U55lP-00050i-PH for emacs-orgmode@gnu.org; Mon, 11 Feb 2013 21:38:33 -0500 Received: from 206-248-137-202.dsl.teksavvy.com ([206.248.137.202]:52494 helo=mercure.bureau.ubity.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U55lP-00050V-H6 for emacs-orgmode@gnu.org; Mon, 11 Feb 2013 21:38:31 -0500 In-Reply-To: <87pq06agyq.fsf@bzg.ath.cx> (Bastien's message of "Mon, 11 Feb 2013 18:38:37 +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: emacs-orgmode@gnu.org Bastien writes: > org-bullets.el is in the contrib/ directory. By the way, I like using this one! It works as well with the newer Org than it did with the previous one, or at least so far that I know. I do not know if it is adequate to discuss contrib/ packages here, let me apologize if I should rather not. There is one small problem with org-bullets.el which existed then, and which still exists. Let me try to describe the problem. This is merely a display problem, the Org file is OK. With org-bullets active, and using capture, I insert a line starting with "- " and followed by a link as a last item under a header which was previously closed. The header gets opened, with all items visible, including the one just inserted. However, for that last item, this one that just got inserted, the bullet of the following header and header text is visually concatenated at the end of that item. Typing C-l (recenter-top-bottom) repairs the display: the bullet and its text visually jump on the next line, where they belong. Fran=C3=A7ois P.S. I very often do this kind of capture, the contents of the generated link come from a Google Chrome tab URL and title. It is just a bit annoying, after each capture, having to type C-l to correct the display.