org-mode [a5b60132]
Tags: Taking Smart Notes, emacs
- org deft: jblevins.org/projects/deft/
- www.leonrische.me/ has org flashcards (www.leonrische.me/pages/org_flashcards.html) and org zettelkasten (github.com/l3kn/org-zettelkasten)
- org roam appendix: org-roam.readthedocs.io/en/master/notetaking_workflow/
- org roam HN thread: news.ycombinator.com/item?id=22767658
- Org bullets: www.spacemacs.org/layers/+emacs/org/README.html
- 10 years of org xenodium.com/writing-experience-my-decade-with-org
1. Org-ref [eb366621]
1. Org-ref [eb366621]
- github.com/jkitchin/org-ref/blob/master/org-ref.org
- Example: raw.githubusercontent.com/jkitchin/org-ref/master/tests/test-1.org
1.1. setup
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.2. Biblatex vs bibtex vs biber
1.3. Cite types
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. 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
1.4.1. use [[cite:test][pg. 222]] types
2. Notdeft
2. Notdeft
Replacement for deft using xapian
3. Related projects
3. Related projects
4. Org Special Blocks
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
5. Truncating on startup
superuser.com/questions/299886/linewrap-in-org-mode-of-emacs/299897
6. org-id [d087fbb3]
6. org-id [d087fbb3]
- org id is an extension that maps a specific place to an id
- github.com/syl20bnr/spacemacs/issues/8054
- reads off of agenda files
- use
org-id-update-id-informationto update~/.emacs.d/.org-id-locations