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

Implement insert schedule/deadline for a task #65

Closed
mortezadadgar opened this issue Aug 13, 2021 · 8 comments
Closed

Implement insert schedule/deadline for a task #65

mortezadadgar opened this issue Aug 13, 2021 · 8 comments
Labels
core-feature Feature is in orgmode core

Comments

@mortezadadgar
Copy link

mortezadadgar commented Aug 13, 2021

Does this feature exist in Emacs orgmode core?

N/A

Orgmode link

No response

Feature value

No response

Additional context

In doom emacs(idk about vanilla) a task can be scheduled with SPC m d s keys or SPC m d d for deadlines

@mortezadadgar mortezadadgar added the core-feature Feature is in orgmode core label Aug 13, 2021
@kristijanhusak
Copy link
Member

It needs to be added. Related manual documentation: https://orgmode.org/manual/Inserting-deadline_002fschedule.html

@mortezadadgar mortezadadgar changed the title Is there anyway to schedule a task Implement insert schedule/deadline for a task Aug 17, 2021
@mortezadadgar
Copy link
Author

It needs to be added. Related manual documentation: orgmode.org/manual/Inserting-deadline_002fschedule.html

Are you willing to implement this feature

@kristijanhusak
Copy link
Member

Yeah, I'll add it.

@kristijanhusak
Copy link
Member

@mortezadadgar
Copy link
Author

mortezadadgar commented Aug 19, 2021

@kristijanhusak yeah works fine
btw what's the default color fallback for todo keyworks highlight, I have tried to change but it didn't work related commit
and would implement a feature to highlight the whole that is marked as DONE like:
image

@kristijanhusak
Copy link
Member

Use https://github.com/kristijanhusak/orgmode.nvim/blob/master/DOCS.md#org_todo_keyword_faces to change colors of todo keywords, or override OrgTODO and OrgDONE hl groups, not the built in ones.

Changing hl of the whole line like that is tricky, it requires too much hacking around syntax matching.

@mortezadadgar
Copy link
Author

@kristijanhusak thanks! and there's a small typo with the configuration example you provided TODO - should be TODO =

@kristijanhusak
Copy link
Member

Thanks, fixed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core-feature Feature is in orgmode core
Projects
None yet
Development

No branches or pull requests

2 participants