diff options
author | Adrian Kummerlaender | 2020-11-14 16:01:56 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2020-11-14 16:02:34 +0100 |
commit | a9db2013e0824f8c1723d4e8c56cf229f556ceb5 (patch) | |
tree | 59bf5a5843ce50ad14837f7dcc1225c18d9a9bc3 /gui/conf | |
parent | 63235adbda53c6730f52967cb16e865f0da019a4 (diff) | |
download | nixos_home-a9db2013e0824f8c1723d4e8c56cf229f556ceb5.tar nixos_home-a9db2013e0824f8c1723d4e8c56cf229f556ceb5.tar.gz nixos_home-a9db2013e0824f8c1723d4e8c56cf229f556ceb5.tar.bz2 nixos_home-a9db2013e0824f8c1723d4e8c56cf229f556ceb5.tar.lz nixos_home-a9db2013e0824f8c1723d4e8c56cf229f556ceb5.tar.xz nixos_home-a9db2013e0824f8c1723d4e8c56cf229f556ceb5.tar.zst nixos_home-a9db2013e0824f8c1723d4e8c56cf229f556ceb5.zip |
Use inactive timestamps for capturing from web
Diffstat (limited to 'gui/conf')
-rw-r--r-- | gui/conf/init.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/conf/init.el b/gui/conf/init.el index 4521051..1a6c984 100644 --- a/gui/conf/init.el +++ b/gui/conf/init.el @@ -219,12 +219,12 @@ "Website (Quote)" entry (file org-default-notes-file) - "* %:description\n%:link %T\n#+BEGIN_QUOTE\n%:initial\n#+END_QUOTE") + "* %:description\n%:link %U\n#+BEGIN_QUOTE\n%:initial\n#+END_QUOTE") ("w" "Website" entry (file org-default-notes-file) - "* %:description\n%:link %T" + "* %:description\n%:link %U" :immediate-finish t))) (use-package calfw |