Re: [O] Sub-totals

2014-02-18 Thread Cecil Westerhof
2014-02-16 10:06 GMT+01:00 Michael Brand : > > - I would like to have only the last element of the range filled. > > I always thought that this would not be possible with reasonable > effort. Your question made me think again and it is possible, now I > can change my own use cases with sub-total :

Re: [O] How to replace \( by $$ and such when exporting to markdown

2014-02-18 Thread Rafael
Rasmus writes: > Rafael writes: > >> I'm trying to publish some beamer presentations with mathematical >> content as pages in octopress. I think I'm on my way to get a working >> setup, but I would like some help to achieve the following: >> >> With an up-to-date org (from git), define some func

[O] tests asking for my ssh passphrase?

2014-02-18 Thread Eric Abrahamsen
What the heck is this doing? >From the "make test" output: Code block evaluation complete. passed 111/472 test-ob-python/colnames-yes-header-argument-again Wrote /tmp/tmp-orgtest/ob-input-13254Tgu Babel evaluation exited with code 2 passed 112/472 test-ob-shell/dont-error-on-empty-resul

Re: [O] C-c C-c in Org Footnotes

2014-02-18 Thread Eric Abrahamsen
Samuel Schaumburg writes: > Hi there, > > I frequently use org to write outlines for my thesis-papers. This often > requires lenghty footnotes. The manual says, that I can use C-c C-c to > jump back into the main text, where the footnote was originally set. > back to the footnotemark. I can use

Re: [O] [patch] Support CUSTOM_ID property in latex export

2014-02-18 Thread Richard Lawrence
Nicolas Goaziou writes: > Hello, > > Richard Lawrence writes: > >> It seems to me that if you explicitly specify CUSTOM_ID with the intent >> of overriding Org's default labeling, you ought to have some idea what >> can go in a \label, and be prepared to debug your LaTeX compilation if >> there'

[O] MobileOrg 1.5.2 - Dropbox sync error

2014-02-18 Thread Erwin Panen
Hi everybody, I'm trying to re-enable MobileOrg on my 1st gen iPad. iOS is version 5.1.1 (9B206) MobilOrg is version 1.5.2 I've had login problems on iPhone too, but these have been solved by reinstalling MobileOrg (1.6.1 now). (There was no upgrade notification in the App Store..) Problem is

Re: [O] [PATCH] Improve message when file to include is missing

2014-02-18 Thread Nicolas Goaziou
"Sebastien Vauban" writes: > I don't have (yet) push access... OK. Applied, with a small refactoring. Thank you. Regards, -- Nicolas Goaziou

Re: [O] [patch] Support CUSTOM_ID property in latex export

2014-02-18 Thread Nicolas Goaziou
Hello, Richard Lawrence writes: > It seems to me that if you explicitly specify CUSTOM_ID with the intent > of overriding Org's default labeling, you ought to have some idea what > can go in a \label, and be prepared to debug your LaTeX compilation if > there's an error. If you're not prepared

Re: [O] C-c C-c in Org Footnotes

2014-02-18 Thread Rasmus
Samuel Schaumburg writes: > Hi there, > > I frequently use org to write outlines for my thesis-papers. This often > requires lenghty footnotes. The manual says, that I can use C-c C-c to > jump back into the main text, where the footnote was originally set. > back to the footnotemark. I can use

Re: [O] [PATCH] Improve message when file to include is missing

2014-02-18 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou wrote: > "Sebastien Vauban" writes: > >> This should answer your (fruitful) comments. > > Thank you for the update. > > It looks good. Thanks. > AFAIC, you can push it. I don't have (yet) push access... >> +(if (or (not file) (not (file-readable-p file))) >>

Re: [O] [PATCH] Improve message when file to include is missing

2014-02-18 Thread Nicolas Goaziou
Hello, "Sebastien Vauban" writes: > This should answer your (fruitful) comments. Thank you for the update. It looks good. AFAIC, you can push it. > +(if (or (not file) (not (file-readable-p file))) > + (if (not noerror) > + (error "Cannot read file \"%s\"%s" file info-from-f

Re: [O] Graph not hierarchical?

2014-02-18 Thread Samuel Wales
there is also <>.

Re: [O] Graph not hierarchical?

2014-02-18 Thread Samuel Wales
s/more than one other place in/more than one other place from/

Re: [O] Graph not hierarchical?

2014-02-18 Thread Samuel Wales
hi lawrence, as eric and nick pointed out, you can use properties with org-id to implement arbitrary graphs. you will have to write the code to select the children and go to them and go back. org-id's work well. if you want to point to any non-header object, it will not work. for example, a wo

Re: [O] Graph not hierarchical?

2014-02-18 Thread Nick Dokos
Brett Viren writes: > Lawrence Bottorff writes: > >> being able to organize and >> extract based on your stuff being stored graph-aware would be nice, >> IMHO. > > I'm by no means an expert on this but I know org-element-parse-buffer > returns a data structure which is a directed-graph. > > h

Re: [O] Graph not hierarchical?

2014-02-18 Thread Brett Viren
Lawrence Bottorff writes: > being able to organize and > extract based on your stuff being stored graph-aware would be nice, > IMHO. I'm by no means an expert on this but I know org-element-parse-buffer returns a data structure which is a directed-graph. http://orgmode.org/worg/org-api/org-e

[O] bug#16734: Default value org-odt-data-dir (in Emacs) makes no sense

2014-02-18 Thread Jambunathan K
See these posts. http://permalink.gmane.org/gmane.emacs.orgmode/81330 http://permalink.gmane.org/gmane.emacs.orgmode/81364 If Org is run from Vanilla Emacs then setting then setting that to `org-odt-data-dir' to nil should work (I think). The primary consumer of `org-odt-data-dir' is a

[O] C-c C-c in Org Footnotes

2014-02-18 Thread Samuel Schaumburg
Hi there, I frequently use org to write outlines for my thesis-papers. This often requires lenghty footnotes. The manual says, that I can use C-c C-c to jump back into the main text, where the footnote was originally set. back to the footnotemark. I can use C-a if it is just a one line, but ofte

Re: [O] [PATCH] Improve message when file to include is missing

2014-02-18 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou wrote: > "Sebastien Vauban" writes: > >> When a SETUPFILE is missing, there is an error or message generated, but >> we don't know in which file the bad reference is -- when all those files >> are loaded during the agenda generation. >> >> Hence, a better message, sp

Re: [O] org-agenda-do-date-late and emacs freeze

2014-02-18 Thread Igor Sosa Mayor
Am Tue, Feb 18, 2014 at 08:09:24AM -0500, Nick Dokos schrieb: > (setq debug-on-quit t) > > You will get backtraces every time that you press C-g even for unrelated > reasons (you can just press q in the backtrace buffer to continue), but at > least > you'll get one also when the problem happens.

Re: [O] orgtble and flyspell interaction causing mem exhaustion error?

2014-02-18 Thread Charles Millar
I have had the same problem on Vista. On my system it started about six to eight weeks ago. As I recall, a couple of times I attempted to create an org-table from a tab separated Excel spreadsheet using C-c |. The first bar appeared and emacs froze. I also have experienced the same behavior as

Re: [O] org-agenda-do-date-late and emacs freeze

2014-02-18 Thread Igor Sosa Mayor
Am Tue, Feb 18, 2014 at 08:09:24AM -0500, Nick Dokos schrieb: > (setq debug-on-quit t) > > You will get backtraces every time that you press C-g even for unrelated > reasons (you can just press q in the backtrace buffer to continue), but at > least > you'll get one also when the problem happens.

Re: [O] org-store-link without having to press Enter?

2014-02-18 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: > please test the attached patch against master. This fills my needs. Thanks! > It creates a new command `org-insert-last-stored-link' > bound to `C-c M-l'. > > You can use `C-2 C-c M-l' to insert the last two links. > > So the set of commands around inserting links wo

Re: [O] org-agenda-do-date-late and emacs freeze

2014-02-18 Thread Nick Dokos
Igor Sosa Mayor writes: > Hi, > > is there a way to debug what is happening after pressing some key > combination. > > I have the problem that in the agenda view when I press M-+ to run the > function org-agenda-do-date-late, sometimes (and this is the problme: it > happens randomly, not always)

[O] org-agenda-do-date-late and emacs freeze

2014-02-18 Thread Igor Sosa Mayor
Hi, is there a way to debug what is happening after pressing some key combination. I have the problem that in the agenda view when I press M-+ to run the function org-agenda-do-date-late, sometimes (and this is the problme: it happens randomly, not always), emacs gets freezed and I have to press