Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [emacs] Use ~ as task id separator for better completion with partial-completion | Yuchen Pei | 2023-11-13 | 1 | -1/+9 |
| | |||||
* | [emacs] Some minor changes | Yuchen Pei | 2023-11-08 | 1 | -1/+1 |
| | |||||
* | [emacs] Some further fixes to my-org-task. | Yuchen Pei | 2023-11-05 | 1 | -4/+13 |
| | | | | | | - Read categories from local - Add more documentation - Change my-org-task-relations to defcustom | ||||
* | [emacs] Remove some commented out code | Yuchen Pei | 2023-11-05 | 1 | -4/+0 |
| | |||||
* | [emacs] Add task management in org. | Yuchen Pei | 2023-11-05 | 1 | -0/+186 |
| | | | | | | - We can add a task ID to a heading, like PRO-231 - We can associate a task with another task - Blocking is marked explicitly now | ||||
* | [emacs] Some minor fixes | Yuchen Pei | 2023-10-18 | 1 | -1/+2 |
| | | | | | | gnus: prefers plaintext my-buffer: fixes a bug my-org: fixing a local var | ||||
* | [emacs] Fix notes and shell cycle and creation. | Yuchen Pei | 2023-10-14 | 1 | -3/+44 |
| | | | | | One function to switch or cycle default notes indirect buffers. One to switch or cycle shell mode buffers. | ||||
* | [emacs] Some small changes with gnus->org-capture | Yuchen Pei | 2023-09-14 | 1 | -0/+7 |
| | |||||
* | [emacs] Adding a client to forgejo/codeberg | Yuchen Pei | 2023-09-09 | 1 | -0/+2 |
| | |||||
* | [emacs] Fixing my-fetch-url etc. | Yuchen Pei | 2023-09-09 | 1 | -4/+6 |
| | |||||
* | [emacs] Fix indenting in org src block invoking org-edit-src-exit | Yuchen Pei | 2023-09-08 | 1 | -9/+17 |
| | |||||
* | [emacs] Some small enhancement | Yuchen Pei | 2023-09-07 | 1 | -5/+23 |
| | | | | | Remove empty blocks automatically. When org-insert-structure-template, with a prefix, auto yank into block and exit | ||||
* | A few changes | Yuchen Pei | 2023-09-05 | 1 | -4/+41 |
| | | | | | | | | | | | | - add dedicate-windows-by-modes as window-configuration-change-hook, but it did not work well when used on gnus-summary-mode - copying gnus article regions also copies links, which are appended at the end of the copy as footnote - overload org-id-store-link so that capturing today's work could include the item priority - org should open a gnus link in other-window - fixing my-org-clean-up-entry so that it deletes trailing empty lines - added a silly utility function to clean a red energy bill pay link | ||||
* | A few more org utilities, and small fixes in editing / goto places | Yuchen Pei | 2023-09-02 | 1 | -0/+33 |
| | | | | | | | added my-org-swap-referral-with-headline added my-org-clean-up-entry fixed avy binding org capture todo: contain initial content (if any) in an example block | ||||
* | [emacs] some small changes | Yuchen Pei | 2023-08-28 | 1 | -1/+1 |
| | |||||
* | Fixing a few things in emacs, adding xdgdef | Yuchen Pei | 2023-08-21 | 1 | -5/+53 |
| | | | | | Emacs: updating the org clock refile so that it refiles all text in the logbook | ||||
* | A hook after org-src-edit-exit | Yuchen Pei | 2023-08-19 | 1 | -0/+8 |
| | |||||
* | some tweaks in org | Yuchen Pei | 2023-08-19 | 1 | -0/+4 |
| | |||||
* | [emacs] Some minor tweaks | Yuchen Pei | 2023-08-14 | 1 | -0/+11 |
| | |||||
* | some minor fixes | Yuchen Pei | 2023-07-25 | 1 | -0/+18 |
| | |||||
* | fixing kill line in org | Yuchen Pei | 2023-07-19 | 1 | -1/+1 |
| | |||||
* | minor changes | Yuchen Pei | 2023-07-11 | 1 | -3/+3 |
| | |||||
* | buncha changes | Yuchen Pei | 2023-06-27 | 1 | -0/+5 |
| | | | | | | | - add gdbinit - attempt to fix tempel in eglot (not working) - add qutebrowser to hmm browser - allow find file to open file:line_no | ||||
* | Adapted more configs from other emacs configs | Yuchen Pei | 2023-06-26 | 1 | -2/+17 |
| | | | | Including wasamasa and jwiegley | ||||
* | Refile clock entries and some basic settings | Yuchen Pei | 2023-06-25 | 1 | -1/+142 |
| | |||||
* | Enhancements for org and elisp | Yuchen Pei | 2023-06-24 | 1 | -0/+8 |
| | | | | | | - org: adding an :after advice to org-insert-structure-template so that it goes into editing immediately - elisp: C-M-x evals a region when region is active | ||||
* | adding votes to org entries | Yuchen Pei | 2023-06-23 | 1 | -0/+14 |
| | |||||
* | Moving things one level deeper | Yuchen Pei | 2023-06-17 | 1 | -0/+1003 |
To ease gnu stow usage. Now we can do stow -t ~ emacs |