Live data from Hacker News

Hello Worg, the Org-Mode Community

orgmode.org

1–10 of 53 posts

Re: Hello Worg, the Org-Mode Community

#4

Well I have absolutely no idea what worg is.

> The page you're reading is part of Worg, a section of the Org-mode web site that is written by a volunteer community of Org-mode fans: Worg sources are hosted here.

It includes tutorials, ideas, code snippets, etc., shared to make your introduction and customization of Org-mode as easy as possible. Worg is maintained by a group of Worg contributors, and maybe you.

Re: Hello Worg, the Org-Mode Community

#8
post #5

Well I have absolutely no idea what worg is.

The details are here [1]; the OP should probably add a clearer explanation. [1] https://orgmode.org/worg/worg-about.html - Worg is a collaborative knowledge database about Org (Emacs org-mode).

How does that differ from the rest of orgmode.org? Is worg a wiki?

Re: Hello Worg, the Org-Mode Community

#9
So many good words, but they all miss the crucial point: you can't write a parser for org-mode. So elisp interpreted is needed to run the lisp code that defines it. It means that org-mode can be good while you are using it from emacs, and it sucks for anything else.

I use markdown now, because you have a lot of tools to deal with markdown, while all tools for org-mode are bound to emacs. Which is perfectly fits the emacs philosophy of emacs being an operating system, but it is not for me. It was fun 20 years ago, but now when I'm thinking of tinkering with emacs configuration for hours to get anything done, I feel an impulse to run away.

Re: Hello Worg, the Org-Mode Community

#10
post #9

So many good words, but they all miss the crucial point: you can't write a parser for org-mode. So elisp interpreted is needed to run the lisp code that defines it. It means that org-mode can be good while you are using it from emacs, and it sucks for anything else. I use markdown now, because you have a lot of tools to deal with markdown, while all tools for org-mode are bound to emacs. Which is perfectly fits the e…

I also don't use org-mode anymore, but sometimes I really do miss org-babel-tangle. In contexts where doctests aren't available it can be really helpful for making sure code listings actually work.
Post reply on HN