summary refs log tree commit diff stats
path: root/lisp/acdw-org.el
Commit message (Collapse)AuthorAge
* Change (insert "\n\n") -> (newline)Case Duckworth2021-04-13
|
* `org-return-dwim': work in nested listsCase Duckworth2021-04-13
| | | | | | `org-return-dwim' now ends a list on an empty nested list item. See the comment for details.
* Formatting etc.Case Duckworth2021-04-13
| | | | This keeps happening :/
* Add a generate custom ids function for headingsCase Duckworth2021-04-13
| | | | From amitp.blogspot.com.
* Add `acdw-org/delete-backward-char' and adviseCase Duckworth2021-04-12
| | | | | | | | The advice I've added untabifies in addition to deleting the character, which enables the function to look at `delete-backward-char-untabify-method' or whatev. Also ... whitespace apparently?
* Remove empty comment lines in headersCase Duckworth2021-03-16
|
* Configure `org-mode'.Case Duckworth2021-03-12