From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Bug: Problem with link display [7.7 (release_7.7.292.g0d4e8.dirty)] Date: Sat, 17 Sep 2011 21:27:26 -0400 Message-ID: <87r53ezlkx.fsf@norang.ca> References: <87y5xnymd7.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:50850) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R56AN-00046b-6n for emacs-orgmode@gnu.org; Sat, 17 Sep 2011 21:27:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R56AL-0001xZ-St for emacs-orgmode@gnu.org; Sat, 17 Sep 2011 21:27:31 -0400 Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:42674 helo=mho-01-ewr.mailhop.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R56AL-0001xT-Ng for emacs-orgmode@gnu.org; Sat, 17 Sep 2011 21:27:29 -0400 In-Reply-To: (Dave Abrahams's message of "Sat, 17 Sep 2011 19:00:34 -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: Dave Abrahams Cc: emacs-orgmode@gnu.org Dave Abrahams writes: > on Sat Sep 17 2011, Bernt Hansen wrote: > >> Dave Abrahams writes: >> >>> Remember to cover the basics, that is, what you expected to happen and >>> what in fact did happen. You don't know how to make a good report? See >>> >>> http://orgmode.org/manual/Feedback.html#Feedback >>> >>> Your bug report will be posted to the Org-mode mailing list. >>> ------------------------------------------------------------------------ >>> >>> I have the following in my properties drawer: >>> >>> :Message: [[message://4E6B5B46.50006@josuttis.de][Review of "The C++ Standard Library, 2nd Edition"]] >>> >>> The rendering looks like the attached screenshot, though: >>> >>> >>> >>> >>> Emacs : GNU Emacs 23.3.1 (x86_64-apple-darwin10.8.0, Carbon Version 1.6.0 AppKit 1038.36) >>> of 2011-09-12 on pluto.luannocracy.com >>> Package: Org-mode version 7.7 (release_7.7.292.g0d4e8.dirty) >> >> This works fine for me on Linux in a minimal emacs setup. >> Org-mode version 7.7 (release_7.7.297.g64784.dirty) >> GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0) of 2010-12-11 >> on raven, modified by Debian >> >> I have strikethrough disabled in my normal setup >> (http://doc.norang.ca/org-mode.html#sec-16-4) but my minimal emacs test >> doesn't include this setting. >> >> Can you check if it is something in your local configuration that is >> causing this problem? > > Heh, it even happens with emacs -Q if you have a "+" character in the > previous line (which is required with my .emacs as well to reproduce the > problem): > > ** TODO whatever > :PROPERTIES: > :Date: Sat, 10 Sep 2011 14:42:46 +0200 > :Message: [[message://4E6B5B46.50006@josuttis.de][Review of "The > C++ Standard Library, 2nd Edition"]], > [[message://4E748B89.8080805@josuttis.de][{libbok2} Updated files: io, > i18n, container adapters]] > :END: Ah, I didn't have the + on the previous line earlier. I can reproduce this with the above example. Personally I would just turn off the strike-through emphasis to 'fix' this problem but maybe the regexp that matches emphasis on a line shouldn't allow newlines to match. I'm not sure what other side effects this change might have. -Bernt