diff --git a/journal/Journal.org b/journal/Journal.org new file mode 100644 index 0000000000000000000000000000000000000000..40365e644d9d1aa3e77943aa5f14fe30cc2e8872 --- /dev/null +++ b/journal/Journal.org @@ -0,0 +1,30 @@ +#+TITLE: Journal +#+AUTHOR: Jean-Marc Petit +#+EMAIL: jean.marc.petit@normalesup.org + +Ayant déjà essayé de suivre ce MOOC l'an dernier, j'ai découvert org-mode dans Emacs +(je suis un utilisateur basic mais de longue date de Emacs - depuis 1987). Comme j'utilise org-mode +dans mon travail quotidien, je vais utiliser ce langage de marquage léger à la place de Markdown +pour tenir mon journal. + + + + +* Configuration :noexport: +#+STARTUP: content +#+STARTUP: hidestars +#+STARTUP: logdone logdrawer noinlineimages fnauto +#+LANGUAGE: en +#+PROPERTY: header-args :eval never-export +#+COLUMNS: %38ITEM(Details) %TAGS(Context) %7TODO(To Do) %5Effort(Time){:} %6CLOCKSUM{Total} +#+PROPERTY: Effort_ALL 0 0:10 0:20 0:30 1:00 2:00 3:00 4:00 8:00 +#+TAGS: { OFFICE(o) HOME(h) } COMPUTER(c) NOTE(n) PROJECT(p) READING(r) +#+TAGS: DVD(d) LUNCHTIME(l) +#+TAGS: LIG(L) HOME(H) Europe(E) Blog(B) noexport(n) Stats(S) +#+TAGS: Epistemology(E) Vulgarization(V) Teaching(T) R(R) OrgMode(O) Python(P) +#+EXPORT_SELECT_TAGS: Blog +#+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t +#+OPTIONS: TeX:t LaTeX:nil skip:nil d:nil todo:t pri:nil tags:not-in-toc +#+EXPORT_SELECT_TAGS: export +#+EXPORT_EXCLUDE_TAGS: noexport +#+SEQ_TODO: TODO(t!) STARTED(s!) WAITING(w@) APPT(a!) | DONE(d!) CANCELLED(c!) DEFERRED(f!)