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.
>
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
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
>
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
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.
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
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