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

:org-gcal: drawer indentation #221

Open
wrn opened this issue Dec 12, 2022 · 2 comments
Open

:org-gcal: drawer indentation #221

wrn opened this issue Dec 12, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@wrn
Copy link

wrn commented Dec 12, 2022

I noticed :org-gcal: does not indent at the same level as the heading. It is always at column 1. Is there a reason for that? This is not a deal breaker, just a bit of eye sore.

Thanks.

@telotortium
Copy link
Collaborator

Mostly expedience, combined with the fact that I personally don't use indentation for org-mode items. A good enhancement to make.

@telotortium telotortium added the enhancement New feature or request label Dec 12, 2022
@wrn
Copy link
Author

wrn commented Mar 30, 2023

Found this is really easy to do:
In function org-gcal--update-entry

Add a new line:

    (insert ":END:")
    (org-indent-drawer)  ;; Add this line

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants