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

feat(agenda): Add custom agenda commands #850

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

kristijanhusak
Copy link
Member

Add custom agenda commands.
Closes #478 and #135 .
Check org_agenda_custom_commands in the docs for more details.

Also fixes few other issues:

  1. Filter by todo state in agenda view #849
  2. Hide tags from headings #776

Few more notable features/bug fixes:

  1. Agenda now renders any markup that is part of headline (bold, italic, date, link). Links are also clickable for Neovim 0.10.2 + due to OSC 8 control sequence.
  2. Doing insert link mapping on the link was broken by not prompting to update the link under cursor. That is now fixed.
  3. Unrelated to agenda, emacs export is updated to attempt to find a configuration file, and fallback to no file in case of an error

@kristijanhusak kristijanhusak merged commit e6ae773 into master Jan 14, 2025
6 checks passed
@kristijanhusak kristijanhusak deleted the feat/agenda-custom-commands branch January 14, 2025 16:15
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.

Custom or more Agenda views
1 participant