Re: Org table: emphasizing calculated cell

2021-08-27 Thread Jarmo Hurri
Greetings Norwid. Norwid Behrnd writes: > Let's use your idea to use /multiple table formulae/. Contrasting to > your attempt, I don't mind to go the extra mile and to run a cheap > computation twice for a result already in hand. As a MWE > > ``` > | quantity | value | > | A |

Re: Org table: emphasizing calculated cell

2021-08-27 Thread Jarmo Hurri
Nick Dokos writes: > Jarmo Hurri writes: >> This solution seems to change the contents of a cell, not only its >> formatting. So the following, where I try to increase the value of "C" >> by one, leads to an error: >> >> ``` >> | quantity | value | >> |--+| >> | A| 1

Re: Org table: emphasizing calculated cell

2021-08-27 Thread Samuel Wales
out of curiosity, do common spreadsheets implement the feature of distinguishing calculated results from entered values? i find myself wanting that too, but don't know if that desire is unusual. On 8/27/21, Nick Dokos wrote: > Jarmo Hurri writes: > >> Greetings Norwid. >> >> Norwid Behrnd

Re: Org table: emphasizing calculated cell

2021-08-27 Thread Nick Dokos
Jarmo Hurri writes: > Greetings Norwid. > > Norwid Behrnd writes: > >> try extending the format of the table formula with asterisks, i.e. >> >> ``` >> | quantity | value | >> |--+| >> | A| 1 | >> | B| 3 | >> |--+| >> | *C* | *0.33*

Re: ob-lilypond.el doesn't generate midi files

2021-08-27 Thread Nick Dokos
Michael Maurer writes: > On Thu, 26 Aug 2021 at 21:54, Nick Dokos wrote: >> >> Michael Maurer writes: >> >> > On Thu, 26 Aug 2021 at 15:03, Jonathan Gregory wrote: >> >> >> >> Hi >> >> >> >> On 26 Aug 2021, Michael Maurer wrote: >> >> >> >> > I've installed lilypond and customized

Re: Bug: Unintended column added to table [9.4.6 (9.4.6-gab9f2a @ /home/user/.emacs.d/elpa/org-9.4.6/)]

2021-08-27 Thread Ihor Radchenko
spect...@mail.com writes: > In a preexisting org table, hitting can add a new, unintended column > > Bug: After the 2nd iteration, org adds a unintended new column. Further > iteration adds more columns. Confirmed The problem appears somewhere inside org-table-justify-field-maybe Best, Ihor

Re: ob-lilypond.el doesn't generate midi files

2021-08-27 Thread Michael Maurer
On Thu, 26 Aug 2021 at 21:54, Nick Dokos wrote: > > Michael Maurer writes: > > > On Thu, 26 Aug 2021 at 15:03, Jonathan Gregory wrote: > >> > >> Hi > >> > >> On 26 Aug 2021, Michael Maurer wrote: > >> > >> > I've installed lilypond and customized ob-lilypond to use the > >> > appropriate helper

Re: pygments support

2021-08-27 Thread Juan Manuel MacĂ­as
Hi Yuchen, I only know this one, but haven't tried it: https://github.com/or/pygments-orgmode-lexer Best regards, Juan Manuel Yuchen Pei writes: > Hello, > > I was playing with my cgit setup when I noticed that pygments does not > support org mode syntax highlighting[1]. > > Just wondering

pygments support

2021-08-27 Thread Yuchen Pei
Hello, I was playing with my cgit setup when I noticed that pygments does not support org mode syntax highlighting[1]. Just wondering if anyone has worked on it, or if there's any "unofficial" org mode component (lexer?), before I go ahead and try to write my own. [1]:

Re: how to get multi-line author in ODT export?

2021-08-27 Thread Eric S Fraga
Juan Manuel, thank you very much. This is both very useful and ever so simple! I did have to set org-export-allow-bind-keywords for this to work (in case others wonder why nothing seems to happen ;-)). Thanks again, eric -- : Eric S Fraga via Emacs 28.0.50, Org release_9.4.6-628-g366444 :

Re: bug#48199: 28.0.50; [POSSIBLY SOLVED] Org mode surprisingly usurps Calendar key binding

2021-08-27 Thread tomas
On Fri, Aug 27, 2021 at 08:42:22AM +0200, tomas wrote: > On Fri, Aug 27, 2021 at 05:37:40AM +0200, Lars Ingebrigtsen wrote: [...] > > I can't reproduce this with "emacs -Q", or after visiting etc/ORG-NEWS, > > with the current Emacs trunk. > > FWIW, I've seen that problem too, but it seems

Bug: Refiling insert extra spaces at beginning of inline-tasks headlines [9.4.6 (9.4.6-12-gdcc3a8-elpaplus @ ~/.config/emacs/elpa/org-plus-contrib-20210823/)]

2021-08-27 Thread Vincent Chouraki
Hello everyone, When refiling a headline that contains an inlinetask, extra spaces are inserted between the beginning of line and the inlinetask headline. The number of spaces inserted seems to depend on the difference in depths between the current and "refiled" depth of the headline. For

bug#48199: 28.0.50; Org mode surprisingly usurps Calendar key binding

2021-08-27 Thread Yuchen Pei
Lars Ingebrigtsen writes: Yuchen Pei writes: This bug seems to be still around, as it just happened to me. Steps to reproduce: - Build a recent version e.g. commit efaed29f3d with `make` - ./src/emacs - M-x calendar RET - i results in "command-execute: Wrong type argument: commandp,

bug#48199: 28.0.50; Org mode surprisingly usurps Calendar key binding

2021-08-27 Thread Yuchen Pei
Looks like this email hadn't go through before I unarchived the bug. Apologies for any duplicate messages. Yuchen Pei writes: This bug seems to be still around, as it just happened to me. Steps to reproduce: - Build a recent version e.g. commit efaed29f3d with `make` - ./src/emacs - M-x

Re: bug#48199: 28.0.50; Org mode surprisingly usurps Calendar key binding

2021-08-27 Thread tomas
On Fri, Aug 27, 2021 at 05:37:40AM +0200, Lars Ingebrigtsen wrote: > Yuchen Pei writes: > > >> This bug seems to be still around, as it just happened to me. Steps > >> to > >> reproduce: > >> > >> - Build a recent version e.g. commit efaed29f3d with `make` > >> - ./src/emacs > >> - M-x calendar