Using the %^C expansion in a capture template brings up a minibuffer
prompt to read/select a clipboard value, but there are no values to
select from.
The relevant code is in the function org-capture-fill-template.
("C"
(cond
((= (length clipboards) 1) (insert (car clipboards)))
((> (len
I recently tried turning off 'org-mobile-force-id-on-agenda-items', only
to find that there were problems updating agenda tasks. I poked around
in the code and found that 'org-mobile-locate-entry' looks for an OLP in
the form olp:file:/path/to/heading, and
'org-mobile-get-outline-path-link' store
On 4/5/17 3:40 PM, Bruce V Chiarelli wrote:
>
> Daniele Nicolodi writes:
>
>> On 4/4/17 1:25 PM, Bruce V Chiarelli wrote:
>>>
>>> Daniele Nicolodi writes:
>> Hi Bruce,
>>
>> I modified your code as follow to be able to insert a datetree entry
>> correctly being anywhere in an existing datetree.
Daniele Nicolodi writes:
> On 4/4/17 1:25 PM, Bruce V Chiarelli wrote:
>>
>> Daniele Nicolodi writes:
> Hi Bruce,
>
> I modified your code as follow to be able to insert a datetree entry
> correctly being anywhere in an existing datetree. I also added the
> possibility of having a prefix argumen
The problem was a corrupted let-plist package in my elpa folder. After
reinstalling the package all works fine.
Johannes
Am 03.04.2017 um 20:05 schrieb John Kitchin
mailto:jkitc...@andrew.cmu.edu>>:
That looks like an issue with helm-Bibtex. You might try updating it and/or
raise an issue with
Yasushi SHOJI writes:
> Hi Bob,
>
> On Mon, Apr 3, 2017 at 1:34 PM, Bob Newell wrote:
>>
>> A simple use case: you're brainstorming, making org-mode headline
>> entries as fast as you can think or type. After a while you notice that
>> a number of entries seem to be related and might actually be
On Wed, Apr 5, 2017 at 7:52 AM Kaushal Modi wrote:
> When I get to a computer, I'll confirm if the #+CAPTION: and/or #+NAME: is
> needed for the inline images to show. Above works fine for exports, so I
> assumed that the inline images should show fine too.
>
Following up on that, the inline ima
Hi,
Thanks for pointers. Using the UNNUMBERED property did not work. I
applied the property to the top level heading and the second level heading.
I believe it cascades down to the other headings, so everything was
unnumbered.
The latex_header option worked though. It numbered the 3rd
Hi,
> When I export the document to PDF, all the headings get numbered. I only
> want to
> have the 3rd level heading numbered (DEFINITIONS, FOOBAR, etc.). I have
> got about 50 3rd level headings so far. There may be more, might get
> less. I don't want to manually number the headings.
Does
On Wed, Apr 5, 2017, 5:21 AM Julian M. Burgos
wrote:
> Can you clarify the purpose of this function? I understand that
> produces an image of each pdf linked to the file.
That's correct, but the user can control when that happens by adding that
function to the appropriate hook.
But
the ques
Nicolas Goaziou writes:
> Hello,
>
> Chunyang Xu writes:
>
>> Here is a patch which can fix the issue.
>
> Thank you.
>
>> 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 exe
Can you clarify the purpose of this function? I understand that
produces an image of each pdf linked to the file. But the question in
emacs.stackexchange was about displaying pdf's as inline images. Your
function only converts the pdfs into images (and you have to do an
export to achieve that).
Chunyang Xu writes:
> I notice that if the result is nil during executing emacs-lisp code
> block, org simply displays a empty #+RESULT block. For example,
>
> #+BEGIN_SRC emacs-lisp
> t
> #+END_SRC
>
>
> #+RESULTS: : t
>
> #+BEGIN_SRC emacs-lisp
> nil
> #+END_SRC
>
> #+RESULTS:
>
>
> I don't see
Hello,
Chunyang Xu writes:
> Here is a patch which can fix the issue.
Thank you.
> 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-ex
14 matches
Mail list logo