Data update

This commit is contained in:
Bram Schoenmakers 2022-11-26 07:58:45 +01:00
parent 86130c1dd2
commit bcdd0157b7
2 changed files with 17 additions and 3 deletions

View file

@ -50,7 +50,13 @@ Put this in ~/.termux/termux.properties for a better Emacs experience inside Ter
#+begin_src org :tangle gists/track-use-package-over-time.org
,* TODO Update Emacs package count
DEADLINE: <2022-11-25 Fri .+1m>
DEADLINE: <2022-12-26 Mon .+1m>
:PROPERTIES:
:LAST_REPEAT: [2022-11-26 Sat 07:57]
:END:
:LOGBOOK:
- State "DONE" from "TODO" [2022-11-26 Sat 07:57]
:END:
A small org file to keep track of some metric in a table, see [[https://orgmode.org/manual/Results-of-Evaluation.html][Results of Evaluation]] in the Org mode manual for more information.
@ -70,6 +76,7 @@ Put this in ~/.termux/termux.properties for a better Emacs experience inside Ter
,#+RESULTS:
| 2022-11-25 | 140 |
| 2022-11-26 | 140 |
#+end_src
* vertico-repeat setup :emacs:vertico:

View file

@ -1,9 +1,15 @@
* TODO Update Emacs package count
DEADLINE: <2022-11-25 Fri .+1m>
DEADLINE: <2022-12-26 Mon .+1m>
:PROPERTIES:
:LAST_REPEAT: [2022-11-26 Sat 07:57]
:END:
:LOGBOOK:
- State "DONE" from "TODO" [2022-11-26 Sat 07:57]
:END:
A small org file to keep track of some metric in a table, see [[https://orgmode.org/manual/Results-of-Evaluation.html][Results of Evaluation]] in the Org mode manual for more information.
In this case, count the number of packages in my Emacs init file. The code will automatically mark the task as DONE.
In this case, count the number of packages in my Emacs init file. The code will automatically mark the task as DONE (thanks to [[https://emacs.ch/@leadore@toot.cafe/109406486013699362][@leadore@toot.cafe]]).
Press =C-c C-c= inside the code block to add a new entry to the table below.
@ -19,3 +25,4 @@ Press =C-c C-c= inside the code block to add a new entry to the table below.
#+RESULTS:
| 2022-11-25 | 140 |
| 2022-11-26 | 140 |