Karl Voit
Karl Voit
Hi, I second that request and do have an example: ``` #+BEGIN: org-ql :query "todo:STARTED,NEXT,WAITING,SOMEDAY tags:project" :columns (todo (priority "P") heading deadline) :sort nil | Todo | P | Heading...
How about (adding a time-stamp to the output and) using sticky notifications? As I have learned, the alert package (which is being used by this project) has a cool setting:...
Hi, I don't say that my decisions are perfect. However, https://github.com/novoid/lazyblorg/wiki/Orgmode-Elements lists the Org mode elements my naïve parser supports (and I am using for my own blog http://karl-voit.at/ )...
https://github.com/novoid/Memacs/blob/master/memacs/lib/orgformat.py could be a promising connection point between our projects. Maybe we are able to develop a merged version from both projects as a standard library for formatting strings into...
> Now I decided to write my own "org-to-html-thing". I do not want to learn Lisp. I am from Python so this is my choice. You are aware of https://pypi.org/project/pypandoc/...
> I could spare some time to implement other syntax which I'm not using as well. I guess would be interesting to hear what's the highest priority for people. >...
Disclaimer: this is an unqualified comment because I haven't used fman yet. One use-case for multiple tabs: In my work environment (Windows unfortunately) there is the same folder structure on...
Memacs is totally independent of Emacs or Elisp. It is just a Python framework to generate Org-mode files from a set of external data sources. The framework makes it easy...
Oh. :-(
Hm, I guess this is not relevant to me since my GNU/Linux Emacs version is also 24.3(.50).