emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: SAKURAI Masashi <m.sakurai@kiwanami.net>
To: emacs-orgmode@gnu.org
Subject: Simple reference card browser by Anything.el
Date: Sun, 11 Dec 2011 13:46:43 +0900	[thread overview]
Message-ID: <20111211044758.4F2D013C5AC@vps1.kiwanami.net> (raw)

Hi,

I made simple reference browser.
Just browsing, not executing commands.

https://gist.github.com/1345100

Sample setting:
(eval-after-load "org"
  '(progn
     (require 'anything-orgcard)
     (define-key org-mode-map (kbd "M-4") 'aoc:anything-orgcard)
   ))

Here is a screenshot.
https://cacoo.com/diagrams/pU53GOElYyHbXtpa-0D3F5.png

This program retrieves the reference card for text version.
http://orgmode.org/orgcard.txt
Then, parses simply and just makes it enumerate for anything.


--
SAKURAI, Masashi (family, given)
m.sakurai@kiwanami.net

             reply	other threads:[~2011-12-11  4:48 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-11  4:46 SAKURAI Masashi [this message]
2011-12-11 12:23 ` Simple reference card browser by Anything.el Bastien
2011-12-12  7:20   ` SAKURAI Masashi
2011-12-12  7:52     ` Tassilo Horn
2011-12-12 14:09       ` Bastien
2011-12-12 14:23         ` Tassilo Horn
2011-12-12 14:50       ` SAKURAI Masashi

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=20111211044758.4F2D013C5AC@vps1.kiwanami.net \
    --to=m.sakurai@kiwanami.net \
    --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).