Re: Why not org-tempo insert upcased strings?

2020-04-27 Thread Kyle Meyer
Kaushal Modi writes: > On Mon, Apr 27, 2020, 4:35 AM tsuucat wrote: > >> Why the convention is changed in org-tempo? > > I'm a bit hazy about this, but I believe that org-tempo got introduced > after this commit: >

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

2020-04-27 Thread Kyle Meyer
Vladimir Nikishkin writes: >>> (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. Yeah, my suggestion doesn't make sense given you

Re: Why not org-tempo insert upcased strings?

2020-04-27 Thread Kaushal Modi
On Mon, Apr 27, 2020, 4:35 AM tsuucat wrote: > > > tsuucat writes: > > > >>> Yes, the convention is now to have downcased keywords. > >> Thanks. Is the convention documented? > >> > >> https://orgmode.org/manual/Structure-Templates.html#Structure-Templates >

Re: Parentheses in section titles interfere with on-screen font choice

2020-04-27 Thread Richard Stanton
Much dissection of init.el later, it seems the problem was caused by an interaction with (an outdated version of) another package, rainbow-delimiters. Updating this seems to solve the problem. Best, Richard > On Apr 27, 2020, at 3:00 AM, Nicolas Goaziou wrote: > > Hello, > > Richard

Re: Parentheses in section titles interfere with on-screen font choice

2020-04-27 Thread Richard Stanton
I’ll investigate further... > On Apr 27, 2020, at 3:00 AM, Nicolas Goaziou wrote: > > Hello, > > Richard Stanton mailto:rhstan...@berkeley.edu>> > writes: > >> When using org mode (9.3.6), I’ve noticed that putting parentheses >> into a section title seems to change the font used to display

Re: Parentheses in section titles interfere with on-screen font choice

2020-04-27 Thread Nicolas Goaziou
Hello, Richard Stanton writes: > When using org mode (9.3.6), I’ve noticed that putting parentheses > into a section title seems to change the font used to display the > title on the screen. So, for example, on my machine > > * Heading > > displays in a red font. > > If I add something in

Parentheses in section titles interfere with on-screen font choice

2020-04-27 Thread Richard Stanton
When using org mode (9.3.6), I’ve noticed that putting parentheses into a section title seems to change the font used to display the title on the screen. So, for example, on my machine * Heading displays in a red font. If I add something in parentheses, e.g., * Heading (with parentheses)

Re: Why not org-tempo insert upcased strings?

2020-04-27 Thread tsuucat
> tsuucat writes: > >>> Yes, the convention is now to have downcased keywords. >> Thanks. Is the convention documented? >> >> https://orgmode.org/manual/Structure-Templates.html#Structure-Templates >> >> It doesn’t

Re: small patch for ox-bibtex.el in contrib

2020-04-27 Thread Eric S Fraga
On Friday, 24 Apr 2020 at 22:25, Nicolas Goaziou wrote: > Thank you. I eventually pushed a different fix as I noticed other issues > in the code. Could you confirm it still solves your problem? Yes, thank you. Jumping to an entry in my bibliography file works perfectly. I've not tested anything