summary refs log tree commit diff stats
path: root/lisp/acdw-org.el
Commit message (Collapse)AuthorAge
* Change definition of `acdw-org/count-words'Case Duckworth2021-05-19
| | | | | | (I renamed it from `acdw-org/word-count'.) It's still too slow for use in the modeline. So I have work to do still...
* Add `acdw-org/word-count'Case Duckworth2021-05-13
|
* Fix wrong function callsCase Duckworth2021-04-22
| | | | | | | When I changed `unpackaged/org-element-descendent-of' to `acdw-org/element-descendent-of' (honestly, to make it easier to see where the definition of the function is), I didn't change all the references to that function.
* Fix some dumbnessCase Duckworth2021-04-20
|
* Rename functions in acdw-org.elCase Duckworth2021-04-19
|
* Tweak `org-table-copy-down'Case Duckworth2021-04-19
| | | | | Now <S-return> will do its regular thing /in/ a table, but will also work /outside/ a table as a regular <return>.
* Make `org-return-dwim' auto-fill-mode-awareCase Duckworth2021-04-14
| | | | | | | | | | Added a block at the top of the function to call `auto-fill-function' if it's enabled, and I changed the calls to `newline' to `insert "\n"`, due to ... something. It was having issues figuring out that the new lines were list items I think. I also removed the message part in the middle of the function that I forgot to remove before.
* 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