descriptionManage bookmarks in Org mode.
ownernumbchild@gmail.com
last changeFri, 15 Nov 2024 11:06:03 +0000 (15 19:06 +0800)
content tags
add:
README.org
* Usage

=[M-x org-bookmarks]=

* The bookmarks Org mode file format

A bookmark entry in the bookmarks file requires three elements:

- headline is the bookmark title
- a tag "bookmark" to mark the headline as a bookmark
- the bookmark entry need to have a property "URL" with URL value

For example:

#+begin_src org
,* Emacs

,** /r/emacs                                                   :Reddit:bookmark:
:PROPERTIES:
:URL:      https://www.reddit.com/r/emacs
:DATE:     [2024-02-26 Mon 19:31]
:END:

,** /r/planetemacs                                             :Reddit:bookmark:
:PROPERTIES:
:URL:      https://www.reddit.com/r/planetemacs/
:DATE:     [2024-02-26 Mon 19:37]
:END:

#+end_src
shortlog
5 days ago stardivinerAdd custom option to decide whether display bookmark... main
2024-09-06 stardivinerDisable the Emacs idle timer of org-bookmarks auto...
2024-09-05 stardivinerrename custom option
2024-09-05 stardivinerrename function parameter "headline" to meaningful...
2024-09-05 stardivinerAdd property 'position to completions for jumping to...
2024-09-05 stardivinerAdd completions `:display-sort-function` property setting
2024-09-05 stardivinerAdd spacing prefix for same alignment with bookmark...
2024-09-05 stardivinerAdd icon display prefix of bookmark title
2024-08-25 stardivinerFilter out archived bookmarks which tagged with exclude...
2024-08-23 stardivinerdisplaying screenshot inline image in minibuffer comple...
2024-08-23 stardivinerrename function name for naming convension
2024-08-23 stardivinerAdd `:exit-function` property which execute after selec...
2024-07-10 stardivinerauto update org-bookmarks database cache in Emacs idle...
2024-07-10 stardivinerfix flymake linter warnings
2024-07-10 stardivinerpackage requires emacs 29.1 for `org-fold-show-context`
2024-07-10 stardivineradd a command for manually update org-bookmarks databas...
...
tags
5 months ago v1.2
6 months ago v1.1
6 months ago v1.0
heads
5 days ago main