Skip to content
This repository was archived by the owner on Oct 18, 2021. It is now read-only.
This repository was archived by the owner on Oct 18, 2021. It is now read-only.

Nroam entries duplicated #35

Description

@pprevos

When I refresh the buffer with C-c C-c in any header (org-ctrl-c-ctrl-c), a duplicate nroam heading is generated.

Every time I use this function, a new header is added.

All functionality works for all generated backlink headings.

My config:

 (use-package nroam
    :after org-roam
    :config
    (add-hook 'org-mode-hook #'nroam-setup-maybe)
    :bind
    (:map org-roam-mode-map ("C-c n n" . nroam-update)))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions