emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bastien <bzg@altern.org>
To: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: Possible bugs
Date: Sat, 10 Jun 2006 17:20:27 +0100	[thread overview]
Message-ID: <87ejxxnfsk.fsf@tallis.ilo.ucl.ac.uk> (raw)
In-Reply-To: <2021e093ebcb82cf4f6bbadc49e2dc72@science.uva.nl> (Carsten Dominik's message of "Sat, 10 Jun 2006 15:45:26 +0200")

Carsten Dominik <dominik@science.uva.nl> 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 "<b>" "</b>")
    ("/" italic "<i>" "</i>")
    ("_" underline "<u>" "</u>")
    ("=" shadow "<code>" "</code>")
    ("+" (:strike-through t) "<code>" "</code>")))

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

  reply	other threads:[~2006-06-10 16:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-10 12:24 Possible bugs Bastien
2006-06-10 13:16 ` Carsten Dominik
2006-06-10 13:45 ` Carsten Dominik
2006-06-10 16:20   ` Bastien [this message]
2006-06-10 18:59     ` Carsten Dominik
2006-06-11 11:14       ` Bastien

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ejxxnfsk.fsf@tallis.ilo.ucl.ac.uk \
    --to=bzg@altern.org \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).