All Projects → abo-abo → orca

abo-abo / orca

Licence: other
ORg CApture

Programming Languages

emacs lisp
2029 projects
python
139335 projects - #7 most used programming language

Introduction

Orca is an ORg CApture list of recipes; mainly for capturing from a browser.

The more this package is configured, the less refiling you’ll do on your captures: they will go directly to where they belong.

Here is my example list of configurations:

Configuration

Just requiring the package, only the “capture to current buffer” method will work, since no file paths are recognized:

(require 'orca)

Customize the file paths to your liking using this template:

(setq orca-handler-list
      '((orca-handler-match-url
         "https://www.reddit.com/emacs/"
         "~/Dropbox/org/wiki/emacs.org"
         "Reddit")
        (orca-handler-match-url
         "https://emacs.stackexchange.com/"
         "~/Dropbox/org/wiki/emacs.org"
         "\\* Questions")
        (orca-handler-current-buffer
         "\\* Tasks")
        (orca-handler-file
         "~/Dropbox/org/ent.org"
         "\\* Articles")))

It’s also possible to customize interactively via M-x customize-group RET orca RET.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].