emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Eric Schulte" <schulte.eric@gmail.com>
To: niels giesen <niels.giesen@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Property inheritance for MAIL_FMT, MAIL_TO, MAIL_CC and MAIL_BCC
Date: Thu, 13 Jan 2011 17:11:19 -0700	[thread overview]
Message-ID: <87vd1s8cz7.fsf@gmail.com> (raw)
In-Reply-To: 877he8xvxh.fsf@gmail.com

This is now applied.

Thanks for the patch, and for the motivating usage example. -- Eric

niels giesen <niels.giesen@gmail.com> writes:

> Hi Eric,
>
> Please see the patch below, it adds property inheritance for all
> MAIL_* properties, based on the value of
> `org-use-property-inheritance'.
>
> #+begin_src diff
>   diff --git a/contrib/lisp/org-mime.el b/contrib/lisp/org-mime.el
>   index 68a3498..ae430fb 100644
>   --- a/contrib/lisp/org-mime.el
>   +++ b/contrib/lisp/org-mime.el
>   @@ -232,9 +232,9 @@ export that region, otherwise export the entire body."
>        (run-hooks 'org-mime-send-subtree-hook)
>        (let* ((file (buffer-file-name (current-buffer)))
>          (subject (nth 4 (org-heading-components)))
>   -      (to (org-entry-get nil "MAIL_TO"))
>   -      (cc (org-entry-get nil "MAIL_CC"))
>   -      (bcc (org-entry-get nil "MAIL_BCC"))
>   +      (to (org-entry-get nil "MAIL_TO" org-use-property-inheritance))
>   +      (cc (org-entry-get nil "MAIL_CC" org-use-property-inheritance))
>   +      (bcc (org-entry-get nil "MAIL_BCC" org-use-property-inheritance))
>          (body (buffer-substring
>             (save-excursion (goto-char (point-min))
>                     (forward-line 1)
>   @@ -311,6 +311,8 @@ export that region, otherwise export the entire body."
>      exported to a org format or to the format specified by the
>      MAIL_FMT property of the subtree."
>      (interactive)
>   -  (org-mime-send-subtree (or (org-entry-get nil "MAIL_FMT") 'org)))
>   +  (org-mime-send-subtree (or (org-entry-get nil "MAIL_FMT"
>   +                       org-use-property-inheritance)
>   +                'org)))
>    
>    (provide 'org-mime)
> #+end_src    
>
> The current mail was sent with it, where some parent tree has the
> mail_cc set to this list, but the mail_to set to your email address in
> the subtree. I believe this functionality can be quite handy.
>
> niels
> --
> http://pft.github.com

  reply	other threads:[~2011-01-14  1:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-13 22:47 Property inheritance for MAIL_FMT, MAIL_TO, MAIL_CC and MAIL_BCC niels giesen
2011-01-14  0:11 ` Eric Schulte [this message]
2011-01-14  9:29   ` Sébastien Vauban
2011-01-14 13:32     ` Eric Schulte

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87vd1s8cz7.fsf@gmail.com \
    --to=schulte.eric@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=niels.giesen@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).