[O] org-todo-keywords-1 detection in asyn export

2014-03-31 Thread zwz
Before I adopt asyn export, I config in an org file #+TODO: XeTeX to locally set xelatex for org-latex-pdf-process by: (if (member "XeTeX" org-todo-keywords-1) (setq org-latex-default-packages-alist (remove '("AUTO" "inputenc" t) org-latex

[O] <<< >>> radio links should not match empty text

2014-03-31 Thread Daniel Clemente
Hi, recently this syntax: <<< >>> started highlighting all spaces (spaces between words) as if they were links. I see them with a blue underline. I found this because I used some Unicode-art like < > where I certainly didn't mean to define a radio link. This happens since th

Re: [O] how to enter ==

2014-03-31 Thread Rustom Mody
On Tue, Apr 1, 2014 at 8:01 AM, Rustom Mody wrote: > On Tue, Apr 1, 2014 at 7:34 AM, briangpowell . > wrote: >> * One thing that may work: >> >> = ^H= >> >> ** In emacs that would be: = Cqh= >> >> ** In vi that would be = Cvh= >> >> *** i.e. you enter a "Cntrl-h"--the literal control character ^

Re: [O] Show Only Diary Entries in Agenda

2014-03-31 Thread Kenneth Jacker
khj> I'd like to toggle (hide/show) the *non*-diary entries in the khj> agenda view ... to basically get a quick view of my diary/calender. Sorry about replying to my own posting, but I just realized this can be done simply: * Move to a "Diary" entry in the "Agenda" display * Enter `<'

Re: [O] how to enter ==

2014-03-31 Thread Rustom Mody
On Tue, Apr 1, 2014 at 7:34 AM, briangpowell . wrote: > * One thing that may work: > > = ^H= > > ** In emacs that would be: = Cqh= > > ** In vi that would be = Cvh= > > *** i.e. you enter a "Cntrl-h"--the literal control character ^H--which is > literally: "BackSpace" > > --this may not work in th

[O] [PATCH] Noweb expansion doesn't duplicate prefix across lines

2014-03-31 Thread Pontus Michael
* lisp/ob-core.el (org-babel-expand-noweb-references): Change the the behavior of noweb expansion by replacing the prefix duplication with whitespace. Fix handling of multiple noweb references on the same line by using temporary buffer to replace noweb references in place instead of collec

Re: [O] how to enter ==

2014-03-31 Thread briangpowell .
* One thing that may work: = ^H= ** In emacs that would be: = Cqh= ** In vi that would be = Cvh= *** i.e. you enter a "Cntrl-h"--the literal control character ^H--which is literally: "BackSpace" --this may not work in this case; but, it works in a lot of strange cases. * Could also make a var

[O] how to enter ==

2014-03-31 Thread Rustom Mody
If I enter code inline that has an == that is taken as an escape for code So how to enter '==' literally

Re: [O] Generate a table of contents without exporting

2014-03-31 Thread RG Williams
Thorsten Jolitz gmail.com> writes: > Calling > > ,-- > | M-x org-org-export-as-org > `-- > >... > > so unfortunately exporting with toc does not seem to be implemented in > ox-org.el, but maybe you'll get better advice. Thanks for trying! :)

[O] Limits on capture mode?

2014-03-31 Thread Mark S.
I'm dusting off my org-mode set up from 3 years ago. One of the features I would like is the ability to capture information from web pages including URL. I've configured the org-protocol, activated the server, and created the bookmarklet. It seems to work with small amounts of text.. The proble

Re: [O] How to get rid of clocktable summary time in the form "2d 02:00"

2014-03-31 Thread Buddy Butterfly
Am 31.03.2014 10:46, schrieb Sebastien Vauban: > Bastien wrote: >> Buddy Butterfly writes: >> >>> I would like to have the summary times in a clocktable be displayed >>> only in hours, like 48:00 instead of 2d. Or, is it possible to >>> define that 1d corresponds to 8:00 as a working day? So in th

Re: [O] How to get rid of clocktable summary time in the form "2d 02:00"

2014-03-31 Thread Buddy Butterfly
Am 31.03.2014 07:50, schrieb Bastien: > Hi buddy, > > Buddy Butterfly writes: > >> I would like to have the summary times in a clocktable be displayed >> only in hours, like 48:00 instead of 2d. Or, is it possible to >> define that 1d corresponds to 8:00 as a working day? So in the >> above exam

Re: [O] Generate a table of contents without exporting

2014-03-31 Thread Thorsten Jolitz
RG Williams writes: > Hi, > I know you can generate a table of contents when exporting, but can you do > it just within org? For context, I'm uploading an .org file to github and I > don't need to export it to another format because github recognizes and > displays it just fine. It's long so a To

[O] footnote for each section in html export

2014-03-31 Thread zhenjiang zech xu
Hi all, Is there anyway to customize the html export so that the footnote of each headline is put at the end of the section instead of all at the end of the webpage? Thanks, Zhenjiang

[O] Generate a table of contents without exporting

2014-03-31 Thread RG Williams
Hi, I know you can generate a table of contents when exporting, but can you do it just within org? For context, I'm uploading an .org file to github and I don't need to export it to another format because github recognizes and displays it just fine. It's long so a ToC would be nice. Do I just have

Re: [O] Propagating Workflow States

2014-03-31 Thread Nicolas Richard
Esben Stien writes: > C-S-RET returns: > > C-j runs the command org-return-indent, which is an interactive > compiled Lisp function in `org.el'. Ah you're using non-GUI emacs. That's ok, just use C-u (that is called a prefix argument) before whatever key chord you hit to do what you described.

Re: [O] Propagating Workflow States

2014-03-31 Thread Esben Stien
Nicolas Richard writes: >> Any way to disable this?; it should start with TODO. > If I'm reading the docstring correctly, try C-u C-S-RET C-S-RET returns: C-j runs the command org-return-indent, which is an interactive compiled Lisp function in `org.el'. -- Esben Stien is b0ef@e s a

Re: [O] Propagating Workflow States

2014-03-31 Thread Esben Stien
Bastien writes: > I guess you meant C-S-RET, bound to `org-insert-todo-heading' not > C-RET, boud to `org-insert-heading'. Sorry, what I meant was M-RET. Actually M-RET and M-S-RET returns the same when I do M-x describe-key: C-M-j runs the command org-insert-todo-heading, which is an interact

Re: [O] in-buffer settings, tags, org-element, org-id. . .

2014-03-31 Thread Thorsten Jolitz
Lawrence Bottorff writes: > One task I'd like to have is the ability to embed keywords throughout > an org file so that a parser can find and grab these sections. I'm > assailed with seemingly many ways: PROPERTIES, org-element, org-id, > tags -- most/all of which I have only the dimmest grasp.

[O] in-buffer settings, tags, org-element, org-id. . .

2014-03-31 Thread Lawrence Bottorff
. . . I'm getting confused about how to use these features. Sometimes, by chance, I'll find an example/use. but often as not I'm looking at a raw reference dump with no clue how to use (best practices) these features. For example, org-id has http://orgmode.org/worg/org-api/org-id-api.html but no re

Re: [O] [BUG] `org-agenda-sorting-strategy' does not work in `tags-todo'

2014-03-31 Thread Sebastien Vauban
Hi Bastien, > Sebastien Vauban writes: > >> Though the "deadline-up" sorting does not work, as demo'ed in the >> previous post. > > Can you point at that post again? Here is the original post about the "deadline-up" sorting: http://lists.gnu.org/archive/html/emacs-orgmode/2013-09/msg00518.html

Re: [O] How can you sort an Org clock table?

2014-03-31 Thread Noah Slater
Okay thanks. If anyone else does know, I'd really appreciate it. Thanks! :) On 31 March 2014 14:45, Nick Dokos wrote: > Noah Slater writes: > > > Ah yes, I see that I have to move the point into the table cell. I was > > trying with the table header. Slightly odd that. Means that it only > > w

Re: [O] How can you sort an Org clock table?

2014-03-31 Thread Nick Dokos
Noah Slater writes: > Ah yes, I see that I have to move the point into the table cell. I was > trying with the table header. Slightly odd that. Means that it only > works on tables that aggregate clock times across multiple files, > where the times are put in the same cell. Can you replicate? If

Re: [O] Propagating Workflow States

2014-03-31 Thread Nicolas Richard
Esben Stien writes: > Any way to disable this?; it should start with TODO. If I'm reading the docstring correctly, try C-u C-S-RET HTH, -- Nico.

Re: [O] Reference to org-drawers in the manual

2014-03-31 Thread Christian Wittern
On 2014-03-30, 16:49, Nicolas Goaziou wrote: We removed a limitation, not the feature itself. Now you can use drawers without having to specify its name in a DRAWER keyword. That is great. Thank you for the clarification! Christian -- Christian Wittern, Kyoto

Re: [O] How can you sort an Org clock table?

2014-03-31 Thread Noah Slater
Ah yes, I see that I have to move the point into the table cell. I was trying with the table header. Slightly odd that. Means that it only works on tables that aggregate clock times across multiple files, where the times are put in the same cell. Can you replicate? If you do a clocktable with the s

[O] Donations summary March 2014

2014-03-31 Thread Carsten Dominik
Dear all, as promised, I am going to publish a summary of Org-mode donations every month. March 2014, a total of US$ 66.67 from 2 contributors Many thanks to those who have contributed. Cheers - Carsten

Re: [O] How to get rid of clocktable summary time in the form "2d 02:00"

2014-03-31 Thread Sebastien Vauban
Bastien wrote: > Buddy Butterfly writes: > >> I would like to have the summary times in a clocktable be displayed >> only in hours, like 48:00 instead of 2d. Or, is it possible to >> define that 1d corresponds to 8:00 as a working day? So in the >> above example I would rather like to see 5d (work

Re: [O] Q: Drawers

2014-03-31 Thread Sebastien Vauban
Bastien wrote: > dickbarends writes: > >> Why is the name „Drawers” selected for the Drawers functionality in >> emacs org-mode? > > I assume this is because that's where you put stuff you want to hide > and search for occasionnaly. > > Like real drawers. Along with the open/close functionality..

Re: [O] Proposal to replace the prefix repetition with whitespace during expansion of noweb references

2014-03-31 Thread Sebastien Vauban
Pontus Michael wrote: > I recommend to introduce a change that will replace the inserted prefix > with whitespace of equal length. If it was the case then provided > example would produce the following code after expansion: > > #+begin_src emacs-lisp > (concat "foo" > "bar") > #+end_src > >

Re: [O] Chapter headings

2014-03-31 Thread Sebastien Vauban
Nick Dokos wrote: > Steven Arntson writes: > >> Hello, I'm a beginning org-mode user. >> >> I'm writing a book with many chapters, each chapter as a top-level >> header (*). Is there a way to assign chapter numbers automatically, such >> that I might get a result along the lines of: >> >> * 1. Thi

Re: [O] [BABEL] BUG Re: Omitting try/catch blocks from tangled R code?

2014-03-31 Thread Rainer M Krug
Eric Schulte writes: >> >> Apologies - I am still struggling with encryption.. >> >> So here is my example: >> >> --8<---cut here---start->8--- >> #+TITLE: single_to_multi >> #+DATE: <2013-10-15 Tue> >> #+AUTHOR: Rainer M. Krug >> #+EMAIL: rai...@krugs.de >

Re: [O] :no-expand not working on variables?

2014-03-31 Thread Rainer M Krug
Eric Schulte writes: > According to the manual :no-expand is only supposed to have an effect > during tangling, not execution. Thanks Eric - re-reading the manual, it became clear. Maybe to clarify this in the manual, one could say: , | The `:no-expand' header argument can be used to turn o