💾 Archived View for 1436.ninja › Phlog › gmi › 20200106.gmi captured on 2024-06-16 at 12:31:08. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-09-08)

-=-=-=-=-=-=-

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.