| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
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.
|
|
|
|
| |
I kept the second name, because really, it is a stupid function.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
To count words in an Org-mode buffer, disregarding headings and drawers
completely.
|
| |
|
| |
|
|
|
|
|
|
| |
(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...
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
| |
Now <S-return> will do its regular thing /in/ a table, but will also work
/outside/ a table as a regular <return>.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
`org-return-dwim' now ends a list on an empty nested list item.
See the comment for details.
|
|
|
|
| |
This keeps happening :/
|
|
|
|
| |
From amitp.blogspot.com.
|
|
|
|
|
|
|
|
| |
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?
|
| |
|
|
|