Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix description indentation #26

Merged
merged 1 commit into from
Sep 21, 2021
Merged

Fix description indentation #26

merged 1 commit into from
Sep 21, 2021

Conversation

chasecaleb
Copy link
Contributor

Indent every line of description text so that asterisk-style bullet points won't be mistaken for org headings.


Example

Screenshot of task from Todoist website:
2021-09-21-132212_343x116_scrot

Original behavior:

*** Example
    :PROPERTIES:
    :TODOIST_ID: <redacted>
    :TODOIST_PROJECT_ID: <redacted>
    :END:

    * bullet point in description
* another

With this PR:

*** Example
    :PROPERTIES:
    :TODOIST_ID: 5175619419
    :TODOIST_PROJECT_ID: 2161829187
    :END:
   * bullet point in description
   * another

Indent every line of description text so that asterisk-style bullet
points won't be mistaken for org headings.
Copy link
Owner

@abrochard abrochard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@abrochard abrochard merged commit 3286a92 into abrochard:master Sep 21, 2021
@chasecaleb chasecaleb deleted the fix-description-indentation branch September 22, 2021 01:56
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.

2 participants