[O] Changing TODO status on non-current date

2015-05-04 Thread Marcin Borkowski
Hi all, assume that I have a habit (or other TODO headline where the /date/ of converting to DONE is important), and I completed it, say, at 23:30 and forgot to change the status immediately. Is there any way to tell Org that the change was not today, but e.g. yesterday or two days ago etc.? This

Re: [O] ob-R, problem with try/catch

2015-05-04 Thread Rainer M Krug
"Charles C. Berry" writes: > On Sun, 26 Apr 2015, Nicolas Goaziou wrote: > >> Hello, >> >> Rainer M Krug writes: >> >>> Possible a candidate for the new linting library for org, to mark it >>> as an invalid argument combination >> >> Done. Do you know any other such combinations? > > Except for

Re: [O] org-babel R ascii results: unable to export table

2015-05-04 Thread Marco Barbàra
Hi, sorry for replying so late. Thank you very much, your answer pointed me in the right direction (I solved with :results output drawer) Marco. Il giorno Thu, 30 Apr 2015 11:45:20 -0400 Ista Zahn ha scritto: > Hi Marco, > > Here is a fairly minimal example to get you started: > > Begi

Re: [O] navigate between source code blocks

2015-05-04 Thread Sebastien Vauban
Leo Ufimtsev wrote: > There are some build in things also, > > E.g you can name source code blocks: > #+name: EDE Config > #+begin_src emacs-lisp > (require 'ede) > (global-ede-mode) > (load-file (concat user-emacs-directory "my/cedet-projects.el")) > #+end_src > > And then with Helm + org-babel-g

Re: [O] Changing TODO status on non-current date

2015-05-04 Thread Dave Marquardt
Marcin Borkowski writes: > assume that I have a habit (or other TODO headline where the /date/ of > converting to DONE is important), and I completed it, say, at 23:30 and > forgot to change the status immediately. Is there any way to tell Org > that the change was not today, but e.g. yesterday o

Re: [O] Problem with org-agenda-clockreport-mode and tag-filtered view in agenda

2015-05-04 Thread Josh Berdine
Resurrecting an old thread that reported a problem that I am also having: the prefix argument to org-agenda-clockreport-mode seems to be ignored instead of applying the current filter. I investigated, and commit 2e9c2d7128e0491491d00b585be83ac688587d00

Re: [O] navigate between source code blocks

2015-05-04 Thread Leo Ufimtsev
- Original Message - > From: "Oleh Krehel" > To: "Leo Ufimtsev" > Cc: emacs-orgmode@gnu.org, "Zhihao Ding" > Sent: Friday, May 1, 2015 11:13:28 AM > Subject: Re: [O] navigate between source code blocks > > Leo Ufimtsev writes: > > >>And it's got the best Helm implementation for navi

Re: [O] navigate between source code blocks

2015-05-04 Thread Leo Ufimtsev
- Original Message - > From: "Sebastien Vauban" > To: emacs-orgmode@gnu.org > Sent: Monday, May 4, 2015 6:08:02 AM > Subject: Re: [O] navigate between source code blocks > > Leo Ufimtsev wrote: > > There are some build in things also, > > > > E.g you can name source code blocks: > > #+n

Re: [O] Converting a Dissertation Template from docx to .org to use for LaTeX

2015-05-04 Thread Rasmus
Hi Paul, Paul Harper writes: > How do I get the preamble above the title? > > How do I make the fonts smaller in the title? > > I need some items to appear on a page of their own. (ie. Ethical Approval, > Abstract, Declaration, Table of Contents.) How do I do that? Do you know KOMA-Scrip? It h

Re: [O] Converting a Dissertation Template from docx to .org to use for LaTeX

2015-05-04 Thread Ken Mankoff
Hi Paul, For this type of one-off project (a thesis), I'd suggest you a) remove all Org-generated LaTeX header, b) create your own LaTeX preamble that you \include{preamble} in your Org file, and then all of your questions become LaTeX questions, not Org questions. Those LaTeX questions are li

Re: [O] ob-R, problem with try/catch

2015-05-04 Thread Nicolas Goaziou
Hello, Rainer M Krug writes: > Thinking about it, I don't think that the combinations should be defined > in the linting library, but in the language definition (ob-XXX.el), by a > function which returns all tested combinations, i.e. all combinations > which have been tested, including if they w