about summary refs log tree commit diff stats
path: root/lisp/acdw-org.el
Commit message (Collapse)AuthorAge
* Bankruptcy 10Case Duckworth2023-05-10
|
* changes use-packageCase Duckworth2023-05-05
|
* uhhhCase Duckworth2023-04-16
|
* apsodfiuadsfoiudsfpaoidsufpaosidufposdifuapsodifuapsodifuCase Duckworth2023-02-20
|
* FleooCase Duckworth2023-01-13
|
* Make it work for ... $workCase Duckworth2023-01-12
|
* I DECLARE BANKRUPTCY ... 8Case Duckworth2021-11-21
| | | | Didn't think to do this till pretty .. written, so here we are.
* totally unhelpful commit messageCase Duckworth2021-10-12
| | | | ;)
* Hide everything but the current headline in org-modeCase Duckworth2021-10-07
|
* Add org-closed-time-regexp to skips when counting wordsCase Duckworth2021-10-06
|
* Ignore DEADLINE and SCHEDULED in acdw-org/count-words-stupidlyCase Duckworth2021-10-06
|
* Add org-narrow-to-taskCase Duckworth2021-09-28
|
* Ignore blank lines when counting words stupidlyCase Duckworth2021-09-28
|
* Make acdw-org.el "Emacs News"-worthyCase Duckworth2021-09-13
| | | | Hi sachac!
* Fix typoCase Duckworth2021-09-09
|
* Add acdw-org/work-month-headingsCase Duckworth2021-09-01
|
* Fix acdw/org-next-heading-widenCase Duckworth2021-09-01
|
* Enable olivetti-mode in org-modeCase Duckworth2021-08-27
|
* Fix function name typoCase Duckworth2021-08-27
|
* Add bindings to widen org-buffer on next/previous headingCase Duckworth2021-08-26
|
* Follow user preference in `org-return-follows-link'Case Duckworth2021-08-20
|
* Better handle prefix links in acdw/org-return-dwimCase Duckworth2021-08-20
|
* Correct drawer-ignoring logic in `acdw-org/count-words-stupidly'Case Duckworth2021-08-16
| | | | | | After finding the :END: of the drawer, the point is (I think) just at the end of :END:, meaning it won't catch the next drawer if there's another one. (forward-line) fixes that issue.
* Merge `acdw-org/count-words' and `acdw-org/count-words-stupidly'Case Duckworth2021-08-14
| | | | I kept the second name, because really, it is a stupid function.
* Don't error on bad drawersCase Duckworth2021-08-13
|
* Correct </> bugCase Duckworth2021-08-13
|
* Edit `acdw-org/count-words-stupidly' to be even MOAR stupiderCase Duckworth2021-08-13
|
* Add `acdw-org/count-words-stupidly'Case Duckworth2021-08-07
| | | | | To count words in an Org-mode buffer, disregarding headings and drawers completely.
* Aesthetic and messageCase Duckworth2021-07-31
|
* Add ORG functionalityCase Duckworth2021-06-01
|
* 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