Keyboard shortcuts

/ or ⌘/Ctrl K
Find a note
j / k
Next / previous section or linked note
h / l
Collapse or go to parent / expand or enter
e or Alt-click
Read a linked note here
o
Open focused note on its own
g g / G
First / last section or linked note
g h / g a
Home / all notes
g b / g t
Backlinks / table of contents
t
Cycle System, Light, Dark
? / Esc
Show / close this reference

Search: ↑/↓ or Ctrl N/P, Enter to open. Shortcuts pause while typing.

org-mode [a5b60132]

Tags: Taking Smart Notes, emacs

1. Org-ref [eb366621]

1.1. setup

need

  #+latex_header: \usepackage[citestyle=verbose,bibstyle=numeric, hyperref=true,backref=true,maxcitenames=3,url=true,backend=biber,natbib=true] {biblatex}
  #+latex_header: \addbibresource{~/Dropbox/bib/refs.bib}
  #+EXCLUDE_TAGS: noexport

at the start of every file. :noexport: marks headings to not export within the file also see tex.stackexchange.com/questions/21439/is-there-any-advantage-to-using-addbibresource-over-bibliography

1.2. Biblatex vs bibtex vs biber

1.3. Cite types

  • defined in org-ref-cite-types

1.4. Citing with pages old.reddit.com/r/orgmode/comments/90sk11/how_do_you_cite_pages_for_quotes_with_orgref/

1.4.1. use [[cite:test][pg. 222]] types

2. Notdeft

Replacement for deft using xapian

3. Related projects

4. Org Special Blocks

'(org-structure-template-alist
 '(("a" . "export ascii")
   ("c" . "center")
   ("C" . "comment")
   ("e" . "example")
   ("E" . "export")
   ("h" . "export html")
   ("l" . "export latex")
   ("q" . "quote")
   ("s" . "src")
   ("v" . "verse")))

5. Truncating on startup

superuser.com/questions/299886/linewrap-in-org-mode-of-emacs/299897

6. org-id [d087fbb3]