Re: [O] moving an entry from one date tree to another

2019-09-27 Thread Adam Porter
See unpackaged/org-refile-to-datetree from: https://github.com/alphapapa/unpackaged.el#refile-to-datetree-file-using-earliestlatest-timestamp-in-entry

[O] :libs header in fortran code blocks

2019-09-27 Thread Alberto Ramos
Hi all, I am completely new to this mailing list, and in fact to elisp. I am an user of org-babel, and in particular use a lot of fortran code blocks. One annoyance is that these blocks were not supporting the :libs header: I had to tangle the code and compile it by hand. After

[O] Bug: org-publish-resolve-external-link doesn't respect org-export-with-broken-links for fuzzy links

2019-09-27 Thread Robert Irelan
Patch to fix attached -- Robert Irelan rire...@gmail.com From 3d3008398abb6c3a8cdfd796e6daa3f3ba909ad2 Mon Sep 17 00:00:00 2001 From: Robert Irelan Date: Fri, 27 Sep 2019 12:19:03 -0700 Subject: [PATCH] ox-publish: signal org-link-broken for broken fuzzy links * lisp/ox-publish.el

Re: [O] Cannot display local images with orgmode under macOS

2019-09-27 Thread Marco Wahl
Zhengyu Duan writes: > My image display problem was fixed with this commit > > https://github.com/hlissner/doom-emacs/commit/87b7a8da052601c51bc0577484916856364401cb Thanks for the information! Ciao, -- Marco

Re: [O] Cannot display local images with orgmode under macOS

2019-09-27 Thread Zhengyu Duan
My image display problem was fixed with this commit https://github.com/hlissner/doom-emacs/commit/87b7a8da052601c51bc0577484916856364401cb > On Sep 14, 2019, at 15:43, Marco Wahl wrote: > > Hi! > > Thanks all for checking the issue! > > * The problem > > Orgmode under macOS

Re: [O] org-mode vs pandoc export

2019-09-27 Thread CHARPENTIER Emmanuel
1) I just checked: I was incorrect, Pythontex now has complete support for R language. One can now use it for processing \LaTeX files including Sage, R (and of course, Python) chunks. 2) Please, DO NOT include "images of a table" in a scientific document! Lazy students pull this one on me in

Re: [O] PPTX link: Open with PowerPoint on Mac

2019-09-27 Thread Nathan Neff
Here it is: https://orgmode.org/manual/External-Links.html#External-Links I was looking here: https://orgmode.org/manual/External-links.html - but wait, what's the difference? Whoa, the "l" is lower case on the second link - looks like a doc / publishing bug - one page has 4.3 and the other says

Re: [O] PPTX link: Open with PowerPoint on Mac

2019-09-27 Thread Nathan Neff
On Fri, Sep 27, 2019 at 4:45 AM Takaaki Ishikawa wrote: > I think you may have to put “file+sys:/“ before your path. > > For example: file+sys://Users/nate/some_pptx.pptx > Thank you Takaaki very much! This worked great! > > Best, > Takaaki > > > On Sep 27, 2019, at 18:42, Nathan Neff wrote:

Re: [O] PPTX link: Open with PowerPoint on Mac

2019-09-27 Thread Takaaki Ishikawa
I think you may have to put “file+sys:/“ before your path. For example: file+sys://Users/nate/some_pptx.pptx Best, Takaaki > On Sep 27, 2019, at 18:42, Nathan Neff wrote: > > Hello all, > > I have a simple path in org-mode > > /Users/nate/some_pptx.pptx > > When I press C-c C-o it opens

[O] PPTX link: Open with PowerPoint on Mac

2019-09-27 Thread Nathan Neff
Hello all, I have a simple path in org-mode /Users/nate/some_pptx.pptx When I press C-c C-o it opens the file in binary mode in Emacs. A path to a PDF will actually open the file with the associated program: /Users/nate/some_png.png -> Opens in Preview when I press C-c C-o How can I get emacs

Re: [O] Basic Q: Display specific property in custom agenda view

2019-09-27 Thread Nathan Neff
Thanks Eric, this does it! On Thu, Sep 26, 2019 at 12:27 AM Fraga, Eric wrote: > On Thursday, 26 Sep 2019 at 00:06, Nathan Neff wrote: > > Got it! Now, all I need to do is add the cool ":" functionality > > where a ":" is appended to the result if there is a result :-) > > Maybe something like

Re: [O] org-mode vs pandoc export

2019-09-27 Thread Joseph Vidal-Rosset
Hello, Many thanks Emmanuel for your help. Indeed, I'm using org-ref and scimax, all the nice tools that John offers very generously to the community; org-ref is so convenient that now I cannot imagine to work without it. Maybe John has the solution for future exports. (I did not

[O] moving an entry from one date tree to another

2019-09-27 Thread Alan Schmitt
Hello, Is there an easy way to move an entry from one date tree to another? I guess I need two things: - figure out where in the date tree the entry is, - create the parents if needed, and move it there. This might be a more general question: given an entry in some file, can I move it