nobiot / org-remark

Highlight & annotate text, EWW, Info, and EPUB
https://nobiot.github.io/org-remark/
GNU General Public License v3.0
436 stars 22 forks source link

chg: align with GNU convention: path -> file name #20

Closed nobiot closed 2 years ago

nobiot commented 2 years ago

Regarding user option org-remark-notes-file-path, the GNU convention is to call this a "file name" rather than a "path"; "path" is only used for lists of directories as in load-path (pointed out by Stefan Monnier; thank you).

To align with the GNU convention, the following changes are done. Users should not have to change their existing customization as the old names are aliased to the new ones.

User option:

Function:

Private Function:

org-remark-notes-file-path, org-remark-source-path-function, and org-remark-notes-file-path-function are used by existing customization, thus both explicitly made obsolete and aliased to the new file-name equivalents.