Re: clock-table and hooking that into org-capture file+olp+datetree

2021-02-01 Thread Kyle Meyer
Christopher Causer writes: > One snag I hit that I feel I should mention is what I believe to be a > mistake in the documentation[1]. I was scratching my head as why > org-clocktable-defaults wasn't working, but it was only when I brought > up the inline documentation that I see that this probably

Re: [PATCH] capture: Fix handling of time range for :time-prompt

2021-02-01 Thread Kyle Meyer
Richard Lawrence writes: > Kyle Meyer writes: > >> Testing that against the cases in your initial report, I believe it >> leads to the same results as your patch, so here's a cleaned-up version. > > I confirm that this cleaned up version works for me and gets the same > results for my test cases.

Re: Get =#+RESULTS= without re-evaluating source code block?

2021-02-01 Thread John Kitchin
I discovered that it matters a lot which block you cache. You have to cache the long running block. I had put cache on the block with noweb expansion, and then the long running block still runs every time. That was a surprise to me, since nothing was changing in that block, so I thought it would ju

Re: word counts and org-mode drawers

2021-02-01 Thread Christopher Miles
<#secure method=pgpmime mode=sign> Sharon Kimble writes: –—BEGIN PGP SIGNED MESSAGE–— Hash: SHA512 Hi folks. How can I exempt an org-mode drawer, and its contents, from word counts please. I am using 'wc-mode' but I can't see how to do it. Thanks Sharon. I remember there is an extension cal

Re: word counts and org-mode drawers

2021-02-01 Thread Juan Manuel Macías
Hi, Sharon Kimble writes: > How can I exempt an org-mode drawer, and its contents, from word counts > please. I am using 'wc-mode' but I can't see how to do it. It is not a solution with wc-mode, but maybe this simple function, based on `count-words', can serve you. It counts the words in the b

Re: http links translated to html : target "_blank"

2021-02-01 Thread Juan Manuel Macías
Uwe Brauer writes: > That is odd (maybe my org version is a bit rusty (master june 2020) It's strange... It should work fine for you (as long as you set `org-export-allow-bind-keywords' as non-nil) You can also try `org-export-filter-link-functions' instead of `...-final-output-functions'. An

Re: http links translated to html : target "_blank"

2021-02-01 Thread Uwe Brauer
>>> "JMM" == Juan Manuel Macías writes: > Hi Uwe, > Uwe Brauer writes: >> Thanks that works, but not for link in a list. The only solution >> seems to be this one > Doesn't it work for you in a list? I think it should work also in a > list. If I export this: > #+begin_sr

word counts and org-mode drawers

2021-02-01 Thread Sharon Kimble
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi folks. How can I exempt an org-mode drawer, and its contents, from word counts please. I am using 'wc-mode' but I can't see how to do it. Thanks Sharon. - -- Debian 10.7, fluxbox 1.3.7, emacs 27.1.50, org 9.4.4 -BEGIN PGP SIGNATURE

Re: http links translated to html : target "_blank"

2021-02-01 Thread Juan Manuel Macías
Hi Uwe, Uwe Brauer writes: > Thanks that works, but not for link in a list. The only solution > seems to be this one Doesn't it work for you in a list? I think it should work also in a list. If I export this: #+begin_src org ,#+BIND: org-export-filter-final-output-functions (correct-target-

Re: Eval R-block: wrong-type-argument stringp nil

2021-02-01 Thread Loris Bennett
"Loris Bennett" writes: > Hi, > > I have just updated to 9.4.4-16-g0abd4a-elpa (and have patched ox.el with > Eric Abrahamsen's patch available here at > https://lists.gnu.org/archive/html/emacs-orgmode/2020-08/msg00039.html, > but I don't think that that is relevant to the problem I am experienc

Re: http links translated to html : target "_blank"

2021-02-01 Thread Uwe Brauer
>>> "T" == TEC writes: > Uwe Brauer writes: >> Aha, thanks, it works, sometimes: >> >> The first two work, the last two not. Not sure what to think about it > Mmm, you need to have #+attr_html immediately followed by the link on > the next line. > It would be nice if there was a way to set

Re: http links translated to html : target "_blank"

2021-02-01 Thread Uwe Brauer
>>> "JMM" == Juan Manuel Macías writes: Hola Juan > I think the problem is how the exporter understands the url string. > Note that this: > @@html:https://www.mpic.de/4747361/risk-calculator"; > target="_blank">Simulador de riesgo con más detalle@@ > [[https://www.mpic.de/4747361/risk-calcula

Re: http links translated to html : target "_blank"

2021-02-01 Thread TEC
Uwe Brauer writes: > Aha, thanks, it works, sometimes: > > The first two work, the last two not. Not sure what to think about it Mmm, you need to have #+attr_html immediately followed by the link on the next line. It would be nice if there was a way to set these attributes inline with the lin

Re: http links translated to html : target "_blank"

2021-02-01 Thread Uwe Brauer
>>> "T" == TEC writes: > Uwe Brauer writes: >> I need to produce a html file, with links opening new tabs (pages) as in >> >> https://apps.apple.com/es/app/radar-covid/id1520443509"; >> target="_blank">Descarga Directa >> >> However >> >> [[https://www.mpic.de/4747361/risk-calculator tar

Re: emphasizing source code words

2021-02-01 Thread TEC
Luca Ferrari writes: > Hi all, > I'm using org to produce beamer presentations, and I've a lot of src blocks. > Is there any way to emphasize words or lines within such blocks? For > example to place the command arguments in bold face? > > Thanks, > Luca I'd have to look at the manual for spec

emphasizing source code words

2021-02-01 Thread Luca Ferrari
Hi all, I'm using org to produce beamer presentations, and I've a lot of src blocks. Is there any way to emphasize words or lines within such blocks? For example to place the command arguments in bold face? Thanks, Luca

Re: http links translated to html : target "_blank"

2021-02-01 Thread TEC
Uwe Brauer writes: > I need to produce a html file, with links opening new tabs (pages) as in > > https://apps.apple.com/es/app/radar-covid/id1520443509"; > target="_blank">Descarga Directa > > However > > [[https://www.mpic.de/4747361/risk-calculator target="_blank"][Simulador de > riesgo

Re: http links translated to html : target "_blank"

2021-02-01 Thread Juan Manuel Macías
I think the problem is how the exporter understands the url string. Note that this: @@html:https://www.mpic.de/4747361/risk-calculator"; target="_blank">Simulador de riesgo con más detalle@@ [[https://www.mpic.de/4747361/risk-calculator target="_blank"][Simulador de riesgo con más detalle]] i

Eval R-block: wrong-type-argument stringp nil

2021-02-01 Thread Loris Bennett
Hi, I have just updated to 9.4.4-16-g0abd4a-elpa (and have patched ox.el with Eric Abrahamsen's patch available here at https://lists.gnu.org/archive/html/emacs-orgmode/2020-08/msg00039.html, but I don't think that that is relevant to the problem I am experiencing). I have an R block I evaluate a

http links translated to html : target "_blank"

2021-02-01 Thread Uwe Brauer
Hi I need to produce a html file, with links opening new tabs (pages) as in https://apps.apple.com/es/app/radar-covid/id1520443509"; target="_blank">Descarga Directa However [[https://www.mpic.de/4747361/risk-calculator target="_blank"][Simulador de riesgo con más detalle]] Did not wor