From: Eric Schulte <eric.schulte@gmx.com>
To: lngndvs@gmail.com
Cc: org-mode <emacs-orgmode@gnu.org>
Subject: Re: Some struggles of mine with org-mode
Date: Tue, 07 Feb 2012 20:32:50 -0700 [thread overview]
Message-ID: <871uq6f15w.fsf@gmx.com> (raw)
In-Reply-To: 83mx8uxpb1.fsf@gmail.com
>
> - Email. Some very elegant (in complicated ways) solutions have
> been generated, but all I need it simple text-based email. I
> would be willing to install sendmail or postfix, if need be, but
> I don't really wish to send html based email. See the next item.
Limiting to the one aspect of this email towards which I may have
something useful to contribute. One option for text email is to use
org-mime from contrib/lisp/org-mime.el and then structure a subtree as
follows...
,----
| * send this to eric
| :PROPERTIES:
| :mail_to: eric.schulte@foo.bar
| :END:
|
| Here is an Org-mode email which will be sent to me.
|
| | 1 |
| | 2 |
| | 3 |
| | 4 |
|
|
`----
calling org-mime-subtree from within that subtree will result in a
message buffer holding the following (modulo your gnus/message setup)
,----
| To: eric.schulte@foo.bar
| Subject: send this to eric
| X-Draft-From: ("org-mode" 2692)
| From: Eric Schulte <eric.schulte@foo.bar>
| --text follows this line--
| Here is an Org-mode email which will be sent to me.
|
| | 1 |
| | 2 |
| | 3 |
| | 4 |
`----
By default the resulting email is text generated using (I believe)
org-export-as-org.
[...]
> One thing I really like about Org-mode is the ability to keep a
> large number of kinds of information straight in various
> ways---either in separate files, or for related topics, in
> different headlines of the same file. I need all of these files
> to be searched. The best searching seems to reside in the agenda
> interface. But it seems illogical, to me, to constrain searching
> to the same set of files as for an Agenda, except if I am only
> searching things I am currently keeping on todo lists. I want a
> large subset of *.org files open for searches, but I may want to
> limit the number of files processed for a daily or weekly agenda
> view.
The desire to separate searching from agenda views makes perfect sense
to me. I've never used the searching features of Org-mode myself. I
suppose I use rgrep when digging through my Org-mode ~/notes/recipes.
Cheers,
--
Eric Schulte
http://cs.unm.edu/~eschulte/
next prev parent reply other threads:[~2012-02-08 3:35 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-07 22:16 Some struggles of mine with org-mode lngndvs
2012-02-08 3:32 ` Eric Schulte [this message]
2012-02-08 12:06 ` Richard Riley
2012-02-08 16:26 ` Max Mikhanosha
2012-02-08 16:30 ` Eric S Fraga
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=871uq6f15w.fsf@gmx.com \
--to=eric.schulte@gmx.com \
--cc=emacs-orgmode@gnu.org \
--cc=lngndvs@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).