#+TITLE: Making Notes through Org Noter #+OPTIONS: num:nil #+DATE: <2026-04-06 Mon 14:30> #+filetags: :life: #+COMMENTS: t #+SLUG: making-notes-through-org-noter-06-05 Recently started taking notes through Org Noter. It's a great tool for taking notes when reading PDFs. I also utilised a similar approach for physical books, by using org-capture templates to note down the page number and the note. #+begin_src emacs-lisp ("b" "Book Note" entry (file+headline (lambda () (buffer-file-name)) "Notes") "** p. %^{Page}\n[%^{Type|Insight|Important|Quote|Confusing}] %?\n") #+end_src