Re: ox-* vs org-* naming convention?

2020-06-10 Thread Diego Zamboni
Hi everyone, Just a quick update: issue https://github.com/purcell/package-lint/issues/89 submitted by Kaushal has been closed through the PR I submitted, so now package-lint officially accepts "org-" symbols in "ox-" and "ob-" packages :) --Diego On Tue, Jun 9, 2020 at 9:13 PM Diego Zamboni wr

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

2020-06-10 Thread Nicolas Goaziou
Hello, Ihor Radchenko writes: > [The patch itself will be provided in the following email] Thank you! I'll first make some generic remarks, then comment the diff in more details. > I have four more updates from the previous version of the patch: > > 1. All the code handling modifications in fo

Re: [PATCH] org-element.el: Update comment

2020-06-10 Thread Nicolas Goaziou
Hello, Leo Vivier writes: > I’ve noticed that a comment on the caching of org-element wasn’t up to > date, so I went ahead and updated it. I’ve also fixed a missing quote > for one of the variables. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [PATCH] Allow org-capture-mode-hook to access org-capture-current-plist [9.3.6 (release_9.3.6-443-g0e8aff @ /home/n/.emacs.d/straight/build/org/)]

2020-06-10 Thread Nicolas Goaziou
Hello, No Wayman writes: > Subject: [PATCH] lisp/org-capture.el: Set `org-capture-current-plist' before > `org-capture-mode-hook' > > * org-capture.el (org-capture-place-template): Allow > `org-capture-current-plist' access during `org-capture-mode-hook' Thank you. We're in feature freeze, bu

Re: ox-* vs org-* naming convention?

2020-06-10 Thread Kaushal Modi
Hello Diego, That's great! Thanks for your PR. On Wed, Jun 10, 2020 at 12:57 PM Diego Zamboni wrote: > Hi everyone, > > Just a quick update: issue > https://github.com/purcell/package-lint/issues/89 submitted by Kaushal > has been closed through the PR I submitted, so now package-lint > officia

Get Grades Done: the joys of Org's simple power

2020-06-10 Thread Devin Prater
So, I’ll try to not turn this into a novella. I am a “Technical Assistant”, and I teach at an adult education sort of trade school. This probably sounds normal, but the only sort of catch is that I am blind, and so are many of my students, the rest having some vision loss. So, I have to find w

Re: Get Grades Done: the joys of Org's simple power

2020-06-10 Thread Russell Adams
On Wed, Jun 10, 2020 at 03:38:43PM -0500, Devin Prater wrote: > Now, I do wish I could share these “self-grading” performance tests with > others. I’ve tried exporting one to HTML, but the grade doesn’t seem to update > automatically like it does in Org-mode. Unfortunately updating the count is pe

Re: Get Grades Done: the joys of Org's simple power

2020-06-10 Thread George Mauer
You know...I believe some people have gotten emacs running in browser... You could do it by compiling it to wasm. So in theory you could create a completely in-browser emacs which is optimized primarily for org mode usage. Would be kind of an awesome thing for someone to tackle as it would greatly

Re: Get Grades Done: the joys of Org's simple power

2020-06-10 Thread Diego Zamboni
Hi Devin, Your could try https://org-web.org/ - it allows online editing of Org files and a quick test shows that it supports the automatic update of checkbox counts. --Diego On Wed, 10 Jun 2020 at 22:39, Devin Prater wrote: > So, I’ll try to not turn this into a novella. I am a “Technical > A

Re: Get Grades Done: the joys of Org's simple power

2020-06-10 Thread Steven Harris
A simple tailored emacs docker image and a terminal emulator might do the trick for Mr Prater. I've recently used a docker image that is a self contained Gnu Octave application accessed through a web browser in a similar way that works for sighted folks. epflsti/octave-x11-novnc-docker:latest HTH

Re: [PATCH] Allow org-capture-mode-hook to access org-capture-current-plist [9.3.6 (release_9.3.6-443-g0e8aff @ /home/n/.emacs.d/straight/build/org/)]

2020-06-10 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > We're in feature freeze, but since the change was very small, and was > discussed a while before I applied it nonetheless. Sure, no problem, thanks for applying it! -- Bastien