summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-org.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* emacs: fix issue with org-modeFranck Cuny2020-12-091-1/+0
|
* emacs: clean up orgFranck Cuny2020-06-181-141/+43
| | | | | too much configuration, too complex, which means I stop using it. Get back to the minimum.
* org: delete the custom commands for the agendaFranck Cuny2020-02-161-112/+0
| | | | | I don't use them. Let's start fresh and simple with the default settings, and we can build from there.
* org: change the number of days in the calendarFranck Cuny2020-02-161-0/+2
| | | | | | Using the current week view is not really efficient for me. Instead, let's show the last 7 days and the next 10 days, this gives me a better idea of what I need to work on.
* org: don't set custom facesFranck Cuny2020-02-161-8/+0
| | | | The default is just fine, it's more things to manage otherwise.
* org: path to the file to store the IDs.Franck Cuny2020-02-111-0/+2
|
* org: don't narrow when capturing a journal entry.Franck Cuny2020-02-111-2/+2
|
* org: change the default prioritiesFranck Cuny2020-02-111-2/+2
| | | | | Increase the number of available priorities, and set the default to C when creating a new task.
* org: don't change the default ellipsisFranck Cuny2020-02-111-1/+0
|
* org: change some of the hooks.Franck Cuny2020-02-111-5/+3
| | | | | Let's not force the length of the lines, but instead rely on visual line mode to wrap them.
* org: don't use orgit for now.Franck Cuny2019-12-231-2/+3
| | | | | | The module bumped the dependency on a newer version of org-mode that does not work on my machine (I might have an older version of emacs, and I'd need to update).
* org: files and appearance.Franck Cuny2019-12-231-11/+22
| | | | | | | | Having the files defined as `defvar` did not work: a bunch of stuff were failing to load correctly. Customize the look of completed tasks, to make it more obvious that I don't need to pay attention to them.
* org: remove unused functions.Franck Cuny2019-12-231-20/+0
| | | | I don't have any need for these functions.
* [org] put all configs related to org togetherFranck Cuny2019-12-091-0/+43
| | | | | | Instead of having functions related to org in another file, move everything in a single file, this makes it easier to find dead code and update some functions.
* [org] add `orgit` to my configuration.Franck Cuny2019-12-091-0/+3
| | | | `orgit` allows you to link to a magit buffer in org-mode.
* [org] Add template for meeting / interviews.Franck Cuny2019-12-091-0/+8
| | | | | | The template for the interview was already existing, so add it back, and add a new template for meetings. By default they all go to inbox, and I will use the function to refile them to the work journal.
* [org] Add docstring to a function.Franck Cuny2019-12-091-0/+2
| | | | | Add a docstring to the function to refile a subtree to the work journal.
* [org] Clean up function to move to datetree.Franck Cuny2019-12-091-1/+0
| | | | | I don't use the property *TIMESTAMP_IA* so I can drop this from the code.
* [org] The week starts on MondayFranck Cuny2019-12-091-1/+2
| | | | Configure the calendar to start the week on Monday instead of Sunday.
* [org] Add functions to refile to datetreeFranck Cuny2019-12-091-14/+32
| | | | | | I want to be able to refile some notes to a datetree. These new functions do just that, and one of them is specific to the work journal.
* [emacs] don't hide directories info.Franck Cuny2019-11-231-82/+83
| | | | | I prefer to see the details, it's easier to understand what I'm looking at.
* [org] a lot of changes.Franck Cuny2019-10-061-87/+187
| | | | | | | | | | | | | | | Adding a menu for hydra, to jump quickly to some files. I'm also adding a few custom commands for the agenda. After that many experiment, I think this is what I'm missing to be more efficient. This allows me to ignore completely how the file *looks* and focus on getting through the tasks. I'm also adding a few keywords for managing tasks: - PROJECT is for large tasks (e.g. an epic). This can be transitioned to PROJECTDONE - MEETING and NOTES are tasks that are completed, and I use them to keep track of various things in a project.
* [org] bigger font for title / headlinesFranck Cuny2019-09-161-2/+11
|
* [org] small improvements to hydra and templatesFranck Cuny2019-09-141-4/+4
| | | | | set the correct title of the file for org journal, and don't add the current file when creating a new entry with org-capture.
* [org] drop all my custom templates but one.Franck Cuny2019-08-291-25/+1
| | | | | one template is enough to capture what ever is going on. too much choices makes it less likely i'll use it.
* [org] major rewrite of the configFranck Cuny2019-08-291-72/+110
| | | | | | | | | | i've used the workflow documented at http://www.howardism.org/Technical/Emacs/getting-more-boxes-done.html for the last few days and it's definitely better than anything i've tried so far. the rewrite is mostly to replicate the configuration (with some minor adjustments).
* [org] fix template to create tasksFranck Cuny2019-08-261-1/+1
|
* [org] set default file for inboxFranck Cuny2019-08-241-8/+5
| | | | small change to the capture template
* [make] update path where to store screenshots.Franck Cuny2019-06-241-5/+5
|
* [emacs] move org to documents instead of dropboxFranck Cuny2019-06-101-1/+1
|
* [emacs] merged a bunch of org-files together.Franck Cuny2019-05-231-19/+18
| | | | | I'll rather have fewer files and rely on tagging to find what I'm looking for.
* [emacs] enable org-babel for shell modeFranck Cuny2019-05-231-0/+8
|
* [emacs] update templates to rely more on inbox.Franck Cuny2019-05-141-19/+14
| | | | | I spend too much time thinking where something should go. Put it in the inbox and deal with it later.
* [emacs] fontify code with org-babelFranck Cuny2019-05-131-0/+1
|
* [emacs] more re-work of the templates.Franck Cuny2019-05-131-19/+16
| | | | I've added a new template to create projects.
* [emacs] fix a couple templates for org.Franck Cuny2019-05-121-2/+4
|
* [emacs] don't export TOC and section number for org.Franck Cuny2019-05-121-0/+3
|
* [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.