Re: [O] Helm + org-set-tags

2019-07-26 Thread Nathan Neff
Boom -- I got it. I used helm's emacs-helm.sh and got to the "minimal" config necessary to run helm. The org-set-tags-command worked correctly when running in the minimal config. I moved some initialization code from my org-mode-config.org file to my init.el file and I got helm to work with org-

Re: [O] Show breadcrumbs of nodes in agenda

2019-07-26 Thread Nathan Neff
Also, on my system, the breadcrumb of the headline under the cursor is shown at the bottom of my Emacs: https://www.evernote.com/shard/s226/sh/d9e40d44-0c12-4015-a536-f78ff1840de6/67695bdf33fa3aa8ef91fdf199207f3d I don't know if I had to do anything special to get this. Thanks, --Nate On Fri, J

Re: [O] Two bibliography slides using org-reveal

2019-07-26 Thread Johannes Brauer
Hi Jens, thanks a lot for your detailed helpful answers. Best wishes Johannes > Am 26.07.2019 um 21:21 schrieb Jens Lechtenboerger > : > > Johannes Brauer writes: > >> GET >> file:///Users/jb/Downloads/org-re-reveal-ref-master/reveal.js/lib/js/head.min.js >> net::ERR_FILE_NOT_FOUND README

[O] Helm + org-set-tags

2019-07-26 Thread Nathan Neff
Hello all, I would like to use helm to select tags for my headings, and I'm having a tough time getting something to work. I would like the following behavior: 1) org-set-tags-command would show a list of all tags in my agenda files using the helm interface 2) I could set one tag for each call

Re: [O] Two bibliography slides using org-reveal

2019-07-26 Thread Jens Lechtenboerger
Johannes Brauer writes: > GET > file:///Users/jb/Downloads/org-re-reveal-ref-master/reveal.js/lib/js/head.min.js > net::ERR_FILE_NOT_FOUND README.html:173 > > Is this a relevant message? Hi Johannes, that message appears for newer versions of reveal.js (but does not hurt). You can avoid it

Re: [O] org-links for Gnus in imap with Gmail (for a convenient todo.org list)

2019-07-26 Thread Bob Newell
Aloha, I too came across this long ago. I like a 'zero inbox' and so I archive (or delete!) my gmail after reading. And indeed, when you move from INBOX to "All Mail" an org-link to INBOX will no longer function. I use Gnus and do something rather simple and easy: (defun changegroupinemaillink (

Re: [O] [Proposal] Source Blocks with Post-Extensions

2019-07-26 Thread Martin Alsinet
Well Ken, you improved my workflow right there, I am going to add the :prologue trick to my shell properties header and get the test error output in the results block. Thank you right back! On Fri, Jul 26, 2019 at 10:18 AM Ken Mankoff wrote: > > On 2019-07-26 at 08:58 -04, Martin Alsinet > wro

Re: [O] [Proposal] Source Blocks with Post-Extensions

2019-07-26 Thread Ken Mankoff
On 2019-07-26 at 08:58 -04, Martin Alsinet wrote... > I usually have a shell buffer nearby and go there to inspect the > failed tests when I get no output. The problem is that shell blocks do > not capture stderr. John Kitchin wrote a blog post >

Re: [O] Show breadcrumbs of nodes in agenda

2019-07-26 Thread Eric Abrahamsen
Florian Lindner writes: > Hello, > > the agenda only shows the title of nodes, like: > > capture:TODO Task 1 > > Often, I have a structure like > > * Project A > ** Task 1 > > * Project B > ** Task 1 > > then, I get no idea, from what project the task actually is. > > Is there a way to also s

Re: [O] Two bibliography slides using org-reveal

2019-07-26 Thread Johannes Brauer
Hi Jens, now I could export README.org to a reveal.js presentation with a nice bib slide. Thank you for your help. When I open the developer tools Chrome shows me this error message: GET file:///Users/jb/Downloads/org-re-reveal-ref-master/reveal.js/lib/js/head.min.js net::E

Re: [O] [Proposal] Source Blocks with Post-Extensions

2019-07-26 Thread Martin Alsinet
Ken, I usually have a shell buffer nearby and go there to inspect the failed tests when I get no output. The problem is that shell blocks do not capture stderr. John Kitchin wrote a blog post about thi

Re: [O] [Proposal] Source Blocks with Post-Extensions

2019-07-26 Thread Ken Mankoff
Hi Martin, On 2019-06-26 at 18:09 -04, Martin Alsinet wrote... > I use a different approach, where I tangle the source into files in > modules and then I import those modules from other blocks. This allows > me to organize my document with different sections for the code and > its tests, which th

Re: [O] Show breadcrumbs of nodes in agenda

2019-07-26 Thread Ken Mankoff
On 2019-07-26 at 06:47 -04, Florian Lindner wrote... > the agenda only shows the title of nodes, like: > > capture:TODO Task 1 > > Often, I have a structure like > > * Project A > ** Task 1 > > * Project B > ** Task 1 > > Is there a way to also show the title of the parent in agenda buffer >

[O] Show breadcrumbs of nodes in agenda

2019-07-26 Thread Florian Lindner
Hello, the agenda only shows the title of nodes, like: capture:TODO Task 1 Often, I have a structure like * Project A ** Task 1 * Project B ** Task 1 then, I get no idea, from what project the task actually is. Is there a way to also show the title of the parent in agenda buffer or even

Re: [O] org-links for Gnus in imap with Gmail (for a convenient todo.org list)

2019-07-26 Thread Joseph Vidal-Rosset
Le jeu. 07/25/19 juil. 2019 à 04:47:14 , "Fraga, Eric" a envoyé ce message: > On Thursday, 25 Jul 2019 at 18:24, Joseph Vidal-Rosset wrote: >> But for gnus-imap-gmail users, it is more difficult to get the same >> thing. > > [...] > >> But I need to change the mention of

Re: [O] org-links for Gnus in imap with Gmail (for a convenient todo.org list)

2019-07-26 Thread Joseph Vidal-Rosset
Le ven. 07/26/19 juil. 2019 à 03:24:52 , Ken Mankoff a envoyé ce message: > On 2019-07-26 at 03:14 -04, Joseph Vidal-Rosset > wrote... >> Did you want to suggest that it is not difficult to adapt such a >> function for gnus by replacing the mention of mu4e by gnus' in the >> code? > > I wasn't s

Re: [O] org-links for Gnus in imap with Gmail (for a convenient todo.org list)

2019-07-26 Thread Ken Mankoff
On 2019-07-26 at 03:14 -04, Joseph Vidal-Rosset wrote... > Did you want to suggest that it is not difficult to adapt such a > function for gnus by replacing the mention of mu4e by gnus' in the > code? I wasn't suggesting anything, just letting you/others know that the functionality you descri

Re: [O] org-links for Gnus in imap with Gmail (for a convenient todo.org list)

2019-07-26 Thread Joseph Vidal-Rosset
Le jeu. 07/25/19 juil. 2019 à 03:15:49 , Ken Mankoff a envoyé ce message: > On 2019-07-25 at 12:24 -04, Joseph Vidal-Rosset > wrote... >> Documentation to create a todo.org list that provides links to email as >> tasks is not seldom on the web. I recommend for example >> [[http:/