descriptionManage bookmarks in Org mode.
ownernumbchild@gmail.com
last changeThu, 11 Apr 2024 13:36:59 +0000 (11 21:36 +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
2024-04-11 stardivinerFix `when-let*` bindingmain
2024-04-09 stardivinerFix `if-let` -> `if-let*` for binding variables is...
2024-04-09 stardivinerfix docstring symbols should in quote
2024-04-08 stardivinerAdd autoload cookies
2024-04-08 stardivinerFix byte-compiler warnings
2024-04-01 stardivinerDon't raise error when 'nerd-icons' library not availab...
2024-04-01 stardivinerAdd arguments to `declare-function`
2024-04-01 stardivinerFix byte-compile warnings
2024-03-25 stardivinerWarning bookmarks.org file doesn't exist
2024-03-25 stardivinerFix byte-compile warnings
2024-03-25 stardivinerDon't initialize bookmarks cache on package loading
2024-03-22 stardivinerFix error when variable `middle-line-length` is `nil`
2024-03-22 stardivinerUse cache variable to store bookmarks
2024-03-11 stardivinerAdd LICENSE (GPLv3) file
2024-03-11 stardivinerRemove some not needed comments
2024-03-11 stardivinerFix logic bug which bookmark entries which only has...
...
heads
2 weeks ago main