I want to try org-mode. What's the shortest path from zero to typing?

大兔子大兔子 提交于 2021-02-05 13:42:53

问题


I want to give emacs' org-mode a try. What is the shortest path for me to accomplish that? Assume NO previous experience with emacs.

(I'm aware that other editors, like vim and textmate, have similar task lists. I'm specifically interested in learning about the emacs org-mode)

My laptop runs Win7 Home Premium x64


回答1:


I use Emacs (when I'm on Windows) with the official binaries at http://ftp.gnu.org/gnu/emacs/windows/emacs-22.3-barebin-i386.zip Just unzip to a directory and double click "runemacs".

In all the commands that follow, C stands for Ctrl.

Create a file ending in .org. If using recent Emacs, that will automatically start org-mode. You can create a file using C-x C-f.

Start creating outlines like this:

* Level 1
** Level 2

Collapse/Uncollapse outline levels with TAB

Todo's you can cycle by hitting C-c C-t

That's the basics, and pretty much all I know, but I already use it extensively :)

Have a look at the tutorials on http://orgmode.org/worg/org-tutorials/




回答2:


I started org mode with an article in the linux journal and a very useful & simply tutorial.

David O'Toole Org tutorial

Get Organized with Emacs Org-mode

Both sources give you in my opinion a superb and fast introduction to org mode.




回答3:


Start org mode with M-x org-mode RET, or by visiting a file with the .org extension.

Type C-h m in an org mode buffer to see the (brief) mode description and (importantly) all of its key-bindings.

Type C-h i m org RET to read the Org Mode manual.

(Typing q will bury either of the *Help* or *info* buffers.)

Visit the web site at http://orgmode.org/ for more.




回答4:


I found a very extensive list of youtube video regarding org-mode. See it here : Org-Mode on Youtube. Use the latest Emacs release, it already has org-mode installed. Create a file with .org extension. Now, type the title of the file, then start create these:

* Roles
** Role 1
*** Todo 1
*** Todo 2
*** Todo 3
** Role 2
*** Todo 1
*** Todo 2

While your cursor on Role1, press TAB and see the way org-mode hide/show the only relevant tree structure. Press tab again to toggle the visibility status.

Now, while you are in Role 1, type C-x n s, or the command org-narrow-to-subtree. It will only displayed Role 1. To get back, use the command widen, or C-x n w. I found it very helpful!

Lots of other great stuff in org-mode

By the way, you can easily convert and display in browser your org-file. Type : org-export-as-html-and-open. I use it a lot!




回答5:


Since others already mentioned how to install and start using org-mode, I would like to point you to the excellent collection of tutorials on Worg (it is a community driven documentation effort in the form of tutorials, How tos and other articles).




回答6:


Everyone starts Emacs without previous experience.You just need to:

  1. Install Emacs
  2. Install org-mode
  3. Use org-mode to write something

I think both Emacs and org-mode are well documented.So if you have any trouble, read the official documents.

That's all. Good luck.




回答7:


Org-mode beginning at the basics sounds promising, it starts with

The absolute minimum you need to know about Emacs

The absolute minimum you need to know about Emacs, to be able to do anything, is more then you need to know about many other applications. But, you might compare it to a regular toy and lego. Lego is harder to begin with (you start with a box with little plastic pieces), but in the long run, you can do more with it.




回答8:


I have a portable version with .emacs configure ready, which setup org mode, etc. It also included org sample file. I think that is a better start point.

http://nd.edu/~gsong/portable_emacs.html

Best,



来源:https://stackoverflow.com/questions/4940680/i-want-to-try-org-mode-whats-the-shortest-path-from-zero-to-typing

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!