Re: [O] Insert datetree entry

2017-04-03 Thread Bruce V Chiarelli
Daniele Nicolodi writes: > Hello, > > there is a way in org-mode to insert a datetree entry without going > through the org-capture? Ideally the function would jump to the > datetree and inser an headline for the current day if one is not > present, or move to the end of it if one is present. >

[O] Insert datetree entry

2017-04-03 Thread Daniele Nicolodi
Hello, there is a way in org-mode to insert a datetree entry without going through the org-capture? Ideally the function would jump to the datetree and inser an headline for the current day if one is not present, or move to the end of it if one is present. I haven't found anything like this in t

Re: [O] problem with org-ref after upgrading org-mode from 8.3 to 9.0.5

2017-04-03 Thread John Kitchin
That looks like an issue with helm-Bibtex. You might try updating it and/or raise an issue with that package. On Mon, Apr 3, 2017 at 11:03 AM Johannes Brauer wrote: > that’s what I get executing (require 'org-ref): > > Debugger entered--Lisp error: (error "Required feature ‘let-alist’ was not >

Re: [O] problem with org-ref after upgrading org-mode from 8.3 to 9.0.5

2017-04-03 Thread Johannes Brauer
that’s what I get executing (require 'org-ref): Debugger entered--Lisp error: (error "Required feature ‘let-alist’ was not provided") require(let-alist) byte-code("\300\301!\210\300\302!\210\300\303!\210\300\304!\210\300\305!\210\300\306!\210\300\307!\210\300\310!\210\300\311!\207" [require

Re: [O] problem with org-ref after upgrading org-mode from 8.3 to 9.0.5

2017-04-03 Thread John Kitchin
I have not seen that before. Was there a traceback that indicated where the error came from? Johannes Brauer writes: > Hi, > after the upgrade (require 'org-ref) results in the error message: > (error "Required feature ‘let-alist’ was not provided“) > > I am using Aquamacs 3.3 GNU Emacs 25.1.1.

Re: [O] Scala problem in Babel

2017-04-03 Thread Jarmo Hurri
Jarmo Hurri writes: > When I look at the temporary file I see that the code has been > embedded in a wrapper defined in ob-scala.el. I guess it's the wrapper > that messes up the execution of the code. > What is the wrapper for? How am I supposed to use it? Ok, got it by taking a closer look a

Re: [O] Bug: Can't execute C code block from remote directory [9.0.5 (release_9.0.5-401-g86ff11 @ /Users/xcy/src/org-mode/lisp/)]

2017-04-03 Thread Chunyang Xu
Here is a patch which can fix the issue. >From e42b22f74c2f04a4d8e7eec0a6bdacbd08bebf12 Mon Sep 17 00:00:00 2001 From: Chunyang Xu Date: Mon, 3 Apr 2017 14:46:51 +0800 Subject: [PATCH] ob-C: Fix remote executing * lisp/ob-C.el (org-babel-C-execute): Process remote bin file. TINYCHANGE --- lis