Re: [Orgmode] Re: Org now fontifies code blocks

2010-10-28 Thread Jules Bean
> > Hi Tom, > > I've used fontification in Org code blocks constantly for a couple of > months now, and I do not agree that there are any editing or unfolding > delays which should deter typical Org users from using fontified src > blocks. In typical usage I do not experience any delays whatsoeve

Re: [Orgmode] [bug] "message" not present in default value of org-link-types

2010-09-17 Thread Jules Bean
On Fri, Sep 17, 2010 at 09:08:00AM +0200, David Maus wrote: > >Manually adding it to org-link-types makes it work correctly. For me, > >anyway. > > True enough. But what is a "message:" link? Can you give an example > of its usage? message:<87hbhosv8v.wl%dm...@ictsoc.de> or message://<87hbho

[Orgmode] [bug] "message" not present in default value of org-link-types

2010-09-16 Thread Jules Bean
The link-type "message" is one of the ones org handles by default, it is an explicit case in org-open-at-point, much like http and it is handled by the following code: ((member type '("message")) (browse-url (concat type ":" path))) However it is not included in the default value of or

[Orgmode] [BUG] Org-capture breaks if captured-to file is open in a narrowed buffer

2010-09-09 Thread Jules Bean
If I run org-capture with the template: ("t" "Todo" entry (file+headline "/Users/jules/work/TODO.org" "Tasks") "* TODO %? (Captured at %u) %i %a ") whilst I have narrowed (using, e.g., org-narrow-to-subtree) the buffer that contains TODO.org, a new "* Tasks" headline is inserted at the end