Re: emacs + org-mode in virtual machine/docker/...

2020-05-21 Thread Jens Lechtenboerger
On 2020-05-21, John Kitchin wrote: > What do you do with this image? I would be happy to continue this off-list > if it seems better. I generate self-study HTML presentations with audio as OER based on reveal.js. See there for a course about to start in two weeks: https://oer.gitlab.io/OS/

[QUESTION] Org "customid" and "coderef" links seems not fontified as other file: link

2020-05-21 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I have following minimal testing code: #+begin_src emacs-lisp (defun org-link-beautify (start end path bracketp) "Display icon for the Org link type." (message (format "start: %s, end: %s, path: %s, bracketp: %s" start end path bracketp)))

Re: Setting org-todo-keywords through directory-local variables

2020-05-21 Thread Kévin Le Gouguec
Kévin Le Gouguec writes: > Can anyone confirm that this would (in principle) be the way forward, or > tell me if I am missing something[3]? I went ahead and cooked up a proof-of-concept patch, which (1) adds safe-local-variable properties to org-todo-keywords and org-todo-keyword-faces,

Re: [PATCH] ob-core: Display warning on failure to read results

2020-05-21 Thread Greg Minshall
Kyle, thanks for the reply and for the patch. cheers, Greg

Re: issue in orgmode manual

2020-05-21 Thread Nick Dokos
Bastien writes: > Hi Nick and John, > > this issue should be fixed now, thanks for reporting it. It is fixed AFAICT - thanks! -- Nick "There are only two hard problems in computer science: cache invalidation, naming things, and off-by-one errors." -Martin Fowler

Re: emacs + org-mode in virtual machine/docker/...

2020-05-21 Thread briangpowell .
Oh if you're talking about students that use a combo of Mac & Windows & Linux: Suggest VirtualBox --its free and can be installed and ported to each But VirtualBox is based largely on Qemu; and for students, I highly recommend they become adept at running and using Qemu I've booted and run many

Re: A small idea to simplify (further) time input in the date/time prompt

2020-05-21 Thread Robert Horn
Gustavo Barros writes: > Hi Robert, > > I do appreciate your arguments. But in reading them, I'd like to > emphasize that I'm not in any way suggesting the timestamps be changed > at all. The suggestion regards exclusively adding and extra way to > input such times in the date/time prompt.

Re: [Patch] Document org-capture-templates entry type default strings

2020-05-21 Thread No Wayman
Bastien writes: People at the FSF may be having difficulties with processing these requests due to the current situation. If you don't get an answer within a week, I'll send an email to see what delays we can reasonably expect. Thanks, Bastien. You're probably right re current

running code with sessions on remote computers

2020-05-21 Thread Tyler Smith
Hi, I am trying to run some code on a remote machine. This is R code, and uses the `:session` argument so that all blocks in the file use the same session. This works fine when I ssh into the machine and open Emacs running on that machine. However, when I use tramp from my local machine,

Re: emacs + org-mode in virtual machine/docker/...

2020-05-21 Thread briangpowell .
You name it in the virtual world & I've done it--and of course Emacs Org-Mode works great in ALL of them KVM+Docker{which I posted to this group about previously}+VMWare+Qemu+VirtualBox+etc. --I agree with other person: You can find ready-made Docker containers running emacs--personally I didn't

Re: emacs + org-mode in virtual machine/docker/...

2020-05-21 Thread Michael Welle
Hello, John Kitchin writes: > yes it is interactive use I am most interested in. I am exploring this as a > potential option for students to use in a class. well, I don't do this for Emacs specifically, but for the compilers, tools, etc. I need in operating system and systems programming

Re: A small idea to simplify (further) time input in the date/time prompt

2020-05-21 Thread Gustavo Barros
Hi Robert, On Thu, May 21 2020, Robert Horn wrote: Eric S Fraga writes: On Thursday, 21 May 2020 at 09:29, Gustavo Barros wrote: So I'd like to suggest a simplification there, which is: a string in the format "hour h minute" (that's small caps letter "H"), but in I would be strongly in

Re: A small idea to simplify (further) time input in the date/time prompt

2020-05-21 Thread Detlef Steuer
Am Thu, 21 May 2020 11:52:17 -0400 schrieb Robert Horn : > Eric S Fraga writes: > > > On Thursday, 21 May 2020 at 09:29, Gustavo Barros wrote: > >> So I'd like to suggest a simplification there, which is: a string > >> in the format "hour h minute" (that's small caps letter "H"), but > >> in

Re: issue tracker?

2020-05-21 Thread Eric Abrahamsen
Kévin Le Gouguec writes: > Nicolas Goaziou writes: > >> - As pointed out, Org has a bug tracker : Emacs' Debbugs. See >> . Org users do not send bugs >> through it much. > > (In the event that they do, should whoever follows bug-gnu-emacs refer > these

Re: emacs + org-mode in virtual machine/docker/...

2020-05-21 Thread John Kitchin
What do you do with this image? I would be happy to continue this off-list if it seems better. John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin

Re: emacs + org-mode in virtual machine/docker/...

2020-05-21 Thread John Kitchin
yes it is interactive use I am most interested in. I am exploring this as a potential option for students to use in a class. So "opening" it should look like a regular GUI emacs. Any org-files that are created would have to be persistent, and accessible so students could turn them in somehow. I

Re: A small idea to simplify (further) time input in the date/time prompt

2020-05-21 Thread Robert Horn
Eric S Fraga writes: > On Thursday, 21 May 2020 at 09:29, Gustavo Barros wrote: >> So I'd like to suggest a simplification there, which is: a string in >> the format "hour h minute" (that's small caps letter "H"), but in > > I would be strongly in favour of having this option. This is how I >

Re: emacs + org-mode in virtual machine/docker/...

2020-05-21 Thread Jens Lechtenboerger
On 2020-05-21, John Kitchin wrote: > Has anyone had any success in creating or using any kind of virtual machine > that can work across platforms to run emacs+org-mode? I maintain Docker images, emacs-reveal includes org-ref. It is large, though:

Re: issue tracker?

2020-05-21 Thread Kévin Le Gouguec
Anthony Carrico writes: > On 5/21/20 10:18 AM, Anthony Carrico wrote: >> which is a big ask for users. > > ... given that the community expressed that it would like to interact on > a mailing list without other user facing tooling. AFAICT, the only thing users have to do to participate in

Re: issue in orgmode manual

2020-05-21 Thread Bastien
Hi Nick and John, this issue should be fixed now, thanks for reporting it. -- Bastien

Re: issue tracker?

2020-05-21 Thread Kévin Le Gouguec
Nicolas Goaziou writes: > - As pointed out, Org has a bug tracker : Emacs' Debbugs. See > . Org users do not send bugs > through it much. (In the event that they do, should whoever follows bug-gnu-emacs refer these users to emacs-orgmode?) > -

Re: issue tracker?

2020-05-21 Thread Anthony Carrico
On 5/21/20 10:18 AM, Anthony Carrico wrote: > which is a big ask for users. ... given that the community expressed that it would like to interact on a mailing list without other user facing tooling. -- Anthony Carrico

Re: issue tracker?

2020-05-21 Thread tomas
On Thu, May 21, 2020 at 10:18:27AM -0400, Anthony Carrico wrote: > On 5/21/20 3:31 AM, Kévin Le Gouguec wrote: > > I think you've just described, in order: > > > > - Debbugs (the issue tracking software), > > Yes, I almost mentioned that Debian uses an email based bug tracker, as > a point of

Re: emacs + org-mode in virtual machine/docker/...

2020-05-21 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 John Kitchin writes: > Has anyone had any success in creating or using any kind of virtual machine > that can work across platforms to run emacs+org-mode? > That's interesting idea I used to want to take a try with Vagrant. I saw Vagrant has

[SOLVED] Re: How to defint functions for other org link parameters like :face :display etc?

2020-05-21 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 John Kitchin writes: > Here is a real minimal example: > > #+BEGIN_SRC emacs-lisp > (defun a-func (start end path bracketp) > (let ((d (concat "@" path))) > (set-text-properties start end `(display ,d > > > (org-link-set-parameters

Re: emacs + org-mode in virtual machine/docker/...

2020-05-21 Thread Diego Zamboni
I have not used any personally, but using Docker or Vagrant it shouldn't be too hard. Quick searches on Vagrant's and Docker's public repositories reveals there are a few emacs-based images already, although I could not find any specific mentions to Org:

Re: issue tracker?

2020-05-21 Thread Anthony Carrico
On 5/21/20 3:31 AM, Kévin Le Gouguec wrote: > I think you've just described, in order: > > - Debbugs (the issue tracking software), Yes, I almost mentioned that Debian uses an email based bug tracker, as a point of reference. I'm not familiar with the details, but I think it is header based,

Re: How to defint functions for other org link parameters like :face :display etc?

2020-05-21 Thread John Kitchin
Here is a real minimal example: #+BEGIN_SRC emacs-lisp (defun a-func (start end path bracketp) (let ((d (concat "@" path))) (set-text-properties start end `(display ,d (org-link-set-parameters "alink" :activate-func 'a-func) #+END_SRC it has some problems,

emacs + org-mode in virtual machine/docker/...

2020-05-21 Thread John Kitchin
Has anyone had any success in creating or using any kind of virtual machine that can work across platforms to run emacs+org-mode? John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213

Re: A small idea to simplify (further) time input in the date/time prompt

2020-05-21 Thread Eric S Fraga
On Thursday, 21 May 2020 at 09:29, Gustavo Barros wrote: > So I'd like to suggest a simplification there, which is: a string in > the format "hour h minute" (that's small caps letter "H"), but in I would be strongly in favour of having this option. This is how I write times in email messages,

Re: A small idea to simplify (further) time input in the date/time prompt

2020-05-21 Thread Gustavo Barros
On Thu, May 21 2020, Gustavo Barros wrote: format "hour h minute" (that's small caps letter "H"), but ^^ Sorry, I obviously would like to have said "lowercase" here. Best, Gustavo.

A small idea to simplify (further) time input in the date/time prompt

2020-05-21 Thread Gustavo Barros
Hi All, the Org date/time prompt does deliver the promise in the manual that we "start getting annoyed by pretty much any other way of entering a date/time out there". It has indeed become so for me, as the date/time prompt is very neat. But there is one place where input could be even

Re: issue tracker?

2020-05-21 Thread Bruce D'Arcus
On Thu, May 21, 2020 at 4:11 AM Nicolas Goaziou wrote: ... > - Debbugs has a nice, modern, front end, too: Mumi > (). See for > example . That'd be a nice improvement. Bruce

Re: Spelling corrections, file name changes

2020-05-21 Thread Bastien
Hi Mak, thanks for spotting and reporting these spelling mistakes. As Kyle said, if you need write access to Worg, send me a private email with the username you want and I'll create a user. Thanks, -- Bastien

Re: issue tracker?

2020-05-21 Thread Nicolas Goaziou
Hello, Detlef Steuer writes: > That leads to the next point: If Nicolas decided *he* would love to work > with a bugtracker, I would not complain and open an account. > As it is now, anything that's not in the best interest of our benevolent > developer, should not even be considered :-) Thank

Re: [Patch] Document org-capture-templates entry type default strings

2020-05-21 Thread Bastien
Hi, No Wayman writes: > Appreciate the reminder, Kyle. I emailed the form per the directions > in that link roughly two weeks ago. Thanks for doing so. > Still waiting on the assignment contract. People at the FSF may be having difficulties with processing these requests due to the current

Re: org-rss feed title is concatenation of all post titles? (ECM included)

2020-05-21 Thread Bastien
Nick Dokos writes: > What thread? ;) -- Bastien

Re: issue tracker?

2020-05-21 Thread Kévin Le Gouguec
"James R Miller" writes: >> I think issue tracking could happen on a mailing list. If you tag an >> issue's subject line with OPEN: or CLOSE:, a bot could mail a summary of >> the OPEN: issues to the list periodically (in theory). > > Something like that would be nice; the bot could even store

Re: yhetil.org/orgmode now supports searching by Gmane ID

2020-05-21 Thread Bastien
Hi Kyle, Kyle Meyer writes: > Anyway, for the public-inbox archives at , I find the interface to be very useful. Is it possible to make it the standard/official way to search through emacs-orgmode mailing list? Perhaps by hosting it on orgmode.org or by having a

Re: [PATCH] agenda: Consider FILETAGS for archive skipping

2020-05-21 Thread George Sokolsky
Thank you Kyle On May 21, 2020 5:05:10 AM GMT+02:00, Kyle Meyer wrote: >George Sokolsky writes: > >> Kyle, could you please apply the patch to the org repository? > >Applied (5e2490bdf).

Re: Bug: Repeating tasks no longer appearing on future dates in the agenda [9.3.6 (9.3.6-17-g389288-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20200224/)]

2020-05-21 Thread General discussions about Org-mode.
Hi Gustavo, Gustavo Barros writes: > Hopefully a solution for the one-time delay issue which does not > trigger this new problem can be found. But I concur (if I may) it was > a wise decision to revert the commit in the meantime. Agreed, thanks Kyle. I'll revisit the one-time delay issue

Re: Debugging at least 2 regressions in org-mode master breaking ox-hugo

2020-05-21 Thread Bastien
Hi Kyle, Kyle Meyer writes: > Daniel Kraus writes: > >> Just want to say that I'm (like everyone else who uses the Emacs >> `native-comp` branch >> with org-mode from master) are also affected by this and >> would appreciate if this can be merged. > > I'll plan to bring that commit into

[PATCH] New function org-agenda-filter-set

2020-05-21 Thread Stefan Kangas
Hi all, Please find attached a patch to add a new function org-agenda-filter-set which allows you to specify the same strings as in the org-agenda-filter prompt directly from Lisp. It allows you to do things like: (org-agenda-filter-set "-@foo-bar") Before, this would have involved doing