Re: [O] [PATCH] Patches for agenda exiting commands

2015-01-04 Thread Kyle Meyer
Nicolas Goaziou wrote: [...] > Nitpick: in commit messages, prefer the present tense. I've reworded the commit message for the remaining patches. >> +(defvar org-agenda-last-indirect-buffer nil) > > Please provide a docstring for this new variable. [...] > Also, the commit message lacks the crea

[O] [bug?] Different whitespace behavior between capture, and capture w. refile

2015-01-04 Thread Yuri Niyazov
Let's say I start with a .notes file that looks like this: #+BEGIN_EXAMPLE * Tasks * Refile Here * Other Stuff #+END_EXAMPLE with all the default capture templates. The only org-mode configuration I have is (org-blank-before-new-entry (quote ((heading) (plain-list-item as well as C-c c for

Re: [O] Org-mode to feed a database

2015-01-04 Thread Vikas Rawal
> > It is possible, but not worth the effort. > > Even with moderately experienced users, you will be amazed at how > org-files can get mangled by users. In a recent course I taught, I used > links for some data entry; the links stored data as properties in a > headline. Even then a handful of u

Re: [O] [PATCH] Fix R table import

2015-01-04 Thread Michael Gauland
My git has so many more commits because I'm sloppy about my local changes. I had been using ESS 5.14 (from ELPA). When I switched to the latest git version, the problem (at least seems to have) went away. For my needs, I don't think this needs any further investigation, though I'm happy to help i

Re: [O] [PATCH] Fix R table import

2015-01-04 Thread Aaron Ecay
Hi Michael, Hmm. I have Org-mode version 8.3beta (release_8.3beta-695-g390015 @ /home/aecay/development/org-mode/lisp/) The git sha 034d00 from your org-version isn’t in my checkout. Yours also thinks it’s 60ish commits ahead of where mine is (758 vs. 695). This is very strange; I don’t know

Re: [O] org tables into R?

2015-01-04 Thread Aaron Ecay
Hi Andreas, Thanks for following up on this problem. 2015ko urtarrilak 4an, Andreas Leha-ek idatzi zuen: > I investigated and found that the culprit is an export filter I have > defined that replaces tabs with spaces: > > --8<---cut here---start->8--- > (defun

Re: [O] Org-mode to feed a database

2015-01-04 Thread John Kitchin
Vikas Rawal writes: It is possible, but not worth the effort. Even with moderately experienced users, you will be amazed at how org-files can get mangled by users. In a recent course I taught, I used links for some data entry; the links stored data as properties in a headline. Even then a handfu

Re: [O] Efficiency of Org v. LaTeX v. Word

2015-01-04 Thread Andreas Leha
Hi John, John Kitchin writes: > Ken Mankoff writes: > > Did anyone see the parody of this here: > http://mjambon.github.io/vim-vs-emacs/ > > It is pretty funny! Indeed. Thanks for sharing. Regards, Andreas > >> People here might be interested in a publication from [2014-12-19 Fri] >> availa

Re: [O] Calling a source block with raw results

2015-01-04 Thread Xavier Garrido
Hi Tom, Le 04/01/2015 21:29, Thomas S. Dye a écrit : Aloha Xavier, Xavier Garrido writes: Since I am explicitly writing all the org code, I would like to call the function and gets a *raw* results by doing #+CALL: org-figure-to-slide[:exports none :results raw]() I think the problem is th

Re: [O] Efficiency of Org v. LaTeX v. Word

2015-01-04 Thread John Kitchin
Ken Mankoff writes: Did anyone see the parody of this here: http://mjambon.github.io/vim-vs-emacs/ It is pretty funny! > People here might be interested in a publication from [2014-12-19 Fri] > available at http://dx.doi.org/10.1371/journal.pone.0115069 > > Title: An Efficiency Comparison of Do

Re: [O] How to get your list of categories?

2015-01-04 Thread John Kitchin
rene writes: (org-buffer-property-keys) will give you all the categories in a buffer. > I'd like to dynamically get the list of all of my categories (:CATEGORY: > property). Is there an easy way to do that? > > How can I write a command that would operate much the same way I get > > - the lis

Re: [O] Calling a source block with raw results

2015-01-04 Thread Thomas S. Dye
Aloha Xavier, Xavier Garrido writes: > Since I am explicitly writing all the org code, I would like to call the > function and gets a *raw* results by doing > > #+CALL: org-figure-to-slide[:exports none :results raw]() I think the problem is that you are specifying :results raw as an 'inside h

[O] Calling a source block with raw results

2015-01-04 Thread Xavier Garrido
Dear Orgers, The following shell function lists the files within a directory and for each file, write a org piece of code to include it. #+NAME: org-figure-to-slide #+HEADERS: :var title="Empty title" #+HEADERS: :var dir="./figures" :var ext="*.pdf" #+HEADERS: :var options="" #+BEGIN_SRC sh

Re: [O] [PATCH] Fix R table import

2015-01-04 Thread Michael Gauland
I'm using the latest from git, with some unrelated local modifications (though to be sure I did a clean build from origin/master and had the same problem). Versions: Org-mode version 8.3beta (release_8.3beta-758-g034d00.dirty @ /usr/local/share/emacs/site-lisp/org/) GNU Emacs 24.3.1 (x86

Re: [O] Org-mode and fill-nobreak-predicate

2015-01-04 Thread Nicolas Goaziou
Marcin Borkowski writes: > On 2015-01-04, at 18:50, Nicolas Goaziou wrote: > >> Hello, >> >> Marcin Borkowski writes: >> >>> I've just installed Emacs 25 (I only had 24.3 before), and was eager to >>> try out some cool new features. I put this in my init.el: >>> >>> (add-hook 'fill-nobreak-pre

Re: [O] Org-mode and fill-nobreak-predicate

2015-01-04 Thread Marcin Borkowski
On 2015-01-04, at 18:50, Nicolas Goaziou wrote: > Hello, > > Marcin Borkowski writes: > >> I've just installed Emacs 25 (I only had 24.3 before), and was eager to >> try out some cool new features. I put this in my init.el: >> >> (add-hook 'fill-nobreak-predicate #'fill-single-char-nobreak-p)

Re: [O] Org-mode and fill-nobreak-predicate

2015-01-04 Thread Nicolas Goaziou
Hello, Marcin Borkowski writes: > I've just installed Emacs 25 (I only had 24.3 before), and was eager to > try out some cool new features. I put this in my init.el: > > (add-hook 'fill-nobreak-predicate #'fill-single-char-nobreak-p) > > But it won't work in Org-mode: it turns out that Org sets

Re: [O] eliminating blocked tasks from printed agenda

2015-01-04 Thread Mike Ashley
On Sun, Jan 04, 2015 at 06:24:32AM -0500, Mike Ashley wrote: > I am having a configuration problem I was hoping to get some help > with. I have a simple agenda configuration file that looks like this. > > (setq org-agenda-custom-commands > '(("o" "Office tasks" > tags-todo "OFFICE" >

Re: [O] Redirecting stderr to stdout with babel/shell

2015-01-04 Thread John Kitchin
Check out this solution: http://kitchingroup.cheme.cmu.edu/blog/2015/01/04/Redirecting-stderr-in-org-mode-shell-blocks/ I think it does what you want, and uses the idea below. Samuel Wales writes: > hi karl, > > i always wrap as follows and it works for me. > > { > your code > } 2>&1 > : > >

[O] Org-mode and fill-nobreak-predicate

2015-01-04 Thread Marcin Borkowski
Hello list, I've just installed Emacs 25 (I only had 24.3 before), and was eager to try out some cool new features. I put this in my init.el: (add-hook 'fill-nobreak-predicate #'fill-single-char-nobreak-p) But it won't work in Org-mode: it turns out that Org sets fill-nobreak-predicate, too. W

[O] eliminating blocked tasks from printed agenda

2015-01-04 Thread Mike Ashley
I am having a configuration problem I was hoping to get some help with. I have a simple agenda configuration file that looks like this. (setq org-agenda-custom-commands '(("o" "Office tasks" tags-todo "OFFICE" nil ("~/agenda.pdf" And I have the custom variable org-agenda-d

Re: [O] [PATCH] Fix R table import

2015-01-04 Thread Andreas Leha
Hi Aaron, Aaron Ecay writes: > Hi Michael, > > Thanks for this patch. Before it is applied, though, I would like to > understand why it is necessary. Vikas said that he could not reproduce > the problem you originally reported. (Here is a web archived version of > Vikas’s message, in case you

Re: [O] org tables into R?

2015-01-04 Thread Andreas Leha
Hi Vikas, Thanks for following up on this issue! Vikas Rawal writes: > Michael Gauland writes: > > I want to use an R block to manipulate data from an org table, but > I'm not > getting what I expect. > > > > > > What am