Live data from Hacker News

Org Mode for Emacs – Your Life in Plain Text

orgmode.org

141–150 of 212 posts

Re: Org Mode for Emacs – Your Life in Plain Text

#141

Earlier quoted context omitted.

The fact that I cannot use `space` as a direction/movement key in spacemacs is a non-starter for me. I'd have more luck just learning Emacs's keybindings at that point.

at least for me, it feels like i have to change my whole workflow to match spacemacs, instead of being the other way around (i, being able to easily config spacemacs to match my current vim workflow). it honestly felt really backwards to use spacemacs after ~10y of vim usage. i would prefer to learn plain emacs + evil mode instead.

I use emacs+evil; tried out spacemacs but found it over-customized. I want to know what everything in my .emacs does, and if I don't like something, how to change it. Spacemacs was way too overwhelming for me.

Re: Org Mode for Emacs – Your Life in Plain Text

#142
post #112

Earlier quoted context omitted.

Any vim user, try this: 1. brew install emacs, apt-get install emacs, or pkg add emacs 2. vim ~/.emacs 3. paste the following, verbatim. Don't bother reading it: (require 'package) ;; You might already have this line (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/")) (when ( 4. :wq 5. Open emacs 6. Press escape, then "x", then enter. Now type package-install and press enter. 7. Type evil-mode…

> These are called "M-x" in emacs parlance. And if you use the GUI version of emacs, you can use alt-x instead of pressing escape then x. It's much easier, but doesn't seem to work in the terminal. That works in all my terminals — I suspect something's awry with your settings. One issue is that if you use gnome-terminal under Ubuntu, I think by default it steals alt for its own menus. There's a setting to disable tha…

One thing I recently did - MacBook Pros do not have a right control key and I really wanted one for my emacs use. So I downloaded a remapping program that interprets holding the return key as control, but normal presses as return. Seems to have worked out well, and it gives me some keyboard symmetry with caps lock control.

Re: Org Mode for Emacs – Your Life in Plain Text

#143
post #40
post #24

I really like org-mode and used it heavily for about a year. But I found having my todo list on a single computer pretty limiting. Thankfully, there's a new generation of org-mode inspired cloud apps: * https://workflowy.com/ -- the most mature app * https://www.moo.do -- really nice Google Apps integration * https://checkvist.com/ -- extremely feature rich I'm really excited by these tools. I feel like org-mode has…

Save your org-mode files to a dropbox directory or commit to a git repo to sync across multpile computers

Not to hijack this thread, but if you go the git route make sure to try magit. Best git experience I've ever had.

Re: Org Mode for Emacs – Your Life in Plain Text

#144
I have written an org-mode replacement that addresses some of the key challenges (hard to learn, awkward) while keeping some key benefits (efficient from keyboard, extremely flexible), and adding huge flexibility in what can be done: http://onemodel.org

It is a personal organizer, and the beginning of a platform to change how individuals (or mankind) manage knowledge overall.

(Now with an improved web site.)

Feedback welcome!!

Re: Org Mode for Emacs – Your Life in Plain Text

#145

Earlier quoted context omitted.

Or for anyone that is more open-minded, yet worried about the learning curve of switching from vim to emacs: http://spacemacs.org/

I switched to Spacemacs from Vim a few months ago and I'm probably never going back to Vim. I didn't notice any difference between Evil mode and actual Vim. Took me a week or two to learn the Emacs and Spacemacs specific things before I was comfortable using as my primary editor.

I'm afraid I'm just too wedded to the jump list to make the switch, though Evil mode did do a good job with text objects.

Re: Org Mode for Emacs – Your Life in Plain Text

#146

Earlier quoted context omitted.

I switched to Spacemacs from Vim a few months ago and I'm probably never going back to Vim. I didn't notice any difference between Evil mode and actual Vim. Took me a week or two to learn the Emacs and Spacemacs specific things before I was comfortable using as my primary editor.

The fact that I cannot use `space` as a direction/movement key in spacemacs is a non-starter for me. I'd have more luck just learning Emacs's keybindings at that point.

You can choose a different leader key in your .spacemacs and then bind space to whatever else you wish.

Re: Org Mode for Emacs – Your Life in Plain Text

#147
post #70

Earlier quoted context omitted.

My theory is that HN loves Emacs because HN loves Lisp.

I'm an anecdatum that did, in fact, learn Emacs b/c of Lisp. B/c of HN. B/c of PG...and strangely enough, I've been working on my emacs skillz all day.

As a kid I took an "intro to programming" summer course based around scheme. If I hadn't felt some echo of familiarity with all the parentheses when I started with emacs, I don't know if I would have become an avid fan like I am today.

Re: Org Mode for Emacs – Your Life in Plain Text

#148

Earlier quoted context omitted.

For anyone trying not to make the same terrible mistake, you have vim-orgmode: https://github.com/jceb/vim-orgmode

Or for anyone that is more open-minded, yet worried about the learning curve of switching from vim to emacs: http://spacemacs.org/

I started using spacemacs (without evil) a few months ago and before that I was using a customized emacs. Spacemacs improves the user experience with their package management approach (it kicks much ass). Not only that but the c-c++-mode is almost as good as what I had configured and it took 5 minutes to configure instead many days. The version of which-key, magit and org-mode provided by spacemacs is better than what I used to have and greatly improved my emacs experience. I can't recommend it enough. My spacemacs file on github for anymone who is interested https://github.com/green7ea/SpacemacsConfig/blob/master/spac...

Re: Org Mode for Emacs – Your Life in Plain Text

#150

Earlier quoted context omitted.

Or for anyone that is more open-minded, yet worried about the learning curve of switching from vim to emacs: http://spacemacs.org/

I started using spacemacs (without evil) a few months ago and before that I was using a customized emacs. Spacemacs improves the user experience with their package management approach (it kicks much ass). Not only that but the c-c++-mode is almost as good as what I had configured and it took 5 minutes to configure instead many days. The version of which-key, magit and org-mode provided by spacemacs is better than wha…

Spacemacs is awesome, I ended up doing the same thing you did -- chucking years of accumulated config in .emacs out the window. I think the one thing that Spacemacs could really benefit is a good guide to using it/emacs, similar to the Atom Flight Manual http://flight-manual.atom.io/
Post reply on HN