Skip to content

issue with duplicate property drawers when creating org-ids on link creation #92

@iantor

Description

@iantor

Just trying latest org-super-links (using native compilation)
org-mode version 9.6.21
emacs version 29.1

I tried the settings recommended for org-id in the docs:

(require 'org-id)
(setq org-id-link-to-org-use-id 'create-if-interactive-and-no-custom-id)

However, this sometimes produced multiple property drawers in an entry, with a new drawer to contain the org-id.

The following setting seems to work better (still testing)

(setq org-id-link-to-org-use-id t)

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