Re: Agenda buffer name after following a time stamp

2020-11-08 Thread Kyle Meyer
Garjola Dindi writes: [...] > Steps to reproduce: > > 1. Press on [2020-10-22 Thu]. This generates the agenda for >that date in a buffer named "*Org Agenda(a:2020-10-22)" > 2. Close the agenda with "q" or "x" > 3. invoke the org-agenda dispatcher, choose t (or any other view except >

Re: [PATCH] Async session eval (2nd attempt)

2020-11-08 Thread Kyle Meyer
Jack Kamm writes: > This patch adds asynchronous evaluation for session blocks in > Python. It also adds functionality to implement async session eval for > other languages using ob-comint.el. > > To test the attached patch, add ":async" to a Python session block > with a long computation (or

Re: [PATCH] org-manual.org: Remove languages list and update worg link

2020-11-08 Thread Kyle Meyer
ian martins writes: > I pushed two days ago, but the manual hasn't updated yet. I guess it > doesn't update on git hooks like worg. is there a scheduled process or is > there something that must be done? The online manual corresponds to the latest release and updated with each release (as far as

Re: [PATCH] add new link type "contact:" for org-contacts.el

2020-11-08 Thread stardiviner
After waited some days, still no reponse, so I popup this email. Can some Org maintainer review my patch? Thanks. It does not changed org-contacts.el core logic. Just added a new link type. Should be easy to review. [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner

Is there possibility to provide back links to each finely grained part of Org file?

2020-11-08 Thread Jean Louis
In reference to Doug Engelbart's vision: https://www.dougengelbart.org/content/view/116/#7j I am asking if there is feature in Org mode that could generate a back link or #name or other tags in export so that each part of Org file can be later finely referenced? Example may be seen on the above

bug#44524: 28.0.50; Wrong place saved in org file with save-place-mode

2020-11-08 Thread Juri Linkov
Package: emacs,org-mode 0. emacs -Q 1. enable save-place-mode 2. visit an org file with a single line: #+DATE: 2020-11-08 The cursor always jumps to the fixed place inside the date, and doesn't remember its previous position. Here is a fix to not set buffer-file-name (that causes

manual omission - effort command in agenda remote editing section

2020-11-08 Thread Ian Garmaise
The following command is missing from section 11.5, Commands in the Agenda Buffer, Remote editing commands C-c C-x e or short e (org-set-effort) -- = Ian Garmaise Consultant Phorix Solutions Group ia...@phorixsol.com Toronto cell: 416.432.2251 NYC: 917.512.9535

export of coderefs to reveal.js

2020-11-08 Thread Johannes Brauer
Hi! Using coderefs for normal html export works fine. On mouseover the target line is highlighted. But exporting the same org file to reveal.js with org-reveal I get the following error message (in Chrome): VM22943 slide-org57a7ad2:249 Uncaught ReferenceError: CodeHighlightOn is not defined

Re: [PATCH] org-manual.org: Remove languages list and update worg link

2020-11-08 Thread ian martins
I pushed two days ago, but the manual hasn't updated yet. I guess it doesn't update on git hooks like worg. is there a scheduled process or is there something that must be done? On Thu, Nov 5, 2020 at 11:03 PM Kyle Meyer wrote: > ian martins writes: > > > Subject: [PATCH] org-manual.org: Remove

Re: export +A+ to latex, xout and not sout

2020-11-08 Thread Uwe Brauer
>>> "T" == TEC writes: Hi Timothy > Hi Uwe, > Uwe Brauer writes: >> I'd rather prefer to have \xout{A} instead of \sout{A} >> How can I achieve that? > How about this: > (setcdr (assoc 'strike-through org-latex-text-markup-alist) >"\\xout{%s}") A pure lisp solution, I see, I

Re: export +A+ to latex, xout and not sout

2020-11-08 Thread TEC
Hi Uwe, Uwe Brauer writes: I'd rather prefer to have \xout{A} instead of \sout{A} How can I achieve that? How about this: (setcdr (assoc 'strike-through org-latex-text-markup-alist) "\\xout{%s}") Hope that helps, Timothy.

export +A+ to latex, xout and not sout

2020-11-08 Thread Uwe Brauer
Hi When I export an org file that contains constructs such as +A+ to a Latex files, it gets converted to \sout{A}. I'd rather prefer to have \xout{A} instead of \sout{A} How can I achieve that? Thanks and regards Uwe Brauer