Remove priority of todos

This commit is contained in:
Thomas Dehaeze 2020-03-22 20:12:48 +01:00
parent 7ce58ada11
commit 504c15dc3b

View File

@ -641,7 +641,7 @@ https://emacs.stackexchange.com/questions/30575/adding-latex-newpage-before-a-he
) )
#+end_src #+end_src
*** TODO HTML Export *** HTML Export
**** MathJax **** MathJax
#+begin_src emacs-lisp #+begin_src emacs-lisp
(after! org (after! org
@ -1155,7 +1155,7 @@ https://www.reddit.com/r/orgmode/comments/7u2n0h/tip_for_defining_latex_macros_f
#+end_src #+end_src
** TODO [#A] View PDF in org mode ** TODO View PDF in org mode
#+begin_src emacs-lisp :tangle no #+begin_src emacs-lisp :tangle no
(defun tdh-org-include-img-from-pdf (&rest _) (defun tdh-org-include-img-from-pdf (&rest _)
"Convert pdf files to image files in org-mode bracket links. "Convert pdf files to image files in org-mode bracket links.
@ -1577,7 +1577,7 @@ http://pragmaticemacs.com/emacs/a-workflow-to-quickly-add-photos-to-org-mode-not
(org-display-inline-images t t))) (org-display-inline-images t t)))
#+end_src #+end_src
** TODO [#B] Render Tables ** TODO Render Tables
https://www.reddit.com/r/emacs/comments/d3a8or/pretty_org_tables_in_the_buffer_chapter_2_it/ https://www.reddit.com/r/emacs/comments/d3a8or/pretty_org_tables_in_the_buffer_chapter_2_it/
#+begin_src emacs-lisp #+begin_src emacs-lisp
@ -2342,7 +2342,7 @@ Map Functions
) )
#+end_src #+end_src
* TODO [#B] Matlab * TODO Matlab
- https://github.com/yuhonglin/matlab-mode - https://github.com/yuhonglin/matlab-mode
- https://github.com/pronobis/matlab-mode - https://github.com/pronobis/matlab-mode
@ -2447,7 +2447,7 @@ Map Functions
'append) 'append)
#+end_src #+end_src
* TODO [#B] Mails With Mu4e * Mails With Mu4e
:PROPERTIES: :PROPERTIES:
:header-args:emacs-lisp+: :tangle no :header-args:emacs-lisp+: :tangle no
:END: :END:
@ -2635,7 +2635,7 @@ Store link to message if in header view, not to header query
(setq org-mu4e-link-query-in-headers-mode nil) (setq org-mu4e-link-query-in-headers-mode nil)
#+end_src #+end_src
** TODO [#A] When putting something on the Trash, it will be in the archive folder on gmail ** TODO When putting something on the Trash, it will be in the archive folder on gmail
Even when totally deleting it. It will stay on gmail. How to fix that? Even when totally deleting it. It will stay on gmail. How to fix that?
** TODO Verify that sending mails with gmail account works and that there is no duplicate ** TODO Verify that sending mails with gmail account works and that there is no duplicate
@ -2680,7 +2680,7 @@ Check [[https://github.com/djcb/mu/issues/179][here]].
("no_proxy" . "^.*esrf.fr"))) ("no_proxy" . "^.*esrf.fr")))
#+end_src #+end_src
* TODO [#C] Neomutt connection * TODO Neomutt connection
https://mentat.za.net/blog/2018/10/31/using-org-mode-with-neomutt/ https://mentat.za.net/blog/2018/10/31/using-org-mode-with-neomutt/
#+begin_src emacs-lisp :tangle no #+begin_src emacs-lisp :tangle no