Skip to content

Conversation

@christophe-gouel
Copy link
Contributor

Hi,

This is a follow-up of #352. It fixes a limit of the mark-paragraph function. mark-paragraph marks a paragraph including the previous empty line (probably to facilitate cutting and pasting paragraphs). When a paragraph marked like this is proofread, the LLM usually strips the empty line, which has to be added back. This PR strips the empty lines from the marked region to avoid this step.

While preparing the PR, I have also realized that the function was not working as expected in bullet points in org mode. In LaTeX and markdown modes, using mark-paragraph on a bullet point marks the current bullet point. Not in org mode. In org mode, mark-paragraph marks the first real paragraph after the bullet point. To avoid this behavior, I have used the function org-mark-element when in org mode. However, there is one side effect of using this function. If the point is on an org section heading, the whole section would be marked, not just the title. Anyway, in the current version, if the point is on an section heading, this is the following paragraph that is marked, so this is not the expected behavior anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant