emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Eric Schulte <schulte.eric@gmail.com>
To: Nathan Neff <nathan.neff@gmail.com>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: Capture from terminal command line?
Date: Thu, 29 Sep 2011 11:01:50 -0600	[thread overview]
Message-ID: <87mxdn8ept.fsf@gmail.com> (raw)
In-Reply-To: <CAC=HedAM0=izf+C=ZQUa-QhmSuTE2Wo6e86g=00N7tnZ+rb34A@mail.gmail.com> (Nathan Neff's message of "Thu, 29 Sep 2011 09:13:15 -0500")

[-- Attachment #1: Type: text/plain, Size: 779 bytes --]

Nathan Neff <nathan.neff@gmail.com> writes:

> I'm looking for a way to capture notes from a terminal,
> without having to jump over to emacs.
>
> In the past, I simply append the text from the command line
> to my ~/refile.org file, but if I have emacs running and have a modified
> ~/refile.org buffer, then I run into complications.
>
> I think that a good way would be to have a bash script
> that tells emacs to run one of the org-capture functions,
> along with the newly entered text from the command line.
>
> Can anyone point me to the right function to call?
>

If you have your emacs running a server [1], then you can easily connect
from without using emacsclient.  For example this short shell script
will echo its arguments in your message buffer.

Cheers -- Eric


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: to-emacs.sh --]
[-- Type: text/x-sh, Size: 84 bytes --]

#!/bin/sh
emacsclient -e "(message \"hello from the command line: $(echo "$@") \")"

[-- Attachment #3: Type: text/plain, Size: 165 bytes --]


>
> Thanks,
> --Nate
>


Footnotes: 
[1]  http://www.gnu.org/software/emacs/manual/html_node/emacs/Emacs-Server.html

-- 
Eric Schulte
http://cs.unm.edu/~eschulte/

      reply	other threads:[~2011-09-29 17:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-29 14:13 Capture from terminal command line? Nathan Neff
2011-09-29 17:01 ` Eric Schulte [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=87mxdn8ept.fsf@gmail.com \
    --to=schulte.eric@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=nathan.neff@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).