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

2009-07-15 Thread Andreas Rottmann
Sebastian Rose sebastian_r...@gmx.de writes: Andreas Rottmann a.rottm...@gmx.at 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 might suffice

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

2009-07-14 Thread Andreas Rottmann
base-dir) filename) + (substring filename (match-end 0)) (if (listp publishing-function) ;; allow chain of publishing functions (mapc (lambda (f) Is there a proper way to do this? Regards, Rotty -- Andreas Rottmann -- http://rotty.yi.org

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

2009-07-07 Thread Andreas Rottmann
Tassilo Horn tass...@member.fsf.org writes: Andreas Rottmann a.rottm...@gmx.at 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 be parsed as an RFC822

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

2009-07-07 Thread Andreas Rottmann
Tassilo Horn tass...@member.fsf.org 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

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 list. Emacs-orgmode

[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 a.rottm...@gmx.at Subject: [PATCH] Fixes for the Gnus integration - `org

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

2009-07-03 Thread Andreas Rottmann
\n) (insert div id=\inner\\n)) Note that this is my first real patch to org-mode, so be gentle ;-). From: Andreas Rottmann a.rottm...@gmx.at Subject: [PATCH] Allow functions for {pre/post}amble --- lisp/org-html.el | 13 +++-- 1 files changed, 11 insertions(+), 2 deletions