Re: Migrating from HUGO to org-publish

2020-05-26 Thread James R Miller
Alejandro, Have you tried ox-hugo? There's an org exporter to Hugo. I use it and it works pretty much flawlessly. -- James Miller james.ryland.mil...@gmail.com

Re: issue tracker?

2020-05-20 Thread James R Miller
> I think issue tracking could happen on a mailing list. If you tag an > issue's subject line with OPEN: or CLOSE:, a bot could mail a summary of > the OPEN: issues to the list periodically (in theory). Something like that would be nice; the bot could even store such info in an org file that co

Re: issue tracker?

2020-05-19 Thread James R Miller
> This idea that the tools used by a potential contributor are inadequate > misses the point. If the intention is to keep a project going, or better > yet increase the number of contributors, tools have to be used that will > be convenient and familiar to those thinking about contributing. > > For

Re: issue tracker?

2020-05-19 Thread James R Miller
So, I definitely agree that using Github / Gitlab does expose you to tracking messes and that is something to shun. I figured a self-hosted Gogs instance (which is already being hosted at https://code.orgmode.org/bzg/org-mode) would fix the "tracking" issue. I think an actual issue tracker has

Re: issue tracker?

2020-05-19 Thread James R Miller
(I also don’t understand the knee jerk response away from cookies / JavaScript). Those are just parts of the modern web... Cookies for state and persistent login and JavaScript for making the web page interactive. Are you saying you’d want some sort of REST api instead and the website would ju

Re: issue tracker?

2020-05-19 Thread James R Miller
My apologies. I thought Gogs was the repository for org as I that is what is linked from the homepage. -- James Miller james.ryland.mil...@gmail.com

Re: issue tracker?

2020-05-18 Thread James R Miller
Doesn’t Gogs have a nice issue tracker functionality? -- James Miller james.ryland.mil...@gmail.com

Re: Org-list: Add back fancy description list indentation

2020-05-18 Thread James R Miller
This just might be the functionality that makes me learn elisp. :) -- James Miller james.ryland.mil...@gmail.com

Re: Org-list: Add back fancy description list indentation

2020-05-18 Thread James R Miller
It just seems like a regression to me instead of a fix. Functionality was removed instead of fixed. -- James Miller james.ryland.mil...@gmail.com

Org-list: Add back fancy description list indentation

2020-05-17 Thread James R Miller
Hi all, Was there really not a way to keep fancy description list indentation instead of removing it entirely? I have almost a decade of org files that use description lists, and it really helps have the description items called out from the description text. Is there a simple way to add this