descriptionManage bookmarks in Org mode.
ownernumbchild@gmail.com
last changeMon, 20 May 2024 00:16:27 +0000 (20 08:16 +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
27 hours ago stardivinerupdate org-capture template adding logicmain
2 days ago stardivinerUtility adding org-capture template code into function...
3 days ago stardivinerFix org-capture-templates blocking other templates
3 days ago stardivinerAdd link type support with "[[org-bookmark:bookmark...
4 days ago stardivinerBump version to v1.1v1.1
6 days ago stardivinerRequire library `org-capture' to fix void variable...
6 days ago stardivinerAdd `:refile-targets` property in org-capture template
10 days ago stardivinerAdd package config example in usage comments
10 days ago stardivinerdon't display full target file full path in org-capture...
10 days ago Slava BarinovAdd the tag to captured bookmark by default
12 days ago stardivinerBump versionv1.0
2024-05-06 stardivinerFix void variable `org-bookmarks-add-org-capture-template`
2024-05-06 stardivinerAdd usage info for package description
2024-04-28 stardivinerupdated copyright year and owner
2024-04-11 stardivinerFix `when-let*` binding
2024-04-09 stardivinerFix `if-let` -> `if-let*` for binding variables is...
...
tags
4 days ago v1.1
12 days ago v1.0
heads
27 hours ago main