💾 Archived View for 1436.ninja › Phlog › 20200106.post captured on 2020-10-31 at 01:12:22.
View Raw
More Information
⬅️ Previous capture (2020-09-24)
-=-=-=-=-=-=-
# Adventures in modifying vim plugins
- Entered: in vim on x201* |
- Date: 20200106*
I was using vim-orgmode and the agenda was a deal breaker. Deadlines
are not implemented! So, I scrapped that plugin and installed
vimorganizer. So much better, except the agenda view in it defaults
to FOREVER showing you past DEADLINEs. I feed my org agenda from
remind and have no inclination to erase all my history. So, figured
out that in ~/.vim/ftplugin/org.vim on line 3519 if I remark out the
if that follows, and change elseif to an if, future events remain,
but the past goes away. Very nice.
So, now I have a more or less full org experience in vim.
vimorganizer uses emacsclient for export, so even that of course
works, and I can remain in vim and be happy.