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
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 (
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
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
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
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
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-