kidd / org-gcal.el

Org sync with Google Calendar. (active maintained project as of 2019-11-06)
432 stars 47 forks source link

:org-gcal: drawer indentation #221

Open wrn opened 1 year ago

wrn commented 1 year ago

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 commented 1 year ago

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

wrn commented 1 year ago

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