deft/notes/journal/2021/2021-07-20.org

72 lines
1.6 KiB
Org Mode
Raw Normal View History

2021-09-15 07:12:29 +00:00
:PROPERTIES:
:ID: b7cc6498-9a3d-4fe9-872c-f8fdb6ad9da4
:END:
2021-07-20 07:42:00 +00:00
#+Title: Journal (2021-07-20 - ∆y=44.38 (16208))
#+Author: Yann Esposito
#+Date: [2021-07-20]
#+STARTUP: showeverything
#+STARTUP: inlineimages
* Résume Journée
:PROPERTIES:
:CREATED: 20210720
:END:
** Matin
:PROPERTIES:
:CREATED: 20210720
:END:
| sommeil | ?/5 | horrible -> comme un bébé |
| humeur | ?/5 | exécrable -> excellente |
| energie | ?/5 | exécrable -> excellente |
- Envies/Objectifs de la journées
** Soirée
:PROPERTIES:
:CREATED: 20210720
:END:
| activité φ | ?/5 | au lit -> sport |
| nourriture | ?/5 | malbouffe -> saine |
| humeur | ?/5 | exécrable -> excellente |
| energie | ?/5 | exécrable -> excellente |
| intérêt | ?/5 | ennuie -> exceptionnel |
- Faits positifs
- Faits marquants
- Résumé des discussions intéressantes
- Réflexions/Essais
* 2021-07-20 Tuesday
** 09:40
Testons ensemble grammarly ;)
2021-07-20 07:44:11 +00:00
Wooo!!! Ça marche. Mais qu'en anglais ;) et je pense org-mode lui pose pas
mal de pb. Va falloir que je change un peu le hook pour ne pas utiliser
grammarly pour mon journal.
2021-07-20 08:14:25 +00:00
** 10:12
bouhhh.... my hook is not working. wrong buffer-file-name.
On va encore essayer. :)
2021-07-20 08:29:10 +00:00
** 10:28
C'est bon ça marche :)
#+begin_src lisp
(defun is-journal-p (filename)
(string-match-p (regexp-quote "org/journal/") filename))
(use-package! lsp-grammarly
:ensure t
:after grammarly
:hook (text-mode . (lambda ()
(unless (is-journal-p (buffer-file-name))
(require 'lsp-grammarly)
(lsp)))))
#+end_src
2021-07-20 08:33:31 +00:00
** 10:32
Nouvel essai...