Earlier quoted context omitted.
Check out http://spacemacs.org/ . Adding the org layer is a one-liner: 'org' in dotspacemacs-configuration-layers.
I've actually used Spacemacs, but the problem with all these "recreate your Vim setup in another editor" things is that you end up having to redo your entire config. I've had years of custom key-rebindings and tweaks to my `.vimrc` that I don't really feel like redoing for something else.
Emacs org-mode examples and cookbook
71–80 of 166 posts
Re: Emacs org-mode examples and cookbook
#72I write lectures for university in org-mode. The PDF export (org -> LaTeX -> PDF) with org-beamer and a theme makes it a nice looking presentation. I can check into Git, can copy and paste layouts, have a great search and don't have to leave the keyboard (which over time has actually become quite a big deal for me). Just wished Preview would show thumbnails in the TouchBar.
For those uninterested in getting into a LaTeX presentation tool, there's also a package [1] supporting export from org-mode to Reveal.js presentations. I've found it to work quite well, and to be much more convenient than any more GUI-focused tool. [1] https://github.com/yjwen/org-reveal
Re: Emacs org-mode examples and cookbook
#73It's worth noting a great Android client for org-mode has been recently open sourced: http://www.orgzly.com/ https://github.com/orgzly https://f-droid.org/wiki/page/com.orgzly It was a little annoyance we did not have anything as good as this before.
The only thing I can't stand is that you can schedule things and deadlines but no alarms or notifications go off.
Re: Emacs org-mode examples and cookbook
#74Will be great to be able to check in the source for sequence diagrams since the online services I've found for making them are hard to work with as a team.
Re: Emacs org-mode examples and cookbook
#75It's worth noting a great Android client for org-mode has been recently open sourced: http://www.orgzly.com/ https://github.com/orgzly https://f-droid.org/wiki/page/com.orgzly It was a little annoyance we did not have anything as good as this before.
The only thing I can't stand is that you can schedule things and deadlines but no alarms or notifications go off.
Re: Emacs org-mode examples and cookbook
#76It's worth noting a great Android client for org-mode has been recently open sourced: http://www.orgzly.com/ https://github.com/orgzly https://f-droid.org/wiki/page/com.orgzly It was a little annoyance we did not have anything as good as this before.
The only thing I can't stand is that you can schedule things and deadlines but no alarms or notifications go off.
Re: Emacs org-mode examples and cookbook
#77Re: Emacs org-mode examples and cookbook
#78Earlier quoted context omitted.
Start using the tools. For LaTeX: I very strongly recommend picking up a copy of the Lion Book (Leslie Lamport) and running through the examples. I actually picked up a great deal by taking documents I'd found online in bastardised for and tagging them up manually in LaTeX for output into flexible formats -- HTML, PDF, ePub, and more. It turns out that the basics of LaTeX are, well, pretty basics. Paragraphs are doub…
As far as regexes, The Sed and Awk book is good, but Mastering Regular Expressions by Friedl is amazing. The amount of time that went into that work is mind-boggling. The deep dives into the differences between different engines and the detailed explanations of why one regex performs horribly vs. another that matches the same thing quickly are really enlightening.
Deep dives are fine, but sometimes you just wanto to get a few toes in the water.
I'd argue that if you've got performance issues with regexes, you're (arguably) abusing the tool.
Re: Emacs org-mode examples and cookbook
#79Earlier quoted context omitted.
An even better Android client for org-mode: 1. Install the Termux app. 2. Install the Termux API app. 3. Install the Termux api CLI tools via apt. You now have access to clipboard. 4. Install Emacs within termux. Termux offers an apt-based package management system, and a substantial, though partial, set of Debian-based packages. (592 packages as I write this -- a full Debian archive is >60k packages now.) There are…
How's the speed? I mean, I use use-package and a bunch of init file optimizations to get Emacs startup time as low as possible, but I can't imagine it being tolerable on my phone. And opening the agenda across my standard set of files would probably be awful.
Re: Emacs org-mode examples and cookbook
#80Earlier quoted context omitted.
Would that be this? https://jupyter.org/ (Your comment could be substantially improved by pointing to the source, and perhaps explaining why the tool is preferable, in your view.)
It is a very well known project, I didn't feel the need to introduce it. You can see some demos here: https://github.com/jupyter/jupyter/wiki/A-gallery-of-interes... It's free/open source and can embed lots of different technologies: https://github.com/jupyter/jupyter/wiki/Jupyter-kernels I think Jupyter is very powerful, the learning curve is lower, and you can share your documents in an easy way if you need to.
To others: Downvoting this comment is manifestly unfair. Please don't do that.