emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Simple reference card browser by Anything.el
@ 2011-12-11  4:46 SAKURAI Masashi
  2011-12-11 12:23 ` Bastien
  0 siblings, 1 reply; 7+ messages in thread
From: SAKURAI Masashi @ 2011-12-11  4:46 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-12-12 14:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-11  4:46 Simple reference card browser by Anything.el SAKURAI Masashi
2011-12-11 12:23 ` 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

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).