From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: bug#13668: 24.2.93; strike-through in org mode Date: Sun, 10 Feb 2013 05:25:20 +0100 Message-ID: <87halkn6bz.fsf@bzg.ath.cx> References: <87fw153vsd.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58819) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4OUE-00044a-GG for emacs-orgmode@gnu.org; Sat, 09 Feb 2013 23:25:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U4OUA-0008P8-Qi for emacs-orgmode@gnu.org; Sat, 09 Feb 2013 23:25:54 -0500 Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-Message-ID: In-Reply-To: <87fw153vsd.fsf@gnu.org> (Roland Winkler's message of "Sat, 09 Feb 2013 17:35:46 -0600") 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: Roland Winkler Cc: 13668@debbugs.gnu.org Hi Roland, "Roland Winkler" writes: > visit the following org file with emacs -Q > > cat > foo.org < * foo > bar (+.2 to .5) > baz (+.2 to .5) > > bar (+.2 to .5) > baz +.2 to .5) > EOF > > Why are part of the second and third line striked through? Because "+" tries to add fontification. > According to the org info pages there is some regexp-based feature > of that kind. Yes, see `org-emphasis-regexp-components'. > But it appears to me that this feature could use a > more sophisticated regexp matcher. Note that the 5th and 6th line > are not striked through. Because the space isn't allowed within +...+ fontified constructs. > Also, as an occassional org mode user without a need for very fancy > things, I am wondering whether I can simply switch off such > structural markup elements. (setq org-fontify-emphasized-text nil) > The org info node on structural markup > elements does not mention such a possibility. Mhh.. yes, I'll perhaps update the manual, or just add a Worg FAQ for this. > I would prefer if, as a > general strategy, the default values for such features were less > aggressive. We try to not make them agressive. But the text you quoted above looks like an example that could be in fixed-with block like this : : bar (+.2 to .5) : baz (+.2 to .5) : bar (+.2 to .5) : baz +.2 to .5) or in another block where *...* constructs are not fontified. Thanks, -- Bastien