20250115.1736964880
This commit is contained in:
parent
d19e1afc8c
commit
b605c728ee
5 changed files with 10 additions and 5 deletions
|
@ -168,13 +168,13 @@
|
|||
("d" "Braindump"
|
||||
entry
|
||||
(file+headline "~/org/inbox.org" "Inbox")
|
||||
"* [%<%Y-%m-%d>] %? \n:PROPERTIES:\n:ID: %(org-id-new)\n:END:\n"
|
||||
"* [%<%Y-%m-%d>] %?\n:PROPERTIES:\n:ID: %(org-id-new)\n:END:\n"
|
||||
:empty-lines 0)
|
||||
|
||||
("n" "Note"
|
||||
entry
|
||||
(file+headline "~/org/notes.org" "2025")
|
||||
"* %? \n:PROPERTIES:\n:ID: %(org-id-new)\n:DATE: %U\n:END:\n"
|
||||
"* %?\n:PROPERTIES:\n:ID: %(org-id-new)\n:DATE: %U\n:END:\n"
|
||||
:empty-lines 0)
|
||||
|
||||
("j" "Journal Entry"
|
||||
|
@ -202,13 +202,13 @@
|
|||
("w" "Selected web capture"
|
||||
entry
|
||||
(file+headline "~/org/inbox.org" "Selected web capture")
|
||||
"* [%<%Y-%m-%d>] [[%:link][%(transform-square-brackets-to-round-ones \"%:description\")]] \n:PROPERTIES:\n:ID: %(org-id-new)\n:END:\n Source: %:link\n #+BEGIN_QUOTE\n%i\n#+END_QUOTE\n%?"
|
||||
"* [%<%Y-%m-%d>] [[%:link][%(transform-square-brackets-to-round-ones \"%:description\")]]\n:PROPERTIES:\n:ID: %(org-id-new)\n:END:\n Source: %:link\n #+BEGIN_QUOTE\n%i\n#+END_QUOTE\n%?"
|
||||
:empty-lines 0)
|
||||
|
||||
("L" "Unselected web capture"
|
||||
entry
|
||||
(file+headline "~/org/inbox.org" "Web links")
|
||||
"* [%<%Y-%m-%d>] [[%:link][%(transform-square-brackets-to-round-ones \"%:description\")]] %? \n:PROPERTIES:\n:ID: %(org-id-new)\n:END:\n"
|
||||
"* [%<%Y-%m-%d>] [[%:link][%(transform-square-brackets-to-round-ones \"%:description\")]] %?\n:PROPERTIES:\n:ID: %(org-id-new)\n:END:\n"
|
||||
:empty-lines 0)))
|
||||
|
||||
(setq org-todo-keywords
|
||||
|
|
|
@ -12,7 +12,7 @@ indent_character: '|'
|
|||
journals:
|
||||
default:
|
||||
display_format: markdown
|
||||
encrypt: true
|
||||
encrypt: false
|
||||
journal: /home/fz0x1/.diary/diary.jrnl
|
||||
test:
|
||||
display_format: markdown
|
||||
|
|
Binary file not shown.
|
@ -77,3 +77,7 @@ function check_connection() {
|
|||
echo 0
|
||||
fi
|
||||
}
|
||||
|
||||
function create_db() {
|
||||
sqlite3 "$1" "$2"
|
||||
}
|
||||
|
|
|
@ -11,6 +11,7 @@ application/x-extension-burp=install4j_psxmh6-BurpSuiteCommunity.desktop
|
|||
application/vnd.openxmlformats-officedocument.wordprocessingml.document=libreoffice-base.desktop
|
||||
application/zip=doublecmd.desktop
|
||||
x-scheme-handler/jetbrains=jetbrains-toolbox.desktop
|
||||
text/html=librewolf.desktop
|
||||
|
||||
[Added Associations]
|
||||
application/xhtml+xml=librewolf.desktop;
|
||||
|
|
Loading…
Add table
Reference in a new issue