Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make acdw-org.el "Emacs News"-worthy | Case Duckworth | 2021-09-13 |
| | | | | Hi sachac! | ||
* | Fix typo | Case Duckworth | 2021-09-09 |
| | |||
* | Add acdw-org/work-month-headings | Case Duckworth | 2021-09-01 |
| | |||
* | Fix acdw/org-next-heading-widen | Case Duckworth | 2021-09-01 |
| | |||
* | Enable olivetti-mode in org-mode | Case Duckworth | 2021-08-27 |
| | |||
* | Fix function name typo | Case Duckworth | 2021-08-27 |
| | |||
* | Add bindings to widen org-buffer on next/previous heading | Case Duckworth | 2021-08-26 |
| | |||
* | Follow user preference in `org-return-follows-link' | Case Duckworth | 2021-08-20 |
| | |||
* | Better handle prefix links in acdw/org-return-dwim | Case Duckworth | 2021-08-20 |
| | |||
* | Correct drawer-ignoring logic in `acdw-org/count-words-stupidly' | Case Duckworth | 2021-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 Duckworth | 2021-08-14 |
| | | | | I kept the second name, because really, it is a stupid function. | ||
* | Don't error on bad drawers | Case Duckworth | 2021-08-13 |
| | |||
* | Correct </> bug | Case Duckworth | 2021-08-13 |
| | |||
* | Edit `acdw-org/count-words-stupidly' to be even MOAR stupider | Case Duckworth | 2021-08-13 |
| | |||
* | Add `acdw-org/count-words-stupidly' | Case Duckworth | 2021-08-07 |
| | | | | | To count words in an Org-mode buffer, disregarding headings and drawers completely. | ||
* | Aesthetic and message | Case Duckworth | 2021-07-31 |
| | |||
* | Add ORG functionality | Case Duckworth | 2021-06-01 |
| | |||
* | Change definition of `acdw-org/count-words' | Case Duckworth | 2021-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 Duckworth | 2021-05-13 |
| | |||
* | Fix wrong function calls | Case Duckworth | 2021-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 dumbness | Case Duckworth | 2021-04-20 |
| | |||
* | Rename functions in acdw-org.el | Case Duckworth | 2021-04-19 |
| | |||
* | Tweak `org-table-copy-down' | Case Duckworth | 2021-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-aware | Case Duckworth | 2021-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 Duckworth | 2021-04-13 |
| | |||
* | `org-return-dwim': work in nested lists | Case Duckworth | 2021-04-13 |
| | | | | | | `org-return-dwim' now ends a list on an empty nested list item. See the comment for details. | ||
* | Formatting etc. | Case Duckworth | 2021-04-13 |
| | | | | This keeps happening :/ | ||
* | Add a generate custom ids function for headings | Case Duckworth | 2021-04-13 |
| | | | | From amitp.blogspot.com. | ||
* | Add `acdw-org/delete-backward-char' and advise | Case Duckworth | 2021-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 headers | Case Duckworth | 2021-03-16 |
| | |||
* | Configure `org-mode'. | Case Duckworth | 2021-03-12 |