Re: Specifying the execution function and/or nested major mode for babel blocks

2020-04-26 Thread Vladimir Nikishkin
>> (add-to-list 'org-src-lang-modes '("f90" . fortran)) Language alignment is fine. What needs to be done is to make org-babel use org-babel-execute:fortran for both begin_src fortran, and for begin_src f90. пн, 27 апр. 2020 г. в 12:12, Kyle Meyer : > > Vladimir Nikishkin writes: > > > This is

Re: Specifying the execution function and/or nested major mode for babel blocks

2020-04-26 Thread Kyle Meyer
Vladimir Nikishkin writes: > This is fine most of the time, however, there are exceptions. > The one I am interested in is fortran/f90. There are separate > fortran-mode and f90-mode, however, afaiu, just a single > ob-fortran.el, which works fine with both of those. In that case, you'd just

Specifying the execution function and/or nested major mode for babel blocks

2020-04-26 Thread Vladimir Nikishkin
Hello, everyone. In org.el we have the following: (require (intern (concat "ob-" lang))) This is fine most of the time, however, there are exceptions. The one I am interested in is fortran/f90. There are separate fortran-mode and f90-mode, however, afaiu, just a single ob-fortran.el, which works

Re: Feature request: org-agenda-clockreport-mode to omit files with no clocked time

2020-04-26 Thread Stig Brautaset
Kyle Meyer writes: >> I often end up with empty files in my org-agenda-clockreport-mode, >> [...] >> I would have liked it to hide all the uninteresting files (i.e. files >> with no clocked time) and instead shown me: > > I haven't tried, but can you already do this via >

Re: Feature request: org-agenda-clockreport-mode to omit files with no clocked time

2020-04-26 Thread Kyle Meyer
Stig Brautaset writes: > I often end up with empty files in my org-agenda-clockreport-mode, > something like this. (For the avoidance of doubt: this is an ECM ;-) ) > > | File | Headline | Time | | > |--+--++---| > | | ALL

Feature request: org-agenda-clockreport-mode to omit files with no clocked time

2020-04-26 Thread Stig Brautaset
Hello, I often end up with empty files in my org-agenda-clockreport-mode, something like this. (For the avoidance of doubt: this is an ECM ;-) ) | File | Headline | Time | | |--+--++---| | | ALL *Total time* | *0:42* | |

Re: 28.0.50; [bug] Inside help buffers escaped symbol[s] causing a problem.

2020-04-26 Thread Achilles Yuce
Nicolas Goaziou writes: > It looks like a bug in Emacs, doesn't it? Why would Info buffer display > "\`" when you write "`"? I suggest to report it to Emacs developers. > Meanwhile, I pushed a work around. Thank you. Thank you for the work around. As for the questions: I wouldn't know but

Re: #+BEGIN_SRC sh C-c C-c in Windows

2020-04-26 Thread Neil Cherry
On 4/23/20 9:46 AM, Neil Cherry wrote: > On 4/23/20 2:15 AM, Robert Klein wrote: >> Hi, >> >> On Wed, 22 Apr 2020 08:09:39 -0400 >> Neil Cherry wrote: >> >>> I've searched for a resolution for this but haven't found one. I want >>> to be able to call a different command shell in Windows. What I

Re: [patch suggestion] Mitigating the poor Emacs performance on huge org files: Do not use overlays for PROPERTY and LOGBOOK drawers

2020-04-26 Thread Ihor Radchenko
> You cannot. You may however mimic it with `cursor-sensor-functions' text > property. These assume Cursor Sensor minor mode is active, tho. > I haven't tested it, but I assume it would slow down text properties > a bit, too, but hopefully not as much as overlays. Unfortunately, isearch sets

Re: org-thtml - static html site in pure org + Emacs

2020-04-26 Thread Detlef Steuer
Hi! I will give it a try. Really useful! Thx for creating and sharing! Detlef Am Sat, 25 Apr 2020 16:27:28 +0200 schrieb Juan José García-Ripoll : > Hi, > > I have created this standalone framework for building static HTML > sites using Emacs and org-mode >

Re: 28.0.50; [bug] Inside help buffers escaped symbol[s] causing a problem.

2020-04-26 Thread Nicolas Goaziou
Hello, Achilles Yuce writes: > After using `org-store-link`; i was expecting to jump back to what i > stored which is the buffer to see after evaluating (describe-symbol '\`) > but instead i got an `user-error` as you can see in [Recent messages:] > section in this report. I believe this

Re: Adaptive Org faces in headings?

2020-04-26 Thread Ihor Radchenko
> Does the community know of a solution to this issue? Not precisely answer to your question, but I use the code below to get more complete fontification in agenda. The code does not consider heading level, but can be easily modified to do so [ (insert "* ") -> (insert (s-concat (make-string

Adaptive Org faces in headings?

2020-04-26 Thread Protesilaos Stavrou
Dear all, I have noticed that Org faces that combine with headings do not adapt to their context. This applies to keywords, priority cookies, links, and possibly other elements as well. For example, a "todo" keyword (`org-todo' face) will not scale in size to match that of the heading level

28.0.50; [bug] Inside help buffers escaped symbol[s] causing a problem.

2020-04-26 Thread Achilles Yuce
Hello Everyone, After using `org-store-link`; i was expecting to jump back to what i stored which is the buffer to see after evaluating (describe-symbol '\`) but instead i got an `user-error` as you can see in [Recent messages:] section in this report. I believe this shouldn't be the case. My