aareman
aareman
That would be great. I don't have a lot of free time but lmk when you start working on it just in case i have something you can use at...
Not sure where to put this, but I noticed there is a difference in the names between what emacs babel supports and syntax highlighting and vim. For example in emacs...
Would relative files work for you? In a project I have a readme.org or to do.org, I haven't tried it, but a relative path would mean your main agenda could...
To add another piece to the functionality. Orgmode in emacs allows for TODO sequences created at the top of a file as well. (not sure if that applies to each...
 here is a bug I think related to this. Two issues, may be the same problem. (I have the viml chunk as well). The two issues are...
Thank you. Sorry for the late reply. I think point 2 would work. One thing to watch out for would be if there are too many agendas. Maybe it would...
BTW, this plugin is really helpful to me. Thank you for all the hard work. Just keeps getting better and better :rocket:
I believe it goes based on where the TODO is defined. so if its in a file with custom keywords, then it will use its custom words when switching types....
Yeah. You can set the path in your config. Checkout the docs or help to get started I think :h org-emacs-config
@shaunsingh Specifically ```lua -- ... emacs_config = { executable_path = 'emacs', config_path = '$HOME/.emacs.d/init.el', }, -- ... ```