Outliner Software Forum RSS Feed Forum Posts Feed

Subscribe by Email

CRIMP Defined

 

Tip Jar

Beginning to see the light with org-mode

< Next Topic | Back to topic list | Previous Topic >

Pages: ‹ First  < 2 3 4 5 6 7 8 9 10 >  Last ›

Posted by jaslar
Dec 6, 2015 at 07:47 PM

 

You’re right, Mark. You CAN fold and unfold. That’s great, and I was just about to be convinced this was the answer. But on my Windows and Linux installation, the alt-arrow (move paragraph) and shift-alt-arrow do NOT work to swap paragraphs and sections. Those are terrific and essential commands for structural editing. Are you using Jason Blevin’s package on melpa?

And so begins another couple of hours of happy CRIMPing.

Mark wrote:

>jaslar wrote:
> >>Another nice trick: in emacs markdown mode, there’s no text
>>folding/outlining, but you CAN navigate by headers easily.
> >This isn’t correct, at least in my installation. You can fold, unfold in
>markdown mode with tab or shift-tab, like with org mode.
> >And you you can move headings and accompanying text with Shift-Alt and
>the up and down arrow keys.
> >
> >

 


Posted by Gorski
Dec 6, 2015 at 09:48 PM

 

Yes, I’m using Blevin’s melpa package on Windows 10 with the following in the .emacs file

(autoload ‘markdown-mode “markdown-mode”
  “Major mode for editing Markdown files” t)
(add-to-list ‘auto-mode-alist ‘(”\\.text\\’” . markdown-mode))
(add-to-list ‘auto-mode-alist ‘(”\\.markdown\\’” . markdown-mode))
(add-to-list ‘auto-mode-alist ‘(”\\.md\\’” . markdown-mode))

alt-up arrow alt-down arrow don’t work for me, only alt-shift-up arrow and alt-shift-down arrow.

jaslar wrote:
>But on my Windows and
>Linux installation, the alt-arrow (move paragraph) and shift-alt-arrow
>do NOT work to swap paragraphs and sections. Those are terrific and
>essential commands for structural editing. Are you using Jason Blevin’s
>package on melpa?

 


Posted by Franz Grieser
Dec 6, 2015 at 09:55 PM

 

ROFL. Sounds like a CRIMPer’s dream come true ;-)

 


Posted by Gorski
Dec 6, 2015 at 10:12 PM

 

Is it ever. Inspired by this thread I’ve spend an ungodly number of hours fiddling with Emacs. If CRIMPing is not classified as a mental illness, it should be.

Franz Grieser wrote:
> ROFL. Sounds like a CRIMPer’s dream come true ;-)

 


Posted by zoe
Dec 8, 2015 at 02:38 PM

 

Yes, but doesn’t it feel better to do all your CRIMPing within one program?! ;-)

One addition I have made to my setup is Helm/Helm Swoop, which is an autocomplete system for Emacs. Helm is great because it allows for a kind of Notational Velocity/NValt-like filtering of a large amount of text.

For example: call the helm-swoop command, start typing (you don’t even need to use whole words or phrases), and the system shows you a list of lines of your document(s) that match. Use up & down arrow keys to select from among those lines, and then press enter (that’s RET, in Emacs, don’t you know :-P ) and it warps you to that line. I prefer this to incremental search (tabbing through next/previous results), though incremental search is also available, of course.

Helm is also excellent for the org-refile system. Where do you want these notes to go? Start typing and it brings up a list of matches. Keep typing to refine the list. Select the location with arrow keys and press enter. Boom, it’s there. Frictionless.

To me, refile is the heart of org-mode,  because it allows for very quick notetaking and then stashing those notes away in the right place immediately after they’re written. I have always been frustrated with the refiling interfaces of most information organizers and notetaking software. (Tagging and filing are NOT the same thing!!) Evernote is frustrating in how it limits the depth of your file structure. I prefer to send my items to their proper place with the keyboard. It feels quite like the old pneumatic tubes—put the item in the tube and it disappears to the correct place in an instant.

I’m in the process of writing some blog posts about org-mode and why it’s great. I’ll post links here as they’re written.

 


Pages: ‹ First  < 2 3 4 5 6 7 8 9 10 >  Last ›

Back to topic list