-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
New possible function for inclusion (org-gtd-schedule-appointment) #187
Comments
Added ability to remove timestamp with
Though I suppose removing the gtd timestamp would mean that it won't come up in the engage view at all unless it has the NEXT todo keyword. Could be worthwhile making it ask the user to clarify what they want to do with the item (using |
Ah, thank you! I think you're right; Are you comfortable adding a test or two and making a pull request for this function? If not, no worries, I'll do it soon. |
I guess in that case it doesn't make sense to add a |
The extra timestamp is, unfortunately, necessary for orgzly compatibility ( #118 / orgzly/orgzly-android#640 ). |
Think it might be better to try and resolve on orgzly end. Adds support for other packages as well like org-review |
There's now a community-revived orgzly, I opened that issue there : so .. fingers crossed! orgzly-revived/orgzly-android-revived#126 |
As mentioned in #179 (comment)
I believe this should work when called on an item in org-mode or a heading when in the agenda buffer:
A new function
my/org-agenda-set-property
had to be created that is the same asorg-agenda-set-property
except it doesn't(call-interactively 'org-set-property)
and instead calls it non-interactively.I realise it would be nice to add functionality to remove the timestamp with the
C-u
prefix.The text was updated successfully, but these errors were encountered: