Re: Cycling through TODO workflow joins the next line onto the current one

2020-09-28 Thread Kyle Meyer
Ihor Radchenko writes: >> On my emacs 27, following demonstrates the problem. > > The patch is attached. It should fix the problem. Thanks for the patch. > Subject: [PATCH] Do not remove trailing newline when deleting planning info > line. > > * lisp/org.el (org-add-planning-info): Remove

Re: ob-java compile only

2020-09-28 Thread ian martins
Thanks for explaining. That makes sense. I'm hesitant to add the compile-only header for a couple reasons. Generally C-c C-c on a source block means "run this" but with compile-only it'll mean "run this but don't run it." It's semantically inconsistent. Also I want to bring more feature parity to

Clock report: Handy way to "Advance" report by 1 week

2020-09-28 Thread Nathan Neff
Hello all, I was writing this e-mail to ask this question and I got one of those "Org Mode Rules!" moments and thought I'd share: I have this clockreport which works great * Week of [2020-09-28 Mon] #+BEGIN: clocktable :scope agenda :maxlevel 2 :tstart "[2020-09-28 Mon]" :tend "[2020-10-04

[PATCH] Add org-meta*-final-hook

2020-09-28 Thread Jay Bosamiya
Hi all, Similar to org-shiftup-final-hook, org-shiftdown-final-hook, etc, I have added org-metaup-final-hook, org-metadown-final-hook, etc. Please see attached patch. Please do let me know if any changes are required. Cheers, Jay From 1568c1ab790edd2bb63aba32e8fcd2e3ad3d99fc Mon Sep 17 00:00:00

Re: The Website Revamp: The final stretch

2020-09-28 Thread Leslie Watter
A vote for A from me. I prefer light backgrounds when navigating except on image galleries. Cheers, Leslie On Thu, Sep 24, 2020 at 11:07 PM Samuel Wales wrote: > i am lost about a and b and 1-2 and so on. > > but i went to a tecosaur site and noticed that the old unicorn > covering text

[feature request] org-agenda-skip-unless

2020-09-28 Thread Alexander Adolf
Hello All, I wanted to improve a bit on my current, simple agenda setup (setq org-agenda-custom-commands '(("n" "Agenda and all TODOs" ((agenda "" nil) (alltodo "" ((org-agenda-block-separator ""))) and achieve an agenda with three sections: 1) (agenda "" nil) 2)

Bug: missing autoload org-load-modules-maybe [9.4 (9.4-7-g3eccc5-elpaplus @ /home/standard/.emacs.d/elpa/26.3/develop/org-plus-contrib-20200921/)]

2020-09-28 Thread Tim Frana
Hello, Reproduction: Start emacs without loading org, call org-store-link. Error message is displayed: "Symbol’s function definition is void: org-load-modules-maybe" Expected behaviour: Org link to the current location is stored. I guess an autoload should be added? Manually adding one in

Re: Bug: Math mode doesn't work if followed by a dash [9.4 (nil @ /home/gutin/.emacs.d/.local/straight/build/org-mode/)]

2020-09-28 Thread Richard Lawrence
Hi Gutin, gutin writes: > What I meant is that if you type > > $*$-algebra > > and hit C-c C-x C-l, then the "$*$" doesn't get replaced with a > mathematical image. A similar problem happens when you export to Latex: > The dollar signs get escaped. I believe this is intentional. There are

Re: Bug: Math mode doesn't work if followed by a dash [9.4 (nil @ /home/gutin/.emacs.d/.local/straight/build/org-mode/)]

2020-09-28 Thread Richard Lawrence
Hi Gutin, gutin writes: > If a pair of dollar signs is followed by a dash, then math mode doesn't > work. Can you say a bit more about what you are trying to do, what you are expecting to happen, and what you are seeing instead? Since you refer to math mode, I assume you are exporting to

Bug: Math mode doesn't work if followed by a dash [9.4 (nil @ /home/gutin/.emacs.d/.local/straight/build/org-mode/)]

2020-09-28 Thread gutin
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Bug: clocktable

2020-09-28 Thread matthias
Salut l’équipe d’Orgmode, J’ai un soucis avec le clocktable qui semble être un bug car il n’accepte pas les attributs latex avant la ligne BEGIN: #+latex_header: \usepackage{tabularx} #+ATTR_LATEX: :align Xll :width \textwidth #+BEGIN: clocktable :scope file :maxlevel 2 la seul solution que

Re: org-table-sum

2020-09-28 Thread Robert Pluim
> On Mon, 28 Sep 2020 14:50:38 +0200, Jeremie Juste > said: >> >> You could make org-table-sum use calc, which would achieve the same. I >> donʼt think there'd be any complaints about floating-point additions >> suddenly being more accurate (famous last words)

Re: org-table-sum

2020-09-28 Thread Jeremie Juste
Hello Robert, Thanks for sharing your thoughts. > I suspect that the people using org-table sum would not want to split > the function in two: itʼs a useful utility function (and why split off > the integer summing? Thatʼs always going to be accurate). I see your point here and I agree with you.

Re: org-table-sum

2020-09-28 Thread Robert Pluim
> On Sun, 27 Sep 2020 01:07:22 +0200, Jeremie Juste > said: Jeremie> Hello, Jeremie> Thanks for the input. Jeremie> From what I understand, it seems that org-table-sum is not behaving as Jeremie> expected. I don't know if it would be interesting to split the function

Re: [Feature Request] Diagrams

2020-09-28 Thread Eric S Fraga
On Sunday, 27 Sep 2020 at 15:29, Roshan Diwakar wrote: > https://github.com/mingrammer/diagrams > But still a source block literate programming option would make it > immensely useful This does look good/useful. Obviously needs somebody to implement ob-diagrams... In the meantime, you may wish

Re: [BUG] orgalist: Hickup in fill-paragraph with orgalist in markdown-mode

2020-09-28 Thread Daniel Hornung
Am Sunday, 27 September 2020, 12:35:41 CEST schrieb Nicolas Goaziou: > Daniel Hornung writes: > > when in markdown-mode, fill-paragraph behaves strangely in lists if the > > orgalist minor mode is enabled. > > > > In the following example, when the cursor is in the first item of the > > list, >

Re: [PATCH] Enhance org-html--build-meta-info

2020-09-28 Thread Jens Lechtenboerger
On 2020-09-28, TEC wrote: > Jens Lechtenboerger writes: > >> On 2020-09-28, TEC wrote: >> >>> Jens Lechtenboerger writes: Also, in org-html--build-meta-info you call org-html-encode-plain-text with two arguments, but it just accepts one. >>> >>> ? No I don't. >> >> Your patch

Re: ob-java compile only

2020-09-28 Thread John Herrlin
Hey Ian, Thank you for the quick feedback! That workflow seems to work perfectly if it's Java all the way. Then it compiles all the related files. I am mostly working with the classes from Clojure. Here is an example: #+HEADER: :classname se/my_test_package/Hey #+HEADER: :compile-only