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-05 Thread Nicolas Goaziou
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

Re: [O] Bug: Empty result when Emacs Lisp code block evals to nil [9.0.5 (release_9.0.5-401-g86ff11 @ /Users/xcy/src/org-mode/lisp/)]

2017-04-05 Thread Nicolas Goaziou
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 > >

Re: [O] Viewing pdf images

2017-04-05 Thread Julian M. Burgos
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).

Re: [O] Numbering specific headings only

2017-04-05 Thread Mehul Sanghvi
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

Re: [O] Scatter-gather idea

2017-04-05 Thread Nick Dokos
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

Re: [O] Viewing pdf images

2017-04-05 Thread Kaushal Modi
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

[O] Bug: Clipboard history is empty when using %^C in capture template [9.0.5 (9.0.5-elpaplus @ /home/mir/.emacs.d/elpa/org-plus-contrib-20170210/)]

2017-04-05 Thread Allen Li
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))) ((>

[O] Bug in org-mobile-get-outline-path-link

2017-04-05 Thread Ian Dunn
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'

Re: [O] Numbering specific headings only

2017-04-05 Thread Rasmus
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

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

2017-04-05 Thread Johannes Brauer
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 >: That looks like an issue with helm-Bibtex. You might try updating it

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-05 Thread Chunyang Xu
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

Re: [O] Viewing pdf images

2017-04-05 Thread Kaushal Modi
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

Re: [O] Insert datetree entry

2017-04-05 Thread Daniele Nicolodi
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

Re: [O] Insert datetree entry

2017-04-05 Thread Bruce V Chiarelli
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