emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Jason Dunsmore <jason.public@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: How to combine the analogue (Moleskine) world with digital (org-mode) world ?
Date: Wed, 27 Jan 2010 16:54:53 -0600	[thread overview]
Message-ID: <87k4v3upj6.fsf@riotblast.dunsmor.com> (raw)
In-Reply-To: <4edb2bbc1001240609w2339774am56466f50cf9605d8@mail.gmail.com> (Torsten Wagner's message of "Sun, 24 Jan 2010 23:09:27 +0900")

Torsten Wagner <torsten.wagner@gmail.com> writes:

> My question is now. What would be the best way to combine the
> moleskine and org-mode ? Does someone have experience  with a paper
> based and digital mixture system?

I used to use similar clunky mixed org and paper systems, but this
thread just inspired me to write the following function which solves the
problem for me.  The function will allow me to non-interactively add a
message to the "Inbox" section of my Org file.


(defun phone-remember (file note)
  (interactive)
  (find-file (concat "~/repo/org/" file ".org"))
  (goto-line 5)
  (org-show-entry)
  (insert (concat "** TODO " note "\n")))


I put the following procmail rule in place to trigger that function from
my cell phone:


:0
* ^From.*1234567890@VTEXT.COM
* ^Subject: Todo \/.*
| emacsclient.emacs-snapshot -e "(phone-remember \"todo\" \"${MATCH}\")"


So I just email myself a note from my phone staring with "Todo" and it
gets added to my todo list.

I just tested it out, and it works really well!

I run emacs in daemon mode, but the same could be done with just the
emacs command.  It might fit into others' systems better if org-remember
is somehow called non-interactively.  That way, your org-remember
templates would be available.  Please let me know if someone figures out
how to do this.

Regards,
Jason

      parent reply	other threads:[~2010-01-27 22:54 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-24 14:09 How to combine the analogue (Moleskine) world with digital (org-mode) world ? Torsten Wagner
2010-01-24 14:45 ` Leo
2010-01-25  7:01   ` Torsten Wagner
2010-01-24 15:16 ` Manish
2010-01-24 15:20   ` Greg Newman
2010-01-24 21:18     ` Raimund Kohl-Füchsle
2010-01-25  6:49       ` Torsten Wagner
2010-01-25 13:55   ` Christian Egli
2010-01-25  3:35 ` Charles Cave
2010-01-25  7:11   ` Torsten Wagner
2010-01-25  7:41     ` Ben Finney
2010-01-25  9:06     ` Ian Barton
2010-01-25 10:03 ` Eric S Fraga
2010-01-26 22:26   ` Daniel Martins
2010-01-25 16:34 ` Jonathan Arkell
2010-01-25 18:39 ` Austin Frank
2010-01-25 21:32   ` Alan E. Davis
2010-01-27 22:54 ` Jason Dunsmore [this message]

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=87k4v3upj6.fsf@riotblast.dunsmor.com \
    --to=jason.public@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /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).