Questions tagged [org-mode]

Org-mode is an Emacs mode for keeping notes, maintaining ToDo lists, doing project planning, and authoring with a fast and effective plain-text system.

Org-mode is an Emacs mode for keeping notes, maintaining ToDo lists, doing project planning, GTD, and authoring with a fast and effective plain-text system.

Org-mode has been included with Emacs since version 22.1, released in June, 2007.

2117 questions
135
votes
3 answers

Inline code in org-mode

Markdown allows for embedded code. How can this be done in org-mode? I know about source-code blocks: #+begin_example blah-blah #+end_example But what I want is something like this (obviously, with the right syntax, which I do not know): This is…
blueFast
  • 41,341
  • 63
  • 198
  • 344
110
votes
6 answers

Permanently summing a column in an Org-mode table

In an Emacs Org-mode table, when you have a column full of integers I know you can do C-c + followed by C-y to paste the sum of the values in the column. I want to know the formula to place in the last row to always sum the whole column. I've tried…
Mauvis Ledford
  • 40,827
  • 17
  • 81
  • 86
96
votes
5 answers

Emacs mode for Stack Overflow's markdown

I am using Org-mode in Emacs to handle all my technical documentation. I would like to use Emacs to prepare questions that I have for Stack Overflow. Is there an Emacs mode for that, or even better, an extension for Org-mode to handle Stack Overflow…
blueFast
  • 41,341
  • 63
  • 198
  • 344
71
votes
7 answers

Disabling underscore-to-subscript in Emacs Org-Mode export

When I export to PDF via org-mode (C-c C-e d), any words with underscores end up being partially converted to subscript. How can I prevent this from happening? I found this article on the subject: Disabling Underscore subscript in Emacs Tex…
zpinter
  • 2,232
  • 2
  • 23
  • 29
71
votes
7 answers

How to resize images in org-mode

Is there a general way to define the size, in percent or pixels, for an image that is linked in org-mode? Say I have the following link in my .org file: [[~/images/example.jpg]] This JPG is way too large, so if I export it to HTML or LaTeX or open…
user1323995
  • 1,286
  • 1
  • 10
  • 16
65
votes
2 answers

Merge cells in org-mode tables

Is it possible to merge cells in Org-mode tables? Examples of horizontal merging would be something like that: | Header | Merged header | |--------+-------+-------| | Text1 | Text2 | Text3 | | Text4 | Text5 | Text6 | Example of vertical…
Mirzhan Irkegulov
  • 17,660
  • 12
  • 105
  • 166
64
votes
8 answers

How to archive all the DONE tasks using a single command

To archive the DONE tasks i am using C-c C-x a command. The draw back is i have to manually move over the DONE tasks one by one and then archive it. How to archive all the DONE tasks using a single command.
Talespin_Kit
  • 20,830
  • 29
  • 89
  • 135
63
votes
2 answers

How to make all org-files under a folder added in agenda-list automatically?

I am using org-mode to write notes and org-agenda to organize all notes, especially to search some info. by keyword or tag. C-c a m can search some files by tag inputed, C-c a s by keyword ,those functions from org-agenda are well to utilize,…
Zoe Rowa
  • 1,329
  • 1
  • 11
  • 21
62
votes
5 answers

Compare markdown and org-mode

I use Emacs for years, and nowadays, I write a lot of files in org mode, such as notes, plans/conclusions or something else. However but most website support markdown-style instead of org-style. StackOverflow is an example. :) Can someone tell me…
chao787
  • 1,760
  • 3
  • 18
  • 20
55
votes
5 answers

Emacs: import a CSV into org-mode

Emacs has a very nice extension by the name of org-mode. I would like to be able to easily load CSV files into org-mode without significant grief. All I've been able to find is table-import or table-capture, which, simply put, don't work even…
Paul Nathan
  • 39,638
  • 28
  • 112
  • 212
53
votes
2 answers

How do you remove numbering from headers when exporting from org-mode?

The basic org-mode headers * Heading ** Sub-heading * Another Heading get converted to html like this Heading 1.2 Sub-heading Another Heading (but imagine them larger and in h1 h2 fonts and sizes). How do you turn this off so that the headings…
emish
  • 2,813
  • 5
  • 28
  • 34
50
votes
9 answers

How do I revert a sparse-tree view in org mode?

I am learning org mode, and just found out about sparse trees (C-c / t and its kin). How can I go back to the original, unsparse, view of my org document? I found out by trial and error that TAB-cycling the top node works, is there a better way?
benhsu
  • 5,346
  • 8
  • 39
  • 47
48
votes
8 answers

How can I make Emacs Org-mode open links to sites in Google Chrome?

Google Chrome is set as the default browser. However, it opens links in Firefox, which is undesired. How can I make Org-mode to open links in Google Chrome?
tobeannounced
  • 1,999
  • 1
  • 20
  • 30
48
votes
6 answers

How to insert current time in the emacs org-mode

Is there a simple way to insert the current time (like TIME: [2012-07-02 Mon 16:44]) in the org-mode? In the manual there is a lot of stuff (clocks, deadlines, schedules), but most of them require entering the time manually.
Ivan Oseledets
  • 2,270
  • 4
  • 23
  • 28
44
votes
2 answers

Inline images in org-mode

I want to insert inline image in my org file in emacs. I am completely new to emacs and org-mode. I searched in google but could not find immediate solution. If anyone knows how to display inline images in the same buffer in org-mode emacs, please…
yogeshagr
  • 819
  • 2
  • 11
  • 20
1
2 3
99 100