Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 652 Bytes

extra.org

File metadata and controls

18 lines (14 loc) · 652 Bytes

Extra configuration

Org-mode

Global org-capture shortcut

Must setup a global shortcut that runs emacsclient -e '(+capture-frame)'

org-protocol setup

In order to update the desktop database, run update-desktop-database .local/share/applications/

Bookmark:

javascript:location.href='org-protocol://capture?template=wb&url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)

Normal capture (goes to inbox):

javascript:location.href='org-protocol://capture?template=wc&url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)