From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Possible bugs Date: Sat, 10 Jun 2006 17:20:27 +0100 Message-ID: <87ejxxnfsk.fsf@tallis.ilo.ucl.ac.uk> References: <87fyidp59v.fsf@tallis.ilo.ucl.ac.uk> <2021e093ebcb82cf4f6bbadc49e2dc72@science.uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fp6CT-0007m0-HZ for emacs-orgmode@gnu.org; Sat, 10 Jun 2006 12:20:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fp6CR-0007lK-0I for emacs-orgmode@gnu.org; Sat, 10 Jun 2006 12:20:36 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fp6CQ-0007lH-Re for emacs-orgmode@gnu.org; Sat, 10 Jun 2006 12:20:34 -0400 Received: from [62.241.162.31] (helo=galaxy.systems.pipex.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fp6Kj-0002Ox-Mj for emacs-orgmode@gnu.org; Sat, 10 Jun 2006 12:29:09 -0400 Received: from tallis.ilo.ucl.ac.uk (85-210-155-65.dsl.pipex.com [85.210.155.65]) by galaxy.systems.pipex.net (Postfix) with ESMTP id 52775E0002BC for ; Sat, 10 Jun 2006 17:20:32 +0100 (BST) In-Reply-To: <2021e093ebcb82cf4f6bbadc49e2dc72@science.uva.nl> (Carsten Dominik's message of "Sat, 10 Jun 2006 15:45:26 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Carsten Dominik writes: > FOr the coming release I have generalized the emphasis part very much > and allowed to configure the regular expression for emphasis matching. Works far better for me like this. I don't see any relevant improvement to org-emphasis-regexp-components. (BTW, I've made org-blog to use org-emph-re instead of org-bold-re and the like.) Trying to customize org-emphasis-alist to use strike-through fontification, i've been manually setting this: (setq org-emphasis-alist '(("*" bold "" "") ("/" italic "" "") ("_" underline "" "") ("=" shadow "" "") ("+" (:strike-through t) "" ""))) Which works great. But doing the same from M-x customize-variable RET org-emphasis-alist does not work, since (:strike-through t) is not recognize here as a face. > This is already on my list, but takes longer because headline matching > happens in a million places in the Org-mode code, in many different > ways. For me personally, this is usually not a problem because I > like to indent text under a headline Same for me - till i needed to write the org file for org-blog ;) >> * The ?" char acceptable in links, which sometimes produces strange >> results. If someone quotes a link "http://like.this" then the last `"' is fontified as part of the link. > You should never have both in a buffer, just one is allowed. The > result of putting both is not well defined. Okay. Using both was quite natural to me, and no strange behavior so far. > Any gnus expert around here? I have not idea why and how this might > happen. I'm not a Gnus expert but i'll try to track down this bug further. I let you know. > What is an image buffer? I buffer visiting a (for example) .jpg > file? Yes. IMHO org-store-link in such a buffer should only store the *file*, without inserting the image itself in the link. -- Bastien