Get Organized with Emacs Org-mode
Org-mode files are readable, and you can copy and paste the text directly from the Org file into e-mail messages or other documents. You also can export from Org-mode to other file formats. To export an Org file to a formatted ASCII text file with a contents page and automatically numbered headings, use the command M-x org-export-as-ascii. Org-mode generates a file with the same name as the Org file, but with a .txt extension. To export as HTML, use the command M-x org-export-as-html, and Org-mode creates a file with a .html extension. The HTML version will have a hyperlinked contents page, numbered headings, formatted tables, hyperlinks and images, if any (Figure 14).
I have covered only some of the features Org-mode offers using a single Org file as an example, but there is more to Org-mode. You can maintain multiple Org files and generate agenda views or to-do lists across Org files. Entries can be archived. Org-mode also includes a publishing system to generate a set of interlinked HTML files automatically and upload them to a server. Much of Org-mode's behavior can be customized. Org-mode builds on top of Emacs' core features. It also provides hooks to interact with other Emacs modes and packages. It also can be used to implement David Allen's “Getting Things Done” method for personal productivity (see Resources). I find Org-mode invaluable for taking notes, planning projects, tracking tasks and organizing ideas.
Using only plain-text for writing, organizing, planning, and scheduling may appear to be a quixotic goal. Org-mode meets the challenge and delivers a practical, intuitive, and elegant solution.
Resources
Emacs Wiki: www.emacswiki.org
GNU Emacs: www.gnu.org/software/emacs
Org-mode Web Site: orgmode.org
Chua, S., 2005, “Taming the TODO”, Linux Journal: www.linuxjournal.com/article/8378
Cave, C., 2006, “Using Emacs org-mode for GTD”: members.optusnet.com.au/~charles57/GTD/orgmode.html
Curley, C., 2002, “Getting Started with Emacs”, Linux Journal: www.linuxjournal.com/article/6242
Curley, C., 2004, “Intermediate Emacs Hacking”, Linux Journal: www.linuxjournal.com/article/6771
Dominik, C., 2006, “Re: Another GTD Question”, Gmane: article.gmane.org/gmane.emacs.orgmode/715
Pedersen, J., 2000, “Emacs Macros and the Power-Macros Package”, Linux Journal: www.linuxjournal.com/article/3769
Welsh, M., 1994, “Emacs: Friend or Foe”, Linux Journal: www.linuxjournal.com/article/2801
Abhijeet Chavan is the Chief Technology Officer of Urban Insight, an Internet consulting firm (urbaninsight.com). He also is the cofounder and co-editor of Planetizen (planetizen.com). He wrote this article using Org-mode.
- « first
- ‹ previous
- 1
- 2
- 3
- 4
Trending Topics
| Ubuntu MATE, Not Just a Whim | Oct 21, 2016 |
| Non-Linux FOSS: Screenshotting for Fun and Profit! | Oct 20, 2016 |
| Nasdaq Selects Drupal 8 | Oct 19, 2016 |
| Canonical Ltd.'s Ubuntu Core | Oct 19, 2016 |
| Build Your Own Raspberry Pi Camera | Oct 18, 2016 |
| Netlist, Inc.'s HybriDIMM Storage Class Memory | Oct 17, 2016 |
- Ubuntu MATE, Not Just a Whim
- Canonical Ltd.'s Ubuntu Core
- Build Your Own Raspberry Pi Camera
- Nasdaq Selects Drupal 8
- Non-Linux FOSS: Screenshotting for Fun and Profit!
- Secure Desktops with Qubes: Compartmentalization
- Download "Linux Management with Red Hat Satellite: Measuring Business Impact and ROI"
- The Peculiar Case of Email in the Cloud
- A New Mental Model for Computers and Networks
- Polishing the wegrep Wrapper Script







Comments
I have been nurturing an
I have been nurturing an ambition to be a freelance writer for quite few years and also looking for suitable software for the purpose, but haven't gotten any. It seems to me that my searching stopped with Emacs that versatile toolbox for working with text. Though I haven't tried yet, but I hope it would meet my requirement.Solid Wood Computer Desks
Hi, org-mode is included with
Hi,
org-mode is included with emacs 22.1.1 for windows, but has to be activated. You'll find the org-mode manual including installation howto following these steps: emacs -> help -> more manuals -> all other manuals -> (Org Mode) node of the info tree.
Tks a lot
I started learning Emacs just to use org-mode and your tutorial is the first I read, thanks a lot, I'm sure I'll use org mode, goodbye strange and uncompatible software, hello pure text. Tks a lot.
João Brito
Good info
Hello! bkgfbea interesting bkgfbea site!
timestamp insertion
Timestamp insertion is done with "C-c .", not just "C-c".
Is this possible in windows
I downloaded GNU Emacs 22.1.1 binary for windows but i could not see "Org-mode" included . So it there any method I can install Org-mode in windows
Hi Mridul, just close Emacs,
Hi Mridul,
just close Emacs, download the zipped archive from http://orgmode.org/index1.html, extract it and open the new folder. Then copy the files contained in its subfolder "lisp" into the "lisp" subfolder of your Emacs installation.
Follow the instructions at http://orgmode.org/manual/Activation.html - and start Emacs. Good luck, it worked for me... ;)
Martin
Create new org file
Create new org file ('test.org' for example) and open it. You will be in org mode automatically...
Hi, org-mode is included with
Hi,
org-mode is included with emacs 22.1.1 for windows, but has to be activated. You'll find the org-mode manual including installation howto following these steps: emacs -> help -> more manuals -> all other manuals -> (Org Mode) node of the info tree.