Re: [O] Some projects

2015-10-26 Thread Marcin Borkowski
On 2015-10-26, at 00:03, Aaron Ecay wrote: > - The only “off the shelf”-capable citation processing library that we > found last time is in Haskell, which introduced some difficulties for > distributing the resulting tool. I know some projects > (e.g. git-annex) are written in Haskell and

Re: [O] org-crypt & multiple recipients

2015-10-26 Thread Eric S Fraga
On Sunday, 25 Oct 2015 at 18:39, Nick Anderson wrote: > I was playing with org-crypt today and it's pretty nifty. > > While encrypting things for myself is the primary use case, I have other > team members that also use org-mode. It occurred to me that it would be > neat if I could specify a list o

Re: [O] Some projects

2015-10-26 Thread Rasmus
Marcin Borkowski writes: > On 2015-10-26, at 00:03, Aaron Ecay wrote: > >> - The only “off the shelf”-capable citation processing library that we >> found last time is in Haskell, which introduced some difficulties for >> distributing the resulting tool. I know some projects >> (e.g. git-

Re: [O] org-crypt & multiple recipients

2015-10-26 Thread Grégoire Jadi
Eric S Fraga writes: > On Sunday, 25 Oct 2015 at 18:39, Nick Anderson wrote: >> I was playing with org-crypt today and it's pretty nifty. >> >> While encrypting things for myself is the primary use case, I have other >> team members that also use org-mode. It occurred to me that it would be >> ne

Re: [O] org-crypt & multiple recipients

2015-10-26 Thread Eric S Fraga
On Monday, 26 Oct 2015 at 10:21, Grégoire Jadi wrote: > GPG supports multiple-recipient with --recipient I stand corrected! Thanks. Interesting hybrid encryption approach. However, although the main text is not copied, the header (which has the session key, as it is called, used to encrypt the

Re: [O] How can I call the exporter from function?

2015-10-26 Thread Göktuğ Kayaalp
On Sun, Oct 25 2015 at 10:19:01 pm EET, joa...@verona.se wrote: > I want to call the exporter in a certain way, so I don't have to type > the same options every time. > > Basically I want to do first this: > (re-search-backward "^\\*\\* ") > (org-mark-subtree) > > Then I want to export the

Re: [O] org-agenda-scheduled-leaders and repeating tasks

2015-10-26 Thread cesar mena
hello guys, so far so good for me. thanks nicolas and matt. -cm On Sun, Oct 25, 2015 at 1:24 PM, Nicolas Goaziou wrote: > Nicolas Goaziou writes: > >> Matt Lundin writes: >> >>> In short, org-habit seems to want a + notation for the purposes of the >>> agenda display and a .+ notation for th

[O] [RFC] Change in export block syntax

2015-10-26 Thread Nicolas Goaziou
Hello, This one is a long standing issue. I didn't include it in the projects thread since the patch was almost finished. Basically, syntax between export blocks and special blocks is ambiguous, as it depends on the export back-end loaded. For example, #+begin_odt <> #+end_odt will be par

Re: [O] [PATCH] org-id-goto doesn't work if buffer is narrowed.

2015-10-26 Thread Puneeth Chaganti
On Sun, Oct 25, 2015 at 4:49 PM, Rasmus wrote: > The latest patch from > > Date: Sun, 25 Oct 2015 14:36:16 +0530 > > looks good to me. Thanks! I guess, this can be merged, then? Thanks! Puneeth

[O] [bug, ox or ob?] something leaks tabs in src blocks

2015-10-26 Thread Rasmus
Hi, Consider the following example * test #+BEGIN_SRC R test <- function(index, funs, ...){ if (missing(funs)) { funs <- list( "a" = funa, "b" = funb)} col <- vapply(funs, function(FUN) { do.call(FUN, list(index, ...))}, 1

Re: [O] [bug, ox or ob?] something leaks tabs in src blocks

2015-10-26 Thread Nicolas Goaziou
Hello, Rasmus writes: > Consider the following example > > * test > #+BEGIN_SRC R > test <- function(index, funs, ...){ > if (missing(funs)) { > funs <- list( > "a" = funa, > "b" = funb)} > > col <- vapply(funs, function(FUN) { >

Re: [O] Org-mode reinvented?

2015-10-26 Thread Aldric Giacomoni
As someone who came to emacs and org-mode after using Markdown on Github for quite a while as "the default readme format", it's a consolation to find that Github supports "pretty" formatting of org-mode: https://gist.github.com/Trevoke/667a02bfbe464c1b9011 Org-mode is significantly more powerful a

Re: [O] [bug, ox or ob?] something leaks tabs in src blocks

2015-10-26 Thread Rasmus
Nicolas Goaziou writes: > This is to be expected if `org-src-preserve-indentation' is nil (since > you didn't use the i flag) and `indent-tabs-mode' is non-nil. Ah, indent-tabs-mode was set outside of the portion of my init.el that's read when exporting async. Thanks. Rasmus -- This is the k

Re: [O] org-reveal questions

2015-10-26 Thread Xebar Saram
wow guys thx so much this sound very exciting! i can report back that today i gave my students my first talk composed entirely in orgmode and org-reveal. homework was exported to pdf as well so all in one org file..needles to say i was super excited and bragged to the students who didnt know why

Re: [O] org-reveal questions

2015-10-26 Thread Matt Price
On Sun, Oct 25, 2015 at 6:01 PM, Matt Price wrote: > > > On Sun, Oct 25, 2015 at 4:46 PM, Eric S Fraga wrote: > >> The second problem is more about HTML export than reveal >> specifically. In LaTeX, an image is exported directly without any >> surrounding material if only the image is there. S

Re: [O] Some projects

2015-10-26 Thread Richard Lawrence
Hi all, Aaron Ecay writes: > Hi Nicolas, > > Thanks for writing this up. It is important to think about, and > ultimately solve, all the issues you raise. Yes, thanks for this, Nicolas! > 2015ko urriak 25an, Nicolas Goaziou-ek idatzi zuen: >> >> ** Citations >> >> Development apparently s

Re: [O] Some projects

2015-10-26 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Hello, > > I'd like to see some features moving forward, and some important issues > fixed, hopefully, in the next months. I'm sharing them here so that > anyone interested can help. > [...] > * Important fixes > > ** Cache > > The cache needs to be fixed. Its underlyi

Re: [O] [RFC] Change in export block syntax

2015-10-26 Thread Eric S Fraga
On Monday, 26 Oct 2015 at 15:09, Nicolas Goaziou wrote: > As a solution, export blocks are explicitly marked as such at the syntax > level to disambiguate their parsing from special blocks. I like your proposal (although I will have to change practically every significant org file I have...). It

Re: [O] Links in comments

2015-10-26 Thread Kaushal Modi
Hi all, I am sending this out again in the event someone knowing a solution to it can comment. -- Kaushal Modi On Mon, Oct 19, 2015 at 6:54 PM, Kaushal Modi wrote: > Hi, > > This question has come up a few times on emacs.stackexchange so I was > curious if the more experienced org-mode users

Re: [O] Some projects

2015-10-26 Thread Nicolas Goaziou
Richard Lawrence writes: > Yes, this is my understanding, too. In particular, there does not seem > to be an Elisp CSL library, and it would be a lot of work to write > one. Here is a genuine question: what is the difficult part, or if there is none, the longer parts of the work? AFAIU, CSL is

Re: [O] Some projects

2015-10-26 Thread Kaushal Modi
Hi Nicolas, Thanks for putting up this list. > ** Backslash escaping > Allowing to escape some symbols in plain text (e.g., emphasis markers, > square brackets...) would remove a limitation in verbatim/code objects. > As a small benefit, it would also permit to implement mid-word markup: > b*o*l

[O] pdflatex not found?

2015-10-26 Thread Peter Davis
I'm trying to export PDF from org, but I'm getting the error: pdflatex: Command not found. [3 times] I've checked the definition of exec-path, and it includes "/usr/texbin", which is where tcsh tells me the executable is. Any ideas? Thank you! -pd

Re: [O] org-crypt & multiple recipients

2015-10-26 Thread Nick Anderson
On 10/26/2015 06:24 AM, Eric S Fraga wrote: > On Monday, 26 Oct 2015 at 10:21, Grégoire Jadi wrote: >> GPG supports multiple-recipient with --recipient > > I stand corrected! Thanks. Interesting hybrid encryption approach. > > However, although the main text is not copied, the header (which has

Re: [O] pdflatex not found?

2015-10-26 Thread John Hendy
On Mon, Oct 26, 2015 at 2:26 PM, Peter Davis wrote: > > I'm trying to export PDF from org, but I'm getting the error: > > pdflatex: Command not found. [3 times] > > I've checked the definition of exec-path, and it includes "/usr/texbin", > which is where tcsh tells me the executable is. Someone

Re: [O] org-agenda-scheduled-leaders and repeating tasks

2015-10-26 Thread cesar mena
hi again nicolas, sorry. i made a mistake updating my tree. i'm quite certain i'm on master now "org-version: 8.3.2 (release_8.3.2-219-g770671)" and the repeater resets itself again. so presently i have a task that looks like this: ** TODO some task SCHEDULED: <2015-08-24 Mon ++1w> and in t

Re: [O] pdflatex not found?

2015-10-26 Thread Nick Dokos
Peter Davis writes: > I'm trying to export PDF from org, but I'm getting the error: > > pdflatex: Command not found. [3 times] > > I've checked the definition of exec-path, and it includes > "/usr/texbin", which is where tcsh tells me the executable is. > > Any ideas? > Backtrace? (setq debug-o

Re: [O] org-agenda-scheduled-leaders and repeating tasks

2015-10-26 Thread Samuel Wales
fwiw, i am one who is so [disorganized?] that the old behavior is preferred. if something is a 6m repeater, and i ignore it for 6m, it's actually useful to be reminded after another repeat. perhaps more normal people would understand 1w. no matter how much i "should" mootify it or take it off th

[O] Regression in Org triggered from helm

2015-10-26 Thread Simon Thum
Hi, after updating helm I came across a possible regression on Org. I Already filed a helm bug, but Thierry thinks it's Org's fault. https://github.com/emacs-helm/helm/issues/1246 In short, M-x helm-org-agenda-files-headings breaks. I had some success working around it, but for reasons beyon

Re: [O] pdflatex not found?

2015-10-26 Thread Myles English
John Hendy writes: > On Mon, Oct 26, 2015 at 2:26 PM, Peter Davis wrote: >> >> I'm trying to export PDF from org, but I'm getting the error: >> >> pdflatex: Command not found. [3 times] >> >> I've checked the definition of exec-path, and it includes "/usr/texbin", >> which is where tcsh tells

Re: [O] org-agenda-scheduled-leaders and repeating tasks

2015-10-26 Thread Nicolas Goaziou
cesar mena writes: > sorry. i made a mistake updating my tree. > > i'm quite certain i'm on master now "org-version: 8.3.2 > (release_8.3.2-219-g770671)" and the repeater resets itself again. > > so presently i have a task that looks like this: > > ** TODO some task >SCHEDULED: <2015-08-24 Mo

Re: [O] org-agenda-scheduled-leaders and repeating tasks

2015-10-26 Thread cesar mena
hi samuel, yes i suspect this is why it hasn't been reported in years. what say you nicolas? -cm On Mon, Oct 26, 2015 at 4:23 PM, Samuel Wales wrote: > fwiw, i am one who is so [disorganized?] that the old behavior is > preferred. if something is a 6m repeater, and i ignore it for 6m, > it's

Re: [O] org-agenda-scheduled-leaders and repeating tasks

2015-10-26 Thread cesar mena
me again :) the calculation is correct. however the face is now `org-scheduled-today, as opposed to `org-scheduled-previously, and the agenda sorting is wrong. instead of bubbling to the top (since it is so late) it is staying within the "scheduled today" range. best, -cm On Mon, Oct 26, 2015

Re: [O] org-agenda-scheduled-leaders and repeating tasks

2015-10-26 Thread Nicolas Goaziou
cesar mena writes: > > yes i suspect this is why it hasn't been reported in years. > > what say you nicolas? Please do not top-post :) In any case, I'm not sure Samuel complains about the current behaviour. Actually, I don't understand what is meant by "the old behaviour" in this context. The be

Re: [O] Regression in Org triggered from helm

2015-10-26 Thread Kyle Meyer
Hello, Simon Thum writes: > Hi, > > after updating helm I came across a possible regression on Org. I > Already filed a helm bug, but Thierry thinks it's Org's fault. What version of Org are you using? > https://github.com/emacs-helm/helm/issues/1246 > > In short, M-x helm-org-agenda-files-hea

Re: [O] pdflatex not found?

2015-10-26 Thread Charles C. Berry
On Mon, 26 Oct 2015, Myles English wrote: John Hendy writes: On Mon, Oct 26, 2015 at 2:26 PM, Peter Davis wrote: I'm trying to export PDF from org, but I'm getting the error: pdflatex: Command not found. [3 times] I've checked the definition of exec-path, and it includes "/usr/texbin",

Re: [O] Regression in Org triggered from helm

2015-10-26 Thread Simon Thum
On 10/26/15 20:58, Kyle Meyer wrote: Hello, Simon Thum writes: Hi, after updating helm I came across a possible regression on Org. I Already filed a helm bug, but Thierry thinks it's Org's fault. What version of Org are you using? Org-mode 8.3.2 - I just upgraded from 8.3 beta hoping to

Re: [O] pdflatex not found?

2015-10-26 Thread Peter Davis
Nick Dokos writes: > Peter Davis writes: > >> I'm trying to export PDF from org, but I'm getting the error: >> >> pdflatex: Command not found. [3 times] >> >> I've checked the definition of exec-path, and it includes >> "/usr/texbin", which is where tcsh tells me the executable is. >> >> Any id

Re: [O] Some projects

2015-10-26 Thread Richard Lawrence
Hi Nicolas and all, Nicolas Goaziou writes: > Richard Lawrence writes: > >> Yes, this is my understanding, too. In particular, there does not seem >> to be an Elisp CSL library, and it would be a lot of work to write >> one. > > Here is a genuine question: what is the difficult part, or if the

Re: [O] Regression in Org triggered from helm

2015-10-26 Thread Kyle Meyer
Simon Thum writes: [...] > Arrgh - you're on the spot. That explains a lot, including my > difficulties with reproducing. > > It sends window-width. Increase to window(-width) and I'm done. > > But that means it's arguably Org which should be more graceful than it > is. I agree. At some point,

Re: [O] Some projects

2015-10-26 Thread Matt Price
On Mon, Oct 26, 2015 at 6:23 PM, Richard Lawrence < richard.lawre...@berkeley.edu> wrote: > Hi Nicolas and all, > > Nicolas Goaziou writes: > > > Richard Lawrence writes: > > > >> Yes, this is my understanding, too. In particular, there does not seem > >> to be an Elisp CSL library, and it woul

Re: [O] pdflatex not found?

2015-10-26 Thread Nick Dokos
Peter Davis writes: > Nick Dokos writes: > > >> Peter Davis writes: >> >>> I'm trying to export PDF from org, but I'm getting the error: >>> >>> pdflatex: Command not found. [3 times] >>> >>> I've checked the definition of exec-path, and it includes >>> "/usr/texbin", which is where tcsh tells

Re: [O] org-agenda-scheduled-leaders and repeating tasks

2015-10-26 Thread Samuel Wales
what i am saying is that the behavior that has existed for many years for .+ timestamps, is actually useful to me. same for .+ face, sorting, and so on. just one data point.

Re: [O] pdflatex not found?

2015-10-26 Thread Rainer M Krug
Envoyé de mon iPhone > Le 27 oct. 2015 à 01:14, Nick Dokos a écrit : > > Peter Davis writes: > >> Nick Dokos writes: >> >> >>> Peter Davis writes: >>> I'm trying to export PDF from org, but I'm getting the error: pdflatex: Command not found. [3 times] I've che