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.
0
votes
1answer
32 views
How to add a go-top button in html exported from org-mode?
I have a large org-mode file. I publish it to html. and this html file is also very large, when I browse this file,it's really hard to navigate to the top of the page. so I want to add a go-top button ...
0
votes
0answers
22 views
emacs org-mode repeat task before deadline
I have some confusion on emacs org data and times.
for example:
** TODO study English
DEADLINE: <2013-05-17 Fri> SCHEDULED: <2013-05-14 Thu ++1d>
after 2013-05-17, I don't want to show this ...
0
votes
1answer
49 views
Can't publish HTML to server using org-mode ox-publish
The relevant code from my .emacs is:
(require 'ox-publish)
(require 'ox-html)
(setq org-publish-project-alist
'(("org-html"
:base-directory "~/org/"
:base-extension "org"
...
0
votes
1answer
38 views
Cryptic message on org-html-publish-to-html
I am trying to publish org files to html but I receive this error upon trying to publish my .org file:
org-export-dispatch: Wrong number of arguments: #[(&optional force) "
Then a bunch of ...
0
votes
1answer
36 views
how to disable background attribution in htmlize.el when exporting html
now I am using emacs 24.2.1, orgmode 8.0.2,
htmlize.el 1.47.
when exporting html with source code. such as for python. the variable is always attached with a background attribution. The highlight ...
0
votes
3answers
56 views
how to add a <li> tag to every line automatically when exporting a HTML file in org mode
now i am using org-mode 8.0.2. recently i found it is really a waste of time,i should type
lots of repetitive <li> tags when listing a heap of items. now i just want to implement a function as ...
1
vote
1answer
66 views
Cant get emacs org-mode to use my CSS file
I am having trouble getting emacs org-mode to export using my CSS file. I've been searching all day but can't seem to get it to work. The .org file and .css file are in the same directory and I have ...
1
vote
1answer
44 views
How to escape double quote?
In org mode, if I want to format text a monospace verbatim, i.e. ~...~, if it is inside quotes: ~"..."~, it is not formatted (left as is).
Also, are quotes a reserved symbol, if so, what do they ...
0
votes
1answer
24 views
how to enable shift-arrow for org-timestamp-up and org-timestamp-down in Emacs org-mode?
In Emacs org-mode, how do I instruct org to enable shift→ and shift← for org-timestamp-up and org-timestamp-down?
I have the value of org-support-shift-select set to Everywhere except timestamps and ...
0
votes
1answer
32 views
How to use markups in Org-Mode's tables?
Is it possible to use regular org-mode markups, like #+BEGIN_SRC or lists, in org-tables?
0
votes
1answer
45 views
In emacs org-agenda clock report, the headline display as … if it is a long hyperlinks?
In org-agenda, we can use clock report (org-agenda-clockreport-mode) for time spent. Now I encounter such issue:
1) A task header line with long hyperlink format, for example:
* TODO ...
1
vote
1answer
55 views
How can I reference a section by number in org-mode export?
I'm working in org-mode and trying to generate a link to reference a section by its number, not its title.
* Section One
:PROPERTIES:
:CUSTOM_ID: sec:one
:END:
* Section Two
#+label: sec:two
I can ...
1
vote
1answer
46 views
Export HTML using dark theme?
I want to export an org file to HTML, it also uses htmlize.el to highlight source code, but the HTML overall theme uses white background - can I somehow cause it to use a dark theme?
Even if I can ...
3
votes
1answer
71 views
Emacs rst-mode replicate M-RET functionality of org-mode
In org-mode, typing M-RET at the end of a headline will create a new headline of the same level on a new line. Can I replicate this functionality in rst-mode (Especially for the list)? Currently M-RET ...
0
votes
1answer
92 views
org-mode broken dynamic clock: Symbol's function definition is void: org-defvaralias
For months I've been enjoying use of the org dynamic clock block (C-c C-x C-r) to help with my hour clocking. Suddenly I find it's not working, though. The only things I've changed is downloading the ...
2
votes
1answer
52 views
How to save the state of Agenda buffer in Emacs?
What I mean:
Each of us has his own commands set in org-agenda-custom-commands variable.
But how can I detect what commands were used to create the current state of Agenda buffer (looking only at ...
2
votes
2answers
113 views
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, ...
1
vote
1answer
49 views
How to truncate the long task name in the agenda custom view?
In emacs org-mode, I define some org-agenda-custom-commands. But some task names are too long than the screen in the Org Agenda buffer.
How to truncate the long task name in the agenda custom view?
1
vote
1answer
47 views
org-mode babel python session and inlined image incompatible?
If I use this block
#+BEGIN_SRC python :results file
from pylab import *
plot(rand(10))
savefig('images/test.png')
return 'images/test.png'
#+END_SRC
then the RESULTS block shows me an inlined ...
0
votes
1answer
56 views
how to prevent emacs-org mode code-block's evaluate result tabled
I use org-mode as following:
#+BEGIN_SRC sh
ulimit -a ...
6
votes
1answer
132 views
Create multi-page website with one org-mode file
When exporting an org file to html, it appears that one org file translates to one html file. Is it possible to have certain headings export as a separate file, so that we end up with a main page and ...
3
votes
1answer
177 views
How can I make Emacs org docs more beautiful in github repository?
github supports several markup languages, one of which is Emacs org mode docs.
But it always look ugly with the default CSS file(much better than
the default one in built-in org mode, though.
Also ...
2
votes
1answer
60 views
org-mode sum values in range of rows
It's best explained with code:
| | a | b | c | d | row-total |
|----------------+----+-----+----+--------+-----------|
| check-sum | 4 | 5 | 7 | 1000 | |
...
0
votes
2answers
42 views
How to get literal forward slashes in org-mode?
In text, can I make org-mode ignore forward slashes somehow? Phonetics uses /s/ to denote a certain level of analysis.
1
vote
1answer
88 views
displaying tasks with today's deadline in org mode
I was looking to display tasks with today's deadline but couldn't find anything helpful.
How do I achieve being able to see / arrange tasks and todo's based on date when I have actually written them ...
0
votes
1answer
91 views
Org-mode LaTeX export [closed]
Emacs' Org-mode can export LaTeX. However, there must be something wrong with what it's exporting-- I can't turn it into a pdf without getting ! LaTeX Error: Missing \begin{document}.
There IS a ...
1
vote
1answer
78 views
Indent code in org-babel src blocks
In an org-mode file, with code like the following:
#+begin_src emacs-lisp
(add-to-list 'org-tab-before-tab-emulation-hook
(lambda ()
(when ...
0
votes
0answers
41 views
Org-mode Agenda Blocks not obeying settings
I have set up a custom Org Agenda command as below:
(setq org-agenda-custom-commands
'(("f" "TODO list, Priority down, 10 Day Agenda, Dependencies"
((agenda "" ((org-agenda-span 10)
...
0
votes
1answer
112 views
How to automatically track links in org-mode to gnus massages?
I use org-mode + gnus + Gmail for my daily GTD routine. The concept is that treating all incoming messages as tasks, and converting all messages in INBOX into org-mode's tasks using org-capture. Once ...
1
vote
3answers
84 views
Is it possible to call Org Babel code blocks from other code blocks?
I have a number of Org Babel code blocks in my Library of Babel that I call sequentially quite often.
Is it possible to make an Org Babel code block that calls these other code blocks in order?
2
votes
1answer
91 views
How can I make a TODO refile itself to a given position after changing to DONE?
How could I achieve this within Emacs org-mode? Do I need to write some elisp code? I want to refile my DONE tasks to a Anti-todo heading on the same org file. The thing is would like to easily get a ...
1
vote
1answer
86 views
Make org-mode table caption appear below table when exported to LaTeX
I'm producing a document using org-mode which has quite a few tables in it, constructed using the built in table functionality. I've added captions to the tables, but when I export them to LaTeX, ...
1
vote
1answer
32 views
How do I tag a table in org-mode?
I've got a huge table for R which should not be exported. So I added a #TAGS: noexport above the table, but that doesn't seem to have any effect. So how do I tag a table?
3
votes
2answers
62 views
Can I create a sparse tree for where I am now - i.e. make an org-mode sparse tree of the path to point?
The title pretty much says it:
I often want to create a sparse tree
for my current position in the current buffer,
showing all the headings to get to me.
Here's
** WANTED create a sparse tree for ...
2
votes
1answer
110 views
Org-Mode Babel, switches for code blocks: Can I set defaults?
In org mode, I can insert source in my org files. There are many header arguments, and I found how to set defaults. So I am down to only switches (here -n -r -l "..")
#+BEGIN_SRC emacs-lisp -n -r -l ...
1
vote
1answer
86 views
Emacs org-mode: How to tag entries for viewing a timeline without having them show up in the agenda view?
I manage multiple bioinformatic projects with an org mode file for each project containing TODO items, meeting notes and logging of work flows and data transformations. All my files are collected for ...
0
votes
1answer
45 views
Any way to extend org-mode tags to include characters like “-”?
BRIEF: can the characters permitted in org-mode tags be extenced in any way?
E.g. to include -, dashes?
DETAIL:
I see
http://orgmode.org/org.html#Tags
Tags are normal words containing ...
1
vote
1answer
91 views
python code blocks in org-mode don't have persistent sessions in emacs24.3
Has something significant changed in how org-mode handles the :session argument in source code blocks between Emacs24.1 and Emacs24.3? I cannot get a persistent python session running anymore, and I ...
1
vote
1answer
35 views
How to import/expand noweb refs in evaluated (exported) source blocks in org-babel?
I'm trying to do something like this:
* Define some functions
#+begin_src python :noweb_ref defs
def f1(a,b,c):
return True
def f2(d,e,f):
return False
#+end_src
* Use them in a ...
0
votes
0answers
62 views
hyperlinks in html embedded table using orgtbl-mode
I am using the orgtbl-mode (a minor mode in Emacs) in an html file to edit an embedded table. I can't figure out how to include links in the embedded table. Here is my code:
<!DOCTYPE html>
...
5
votes
1answer
171 views
Inline PDF images in org-mode
In emacs+org-mode, when viewing an org-mode buffer, you can inline
linked images with the org-toggle-inline-images command. This
includes various formats out of the box, but apparently PDF images
...
1
vote
1answer
92 views
how to get Emacs org-mode to play sound file on DONE state?
I'd like org-mode to reward me for completing a task by playing a nice sound when I change the state of a TODO item to DONE.
I tried two variations in my .emacs file, neither one worked. I'm on ...
1
vote
1answer
53 views
ISO transclusion in emacs org-mode?
Q: is there any way to do transclusion in emacs org-mode?
By "transclusion", I mean stuff like, at some point in fileA.org and fileB.org, "including" fileInc.org - and having the tree from ...
2
votes
1answer
88 views
How to escape slash in org-mode
Take foo /bar/ baz as example, when exported to HTML, it becomes foo <i>bar</i> baz, now I want to export it with the original style foo /bar/ baz, how to achieve this ? I have tried foo ...
1
vote
2answers
91 views
stack-like document structure in org mode
In org-mode, there is no way to end what you are writing at a given heading level without beginning a new heading, but I would often like to go back to a higher level heading. For instance, I will be ...
0
votes
2answers
74 views
how to get Emacs org-mode done statistics to filter up through non-todo headings?
How do I get org-mode DONE statistics to filter up through non-todo headings and update the statistics cookie?
I have an org-mode file that looks like this:
* <2013-03-06 Wed> [0%]
** work
*** ...
2
votes
1answer
57 views
how to get org-mode inline footnotes to display in collapsed view?
In Emacs org-mode, is there a way to get inline footnote definitions to appear as collapsed?
So that for instance, a line like this:
This effect is due to the strength of weak ties [fn:: Newman, ...
0
votes
0answers
69 views
How do I get org-mode to execute code blocks consistently
I'm running R code blocks in a session in an org-mode file, and I can usually get them to execute by C-c C-c, as expected.
I think the pertinent PROPERTY lines I've put at the top of my file are
...
1
vote
1answer
72 views
In Emacs org-mode, how do I get org-capture to open in a full-sized window?
In Emacs org-mode, how do I get org-capture to open in a full-sized window, rather than first splitting the window ?
0
votes
0answers
89 views
LaTeX with embedded in-line code blocks and AucTeX
I am writing LaTeX in my org file with embedded code evaluation using src_lang in-line code blocks (in my case, lang=lisp). This works fine when using bare LaTeX for export, but I would like AUCTeX ...
