summaryrefslogtreecommitdiffstatshomepage
path: root/nroam.el
Commit message (Collapse)AuthorAgeFilesLines
* Better headline when no linked referenceGravatar Nicolas Petton2021-02-241-3/+5
| | | | | * nroam.el (nroam--insert-backlinks-heading): Display "No linked reference" there is no backlink.
* Improve code for narrowing in nroam--insertGravatar Gustav Wikström2021-02-241-3/+1
| | | | * nroam.el (nroam--insert): Improve code for narrowing.
* Set visibility of backlinks sectionGravatar Gustav Wikström2021-02-241-6/+12
| | | | | * nroam.el (nroam--insert): Set visibility according to startup-options.
* Advice org-capture to remove nroam sections when capturingGravatar Nicolas Petton2021-02-241-2/+15
| | | | | Nroam sections need to be pruned as they are in read-only, otherwise `org-capture' will fail to insert the capture template.
* Do not insert backlink section when there is no backlinkGravatar Nicolas Petton2021-02-241-2/+2
|
* Fix nroam--point-at-section-pGravatar Nicolas Petton2021-02-231-3/+4
| | | | * Fix `nroam--point-at-section-p' when nroam sections have not been inserted.
* Fix org-capture with nroamGravatar Nicolas Petton2021-02-231-2/+12
| | | | Only enable nroam-mode on org-roam file buffers.
* Add missing autoloadsGravatar Nicolas Petton2021-02-231-7/+11
|
* Make nroam sections customizableGravatar Nicolas Petton2021-02-231-44/+55
|
* Name the nroam work buffer *nroam-work*Gravatar Nicolas Petton2021-02-231-1/+1
|
* Call get-buffer-create with one agrumentGravatar Nicolas Petton2021-02-231-1/+1
| | | | The second argument is not available in Emacs 27.1.
* Add docstring and empty lineGravatar Gustav Wikström2021-02-231-0/+2
| | | | * nroam.el (nroam--init-work-buffer): Add docstring.
* Speedup crawler by ... making it not crawl!Gravatar Gustav Wikström2021-02-221-8/+16
|
* Add the empty line as part of linked references sectionGravatar Nicolas Petton2021-02-221-4/+3
| | | | | Do no add the empty line above the linked references section so that it is not written to files.
* Add missing debug declare form to with-nroam-markers macroGravatar Nicolas Petton2021-02-221-1/+1
|
* Remove the temporary to-do listGravatar Nicolas Petton2021-02-221-7/+0
|
* Fix empty line before linked referencesGravatar Nicolas Petton2021-02-221-2/+10
| | | | | Ensure one empty line before backlink section, but put the start marker on the heading line instead of the empty line above it.
* Initial commitGravatar Nicolas Petton2021-02-211-0/+257