Re: [O] wishful thinking: using SQL to process tables. in the meantime, use R

2016-07-21 Thread Thierry Banel
Le 21/07/2016 03:13, dmg a écrit : Hi everybody, I was wondering if there was a way to join two tables given a common column. I searched but found nothing. it

[O] bug#23917: 25.0.95; commit 3a9d6296b35e5317c497674d5725eb52699bd3b8 causing org-capture to error out

2016-07-21 Thread N. Jackson
At 10:08 +0200 on Thursday 2016-07-21, Robert Pluim wrote: >> > nljlistb...@gmail.com (N. Jackson) writes: > >> At 21:09 +0300 on Monday 2016-07-18, Eli Zaretskii wrote: >> >>> diff --git a/lisp/subr.el b/lisp/subr.el >>> index e9e19d3..1bb1cb3 100644 >>> --- a/lisp/subr.el >>> +++ b/lisp/subr.el

[O] bug#23917: 25.0.95; commit 3a9d6296b35e5317c497674d5725eb52699bd3b8 causing org-capture to error out

2016-07-21 Thread N. Jackson
At 10:19 +0200 on Thursday 2016-07-21, Robert Pluim wrote: > > nljlistb...@gmail.com (N. Jackson) writes: > >> At 20:56 -0400 on Wednesday 2016-07-20, npost...@users.sourceforge.net wrote: >>> >>> From: Noam Postavsky >>> Subject: [PATCH v1] Adjust match data before calling

[O] bug#23917: Please consider making Bug #23917 a blocker for 25.1 (was Re: org-capture: Capture template ‘g’: Match data clobbered by buffer modification hooks)

2016-07-21 Thread Eli Zaretskii
> From: npost...@users.sourceforge.net > Cc: 23...@debbugs.gnu.org, nljlistb...@gmail.com, jwieg...@gmail.com, > rpl...@gmail.com, monn...@iro.umontreal.ca, alex.ben...@linaro.org > Date: Wed, 20 Jul 2016 23:00:59 -0400 > > > Please also make sure bug#23869 is still fixed after this. > >

Re: [O] convert rmarkdown (rmd) files to orgmode?

2016-07-21 Thread Xebar Saram
Hi again Chuck: is there a way to modify you nice code regex code snippet to simultaneously change all example blocks to R blocks in a converted rmd>org file? so when executing the block all example blocks: #+BEGIN_EXAMPLE help.search("rnorm") #+END_EXAMPLE will turn into R blocks

[O] bug#23917: 25.0.95; commit 3a9d6296b35e5317c497674d5725eb52699bd3b8 causing org-capture to error out

2016-07-21 Thread N. Jackson
At 21:09 +0300 on Monday 2016-07-18, Eli Zaretskii wrote: > My suggestion to fix this is below. I ask for opinions on (1) whether > this looks like TRT, (2) whether it is safe enough for emacs-25, and > (3) whether someone has better ideas. If someone thinks I've > misunderstood the issue,

[O] bug#23917: 25.0.95; commit 3a9d6296b35e5317c497674d5725eb52699bd3b8 causing org-capture to error out

2016-07-21 Thread N. Jackson
At 20:56 -0400 on Wednesday 2016-07-20, npost...@users.sourceforge.net wrote: > > From a8098080dff5f83f7cbcbec2bc263f9db3b45ad9 Mon Sep 17 00:00:00 2001 > From: Noam Postavsky > Date: Wed, 20 Jul 2016 20:15:14 -0400 > Subject: [PATCH v1] Adjust match data before calling

[O] bug#23917: 25.0.95; commit 3a9d6296b35e5317c497674d5725eb52699bd3b8 causing org-capture to error out

2016-07-21 Thread Robert Pluim
nljlistb...@gmail.com (N. Jackson) writes: > At 20:56 -0400 on Wednesday 2016-07-20, npost...@users.sourceforge.net wrote: >> >> From a8098080dff5f83f7cbcbec2bc263f9db3b45ad9 Mon Sep 17 00:00:00 2001 >> From: Noam Postavsky >> Date: Wed, 20 Jul 2016 20:15:14 -0400 >> Subject:

[O] bug#23917: 25.0.95; commit 3a9d6296b35e5317c497674d5725eb52699bd3b8 causing org-capture to error out

2016-07-21 Thread Robert Pluim
nljlistb...@gmail.com (N. Jackson) writes: > At 21:09 +0300 on Monday 2016-07-18, Eli Zaretskii wrote: > >> diff --git a/lisp/subr.el b/lisp/subr.el >> index e9e19d3..1bb1cb3 100644 >> --- a/lisp/subr.el >> +++ b/lisp/subr.el >> @@ -3466,7 +3466,7 @@ save-match-data >>;; if you need to

Re: [O] Bug? Date calculation in table fail with locale "de"

2016-07-21 Thread Ulrich J. Herter
Am Donnerstag, den 21.07.2016, 11:50 +0200 schrieb Nicolas Goaziou: > "Ulrich J. Herter" writes: > > > > > Is this a bug? I'm trying to do some date calculations in a table, > > however, when on German language settings I'm getting the > > following: > > > > > > > >

Re: [O] Bug? Date calculation in table fail with locale "de"

2016-07-21 Thread Nicolas Goaziou
Hello, "Ulrich J. Herter" writes: > Is this a bug? I'm trying to do some date calculations in a table, > however, when on German language settings I'm getting the following: > > | <2016-07-07 Do> | <2016-07-08 Fr> | #ERROR | > #+TBLFM: $3=$2-$1 > > Debugger output: >

Re: [O] capture with iceweasel/firefox -- nothing works

2016-07-21 Thread Adam Porter
Samuel Wales gmail.com> writes: > however, i never found any good instructions on what to do to add js > to bookmarks. > i have a menu bar and a location bar + icons. i'd like a button or > icon on the latter if possible. my previous thrashing around caused a > >> symbol which is a drop down

[O] orgmode read/source all options from a template file?

2016-07-21 Thread Xebar Saram
Hi all i was wondering if orgmode had a simple way to read/source all options from a template file. for example instead of adding all this to every presentation file i create: #+OPTIONS: reveal_center:t reveal_progress:t reveal_history:nil reveal_control:t #+OPTIONS: reveal_center:t

Re: [O] orgmode read/source all options from a template file?

2016-07-21 Thread Xebar Saram
Ok got it, you can "source" a template file by using the SETUPFILE option , ie; #+SETUPFILE: /home/zeltak/org/files/Uni/Courses/templates/ org.options.reveal.org best z On Thu, Jul 21, 2016 at 1:15 PM, Xebar Saram wrote: > Hi all > > i was wondering if orgmode had a

Re: [O] orgmode read/source all options from a template file?

2016-07-21 Thread Eric S Fraga
On Thursday, 21 Jul 2016 at 11:15, Xebar Saram wrote: > Hi all > > i was wondering if orgmode had a simple way to read/source all options > from a template file. for example instead of adding all this to every > presentation file i create: #+include: settings.org -- : Eric S Fraga (0xFFFCF67D),

Re: [O] orgmode read/source all options from a template file?

2016-07-21 Thread Kaushal Modi
I prefer #+SETUPFILE because the beauty is that that option is specific to loading a common org setup file. I have my config.org beautifully organized as: = * Latex Setup ** Change default font Note that fontspec works with only xelatex (not pdflatex). #+LaTeX_HEADER: \usepackage{fontspec}

Re: [O] convert rmarkdown (rmd) files to orgmode?

2016-07-21 Thread Charles C. Berry
On Wed, 20 Jul 2016, Xebar Saram wrote: Hi again Chuck: is there a way to modify you nice code regex code snippet to simultaneously change all example blocks to R blocks in a converted rmd>org file? so when executing the block all example blocks: #+BEGIN_EXAMPLE help.search("rnorm")