عجفت الغور

org-mode

Tags: Taking Smart Notes, emacs

Org-ref

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

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

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