org-mode
Tags: Taking Smart Notes, emacs
- org deft: https://jblevins.org/projects/deft/
- https://www.leonrische.me/ has org flashcards (https://www.leonrische.me/pages/org_flashcards.html) and org zettelkasten (https://github.com/l3kn/org-zettelkasten)
- org roam appendix: https://org-roam.readthedocs.io/en/master/notetaking_workflow/
- org roam HN thread: https://news.ycombinator.com/item?id=22767658
- Org bullets: https://www.spacemacs.org/layers/+emacs/org/README.html
Org-ref
- https://github.com/jkitchin/org-ref/blob/master/org-ref.org
- Example: https://raw.githubusercontent.com/jkitchin/org-ref/master/tests/test-1.org
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 https://tex.stackexchange.com/questions/21439/is-there-any-advantage-to-using-addbibresource-over-bibliography
- Footcites: https://tex.stackexchange.com/questions/344116/setting-bibliography-style-in-footnotes-with-biblatex
Biblatex vs bibtex vs biber
Cite types
- defined in
org-ref-cite-types
Citing with pages https://old.reddit.com/r/orgmode/comments/90sk11/how_do_you_cite_pages_for_quotes_with_orgref/
use [[cite:test][pg. 222]]
types
Notdeft
Replacement for deft using xapian
- https://github.com/hasu/notdeft/blob/xapian/notdeft-example.el
- https://github.com/hasu/notdeft
- https://tero.hasu.is/notdeft/
Related projects
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")))
Truncating on startup
https://superuser.com/questions/299886/linewrap-in-org-mode-of-emacs/299897
org-id
- org id is an extension that maps a specific place to an id
- https://github.com/syl20bnr/spacemacs/issues/8054
- reads off of agenda files
- use
org-id-update-id-information
to update~/.emacs.d/.org-id-locations