summaryrefslogtreecommitdiffstatshomepage
path: root/nroam.el
Commit message (Expand)AuthorAgeFilesLines
* Add support for unlinked referencesGravatar Nicolas Petton2021-03-011-0/+2
* Split nroam.elGravatar Nicolas Petton2021-03-011-129/+16
* Insert sections when turning the mode on if the buffer fi...Gravatar Nicolas Petton2021-02-281-1/+6
* * nroam.el (nroam--insert): Extract `nroam--set-sections-...Gravatar Nicolas Petton2021-02-281-12/+15
* * nroam.el (nroam--hide-drawers): Reformat.Gravatar Nicolas Petton2021-02-251-3/+1
* * nroam.el (nroam--ensure-empty-line): Do dot move to poi...Gravatar Nicolas Petton2021-02-251-2/+1
* Refactor nroam--insert-backlinkGravatar Nicolas Petton2021-02-251-13/+8
* * nroam.el (nroam--insert): Rename let variableGravatar Nicolas Petton2021-02-251-3/+3
* * nroam.el (nroam--insert-backlinks-heading): SimplifyGravatar Nicolas Petton2021-02-251-5/+3
* * nroam.el: Remove a double spaceGravatar Nicolas Petton2021-02-251-1/+1
* Minor refactoringGravatar Nicolas Petton2021-02-251-6/+6
* Do not insert a new line if the buffer is emptyGravatar Nicolas Petton2021-02-251-1/+2
* Ensure one empty line between each heading in nroam sectionsGravatar Nicolas Petton2021-02-251-8/+14
* Fix nroam with org-roam-dailies-find-todayGravatar Nicolas Petton2021-02-251-0/+1
* Add missing newline after backlink headlineGravatar Nicolas Petton2021-02-241-1/+1
* Better headline when no linked referenceGravatar Nicolas Petton2021-02-241-3/+5
* Improve code for narrowing in nroam--insertGravatar Gustav Wikström2021-02-241-3/+1
* Set visibility of backlinks sectionGravatar Gustav Wikström2021-02-241-6/+12
* Advice org-capture to remove nroam sections when capturingGravatar Nicolas Petton2021-02-241-2/+15
* 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 org-capture with nroamGravatar Nicolas Petton2021-02-231-2/+12
* 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
* Add docstring and empty lineGravatar Gustav Wikström2021-02-231-0/+2
* 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
* 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
* Initial commitGravatar Nicolas Petton2021-02-211-0/+257