summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-org.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] Fix some org-mode templatesFranck Cuny2019-05-121-4/+17
|
* [emacs] fix refile for org-mode with swiperFranck Cuny2019-05-121-0/+7
| | | | | | There was an issue where swiper would only offer the name of the file to refile to, not all the headings. Fix the configuration to make this work as expected.
* [emacs] Move org-mode notes to dropboxFranck Cuny2019-05-121-1/+1
|
* [emacs] org mode templatesFranck Cuny2019-05-031-17/+12
|
* [emacs] enable pretty entities in orgFranck Cuny2019-05-031-0/+2
|
* [emacs] Add a template for weekly review.Franck Cuny2019-04-301-0/+8
| | | | | In addition to the template, we introduce a new directory (etc) where this template will be. There's a new custom variable for the new path.
* [emacs] Update binding for templates in org mode.Franck Cuny2019-04-301-2/+2
| | | | It's a journal, not a diary, so start with j|J.
* [emacs] Add htmlize to export to HTML.Franck Cuny2019-04-301-0/+3
| | | | Looks like I need this now to start exporting buffers to HTML ?
* [emacs] Fix the todo keywords sequence.Franck Cuny2019-04-301-10/+2
| | | | | | First, I made a typo in the name of the variable, which is why the sequencing did not work. Secondly, let's start with something simple instead of multiple sequences.
* [emacs] Be explicit for new lines in org-mode.Franck Cuny2019-04-301-7/+5
| | | | | | I don't want newline when I create to do items, but when I write new entries in various docs, I want that newline. It's better to be explicit in the configuration.
* [emacs] more work on org-mode.Franck Cuny2019-04-191-25/+101
| | | | | | | | | I'm adding a custom view for the agenda, in order to see tasks in order of priorities (what's urgent, important, etc). This should help me to focus and prioritize work correctly. I've also added some comments, and used the `org-directory` variable to build all the paths.
* [emacs] add a few more templates to org-mode.Franck Cuny2019-04-181-7/+28
|
* [emacs] Back to using org-mode.Franck Cuny2019-04-081-0/+24
I've really made a mistake when I stopped using org-mode. At the time I probably went overboard by trying to do to much with it. Now I need to rethink a workflow and how to use it efficiently for work and personal stuff.