Re: [Orgmode] Export to browser in Aquamacs not working.

2008-06-27 Thread Carsten Dominik
Hi Jason, that is the buffer that is used to create the export html in the first place! It is only not removed, just kept in case you would like to look at it. Why does it bother you? Or are you saying that there in *only* this buffer, and the browser does not open to display the html?

[Orgmode] org-mhe has trouble with message-ids containing dashes in the host part

2008-06-27 Thread Friedrich Delgado Friedrichs
Hiho. Happens in conjunction with mairix and mh-e, so I think this might be their fault. I tried to save an index to a mail in a MH folder with a message id like the following. [EMAIL PROTECTED] which results in a link like mhe:[EMAIL PROTECTED] The link looks correct, but when I try to follo

[Orgmode] Export to browser in Aquamacs not working.

2008-06-27 Thread Jason Schadel
I'm running a mac and using org-mode in Aquamacs. When I try to export directly to the browser, it opens a new buffer with the html source. Any ideas what could be wrong? Thanks, Jason ___ Emacs-orgmode mailing list Remember: use `Reply All' to send re

Re: [Orgmode] Publishing org files : index

2008-06-27 Thread Sebastian Rose
I'd like to volunteer for this little snippet. But the only function I found was 'grep' which puts all output into a buffer named *grep*. (grep-compute-defaults) (rgrep "\#+TITLE\:" "*org" "/home/sebastian/notes/") gives us the result we need for this. Could someone tell me a way to inhibit the d

Re: [Orgmode] Publishing org files : index

2008-06-27 Thread Manuel Hermenegildo
> Should the auto generated index.org and index.html (auto-index t) not > pick up the #title property for included pages as the link text? I had fixed this but I think something happened when the patch I sent Carsten got integrated (other parts of the patch work fine). I will look into it. --Ma