Re: [Orgmode] Proper way to "link" external files into a project?

2009-07-15 Thread Andreas Rottmann
Sebastian Rose writes: > Andreas Rottmann writes: >> Hi! >> >> I'd like to include several files into an org-mode project that live >> outside the project tree. I tried to just symlink them into the >> appropriate place into my project, and thought that

[Orgmode] Proper way to "link" external files into a project?

2009-07-14 Thread Andreas Rottmann
ring-match (regexp-quote base-dir) ftname) - (substring ftname (match-end 0)) + (and (string-match (regexp-quote base-dir) filename) + (substring filename (match-end 0)) (if (listp publishing-function) ;; allow chain of publishing functions (mapc (

Re: [Orgmode] [PATCH] Allow functions for HTML export preamble and postamble

2009-07-07 Thread Andreas Rottmann
for org-mode, or ist there a way to extend the copyright assignment without the paperwork? Regards, Rotty -- Andreas Rottmann -- <http://yi.org/rotty/> ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the

Re: [Orgmode] Re: Small fix for Gnus integration

2009-07-07 Thread Andreas Rottmann
Tassilo Horn writes: >> However, you very well might be right that this is a bug in the MDA >> (which stores the mails, including the disputed first line, in a >> Maildir folder, which is then served by via IMAP). > > Yep. But in general I'm pretty sure that your patch won't introduce > effects

Re: [Orgmode] Re: Small fix for Gnus integration

2009-07-07 Thread Andreas Rottmann
Tassilo Horn writes: > Andreas Rottmann writes: > > Hi Andreas, > >> Without the following patch, storing links to Gnus Article buffers >> fails on CVS Emacs, as they (at least in my setup -- IMAP) always >> contain a "From " line, which can't

[Orgmode] [PATCH] Allow functions for HTML export preamble and postamble

2009-07-03 Thread Andreas Rottmann
ware | Blog ") (insert (format "rotty > %s\n" (plist-get opt-plist :title))) (insert "\n") (insert "\n")) Note that this is my first real patch to org-mode, so be gentle ;-). From: Andreas Rottmann Subject: [PATCH

[Orgmode] Small fix for Gnus integration

2009-07-03 Thread Andreas Rottmann
Without the following patch, storing links to Gnus Article buffers fails on CVS Emacs, as they (at least in my setup -- IMAP) always contain a "From " line, which can't be parsed as an RFC822 header. From: Andreas Rottmann Subject: [PATCH] Fixes for the Gnus integration - `org-