Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tecosaur
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Emacs User Survey 2022
(emacssurvey.org)
7 points
by
tecosaur
4y ago
|
0 comments
2.
▲
by
tecosaur
5y ago
There's a strong effort to implement Org for Neovim ( https://github.com/kristijanhusak/orgmode.nvim ) and I'm thinking of trying to make an Org LSP server in the future.
3.
▲
by
tecosaur
5y ago
For the syntax, I'd recommend https://orgmode.org/quickstart.html :)
4.
▲
by
tecosaur
5y ago
I can confirm I used inkscape :)
5.
▲
by
tecosaur
5y ago
I must admit I struggle to see the point. A collection of a few snippets would be easier to make than this, and I could use them with less effort right in my code editor too ¯\_(ツ)_/¯
6.
▲
by
tecosaur
6y ago
Erm, that is what's been done. Did I give a different impression?
7.
▲
by
tecosaur
6y ago
Thanks for the feedback Doreen, you've given me some food for thought :)
8.
▲
by
tecosaur
6y ago
- I expect "Org mode is for keeping notes [...]" to take up about three lines. What's going wrong for you? - I agree :D this is actually something I've raised on the ML (see https://orgmode.org/list/
9.
▲
by
tecosaur
6y ago
Yes on both counts :) see: https://orgmode.org/manual/Exporting.html
10.
▲
by
tecosaur
6y ago
Designer of the revamp here. AMA :)
11.
▲
by
tecosaur
6y ago
That's a nice idea! If you'd be interested in coming up with a mock-up please send it through to me. My email is on my github page, which is linked in the footer of the new website :)
12.
▲
by
tecosaur
6y ago
The original author of Org mode is an astrophysicist. The current maintainer is a Philosopher by study. I've found that the Org community seems to come from a wide range of backgrounds, and is generally quite welcoming. I think OSS pro
13.
▲
by
tecosaur
6y ago
Org lets you do that all in one place :)
14.
▲
by
tecosaur
6y ago
Eh, this seems a bit presumptuous. I'd be more inclined to suggest that the people who code this projects are usually not designers, and they attract other contributors based on the code not any visual design... so as much as it would
15.
▲
by
tecosaur
6y ago
Can confirm, this is an org file export. Much of the difficulty here was the hackery involved 'escaping' the restrictions of the generated HTML. For example, take a look at this: "margin-left: min(calc(0px - var(--body-left)
16.
▲
by
tecosaur
6y ago
My take: You're not going to be working with some 500 row monster etc. in Org, but if you just want to quickly do something like get the row-wise averages of a table, you can just do that in-place easily. The underlying math engine in
17.
▲
by
tecosaur
6y ago
You can find syntax highlighting + a bit more in a number of editors (see the bottom of the install page), but unfortunately much of the "really cool" stuff is currently only available with Emacs.