Re: updates website broken

2020-12-11 Thread Bastien
Fixed, thanks! -- Bastien

Re: Possible problem with org-agenda-time-grid

2020-12-11 Thread Ihor Radchenko
steve-humphr...@gmx.com writes: > (setq tm '(number-sequence 800 2000 100)) > (setq org-agenda-time-grid '((today daily require-timed) 'tm >"" "")) You need (setq tm (number-sequence 800 2000 100)) (setq org-agenda-time-grid `((today daily require-timed) ,tm ""

Re: Using org-agenda-time-grid with lists

2020-12-11 Thread Marco Wahl
Hi Steve! > I have made two versions for calling org-agenda-time-grid, but the first does > not > comply with what the last call does. Yet the parameters are identical. > > (setq grid-displ '(today daily require-timed)) > (setq tm '(number-sequence 800 2000 100)) > (message "tm: %s" tm) > (setq

Re: Emacs inserts hardwired org-agenda-files variable, overwriting user options

2020-12-11 Thread daniela-spit
> Sent: Saturday, December 12, 2020 at 3:35 AM > From: "Jean Louis" > To: "Ihor Radchenko" > Cc: daniela-s...@gmx.it, to...@tuxteam.de, emacs-orgmode@gnu.org > Subject: Re: Emacs inserts hardwired org-agenda-files variable, overwriting > user options > > * Ihor Radchenko [2020-12-11 17:24]:

Re: Bring up a screen giving option to open a series of orgmode files

2020-12-11 Thread Jean Louis
* Ihor Radchenko [2020-12-11 18:24]: > > As an even better approach, I consider merging of independently stored > > PDF file and annotations to it and presenting combined file with native > > PDF annotations. Several years ago I have not find tools for such > > operations, maybe new projects

Re: Emacs inserts hardwired org-agenda-files variable, overwriting user options

2020-12-11 Thread Jean Louis
* Ihor Radchenko [2020-12-11 17:24]: > > ... there is no active > > hacking on org-agenda and adding new features. > > You are welcome to submit patches. > > I have experimental code to use pretty-symbols in agenda and align tags > even when frame size changes [1]. However, last time I

Re: [PATCH] org-agenda.el: Add a M-, binding for org-priority-show

2020-12-11 Thread Samuel Wales
off topic, but as a separate change, perhaps the 2 things named priority could have separate names? On 12/8/20, Kyle Meyer wrote: > [ Sorry, all, for the recent string of duplicate messages from me :x ] > > Adam Spiers writes: > >> This offers an easy way to check the internal numeric priority

Re: org-table change time from UTC to other timezones

2020-12-11 Thread Alan E. Davis
Maxim: Thank for the clear explanation. My little problem seems to require a super steam hammer. Your insights are most helpful. Alan On Fri, Dec 11, 2020, 07:46 Maxim Nikulin wrote: > 2020-12-11 Alan E. Davis wrote: > > > > I had hoped that subtracting 10 hours from 06:44 UTC would get

Re: Using org-agenda-time-grid with lists

2020-12-11 Thread steve-humphreys
> Sent: Friday, December 11, 2020 at 11:22 PM > From: "Marco Wahl" > To: steve-humphr...@gmx.com > Cc: "Org-Mode mailing list" > Subject: Re: Using org-agenda-time-grid with lists > > Hi Steve! > > > I have made two versions for calling org-agenda-time-grid, but the first > > does not > >

Re: org-table change time from UTC to other timezones

2020-12-11 Thread Jean Louis
* Maxim Nikulin [2020-12-11 18:45]: > 2020-12-11 Alan E. Davis wrote: > > > > I had hoped that subtracting 10 hours from 06:44 UTC would get me at > > least -04:44. > > I am in doubts how to present negative time correctly. Having in mind wall > clocks with hands, your expectation has some

Re: Bring up a screen giving option to open a series of orgmode files

2020-12-11 Thread Jean Louis
* Maxim Nikulin [2020-12-11 17:41]: > 2020-12-11 Jean Louis wrote: > > > > We have educational business where clients need to be brought to > > specific references quickly without reading all the book and without > > opening pages and wasting time. I can tell to staff members to copy 2 > >

Re: from dired to an org file with list of files with links

2020-12-11 Thread Uwe Brauer
> Dear Uwe, > * Uwe Brauer [2020-12-10 22:45]: > (require 'dired-x) > (defun dired-to-org-links () > "Generates Org links for Dired files and stores in memory. Yank > it in other buffer" > (interactive) > (let* ((files (dired-get-marked-files))) > (when files > (kill-new >

Re: Bring up a screen giving option to open a series of orgmode files

2020-12-11 Thread Jean Louis
* Ihor Radchenko [2020-12-10 03:02]: > > A side note: As Alan Schmitt pointed earlier, org-pdftools package > allows creating links to specific pdf page or annotation on the page or > to search string. It requires pdf-tools package as pdf viewer. Thank you for the reference, it is useful in

Re: Someone to oversee Org bugs as reported with M-x report-emacs-bugs?

2020-12-11 Thread Jean Louis
* Bastien [2020-12-11 09:28]: > Thanks Jean, I agree with most of your points. > > Are you volunteering for this task? I am anyway answering to people. So I am already doing it. But I did not copy to Org mailing list as I heard it is subscriber based. Normally GNU mailing lists are not

Re: Emacs inserts hardwired org-agenda-files variable, overwriting user options

2020-12-11 Thread tomas
On Fri, Dec 11, 2020 at 05:32:39AM +0100, daniela-s...@gmx.it wrote: [...] > There are problems in Org-Agenda my friend [...] I don't know whether it's your intention (I'm assuming it's not), but your tone comes across as pretty rude. Cheers - t signature.asc Description: Digital signature

Re: Emacs inserts hardwired org-agenda-files variable, overwriting user options

2020-12-11 Thread daniela-spit
> Sent: Friday, December 11, 2020 at 4:46 PM > From: to...@tuxteam.de > To: daniela-s...@gmx.it > Cc: emacs-orgmode@gnu.org > Subject: Re: Emacs inserts hardwired org-agenda-files variable, overwriting > user options > > On Fri, Dec 11, 2020 at 03:54:01PM +0100, daniela-s...@gmx.it wrote: > >

Re: Using org-agenda-time-grid with lists

2020-12-11 Thread TRS-80
On 2020-12-11 10:45, steve-humphr...@gmx.com wrote: Incidentally, how can one print a list in messages buffer? Do you mean something other than standard: ``` (message "%s" my-list) ``` I wrote some quite involved function to take a list of variables and print them to Messages buffer,

Re: Exporting .org to .md for Sourcehut (sr.ht); ox-md not following Markdown spec?

2020-12-11 Thread TRS-80
An update! I am very pleased to announce, that my campaign took me only a little less than 2 weeks to achieve success! :) And so, from now on, not only myself but /everyone/ who prefer writing in .org instead of .md now have a clear path to nice looking rendered HTML which is on par with the

Possible problem with org-agenda-time-grid

2020-12-11 Thread steve-humphreys
I see big differences when using the two calls to "org-agenda-time-grid" with identical parameters. (setq tm '(number-sequence 800 2000 100)) (setq org-agenda-time-grid '((today daily require-timed) 'tm "" "")) (setq org-agenda-time-grid '((today daily require-timed) (800

Re: Emacs inserts hardwired org-agenda-files variable, overwriting user options

2020-12-11 Thread daniela-spit
Freak out how much you like but it occurs to me that there is no active hacking on org-agenda and adding new features. Or it may be that there are no new ideas and you are getting upset about it. > Sent: Friday, December 11, 2020 at 9:25 AM > From: to...@tuxteam.de > To: emacs-orgmode@gnu.org

Re: Emacs inserts hardwired org-agenda-files variable, overwriting user options

2020-12-11 Thread daniela-spit
Perhaps I should be a stand up comedian! You want to enforce some social repercussions like you did with Richard Stallman? > Sent: Friday, December 11, 2020 at 2:59 PM > From: "Detlef Steuer" > To: emacs-orgmode@gnu.org > Cc: to...@tuxteam.de > Subject: Re: Emacs inserts hardwired

Re: Emacs inserts hardwired org-agenda-files variable, overwriting user options

2020-12-11 Thread Ihor Radchenko
> ... there is no active > hacking on org-agenda and adding new features. You are welcome to submit patches. I have experimental code to use pretty-symbols in agenda and align tags even when frame size changes [1]. However, last time I proposed this on mailing list, there was no interest...

Re: Emacs inserts hardwired org-agenda-files variable, overwriting user options

2020-12-11 Thread daniela-spit
> Sent: Friday, December 11, 2020 at 3:26 PM > From: "Ihor Radchenko" > To: daniela-s...@gmx.it, to...@tuxteam.de > Cc: emacs-orgmode@gnu.org > Subject: Re: Emacs inserts hardwired org-agenda-files variable, overwriting > user options > > > ... there is no active > > hacking on org-agenda and

Re: Using org-agenda-time-grid with lists

2020-12-11 Thread Marco Wahl
steve-humphr...@gmx.com writes: > I am trying to insert finer timings in org-agenda with the following code. > Haw can one pass a list in a list? > > (setq tm '(number-sequence 800 2000 30)) > (setq org-agenda-time-grid '((daily today require-timed) >tm ".." "")) > > > But

Re: from dired to an org file with list of files with links

2020-12-11 Thread TRS-80
On 2020-12-11 03:09, Uwe Brauer wrote: Dear Uwe, * Uwe Brauer [2020-12-10 22:45]: (require 'dired-x) (defun dired-to-org-links () "Generates Org links for Dired files and stores in memory. Yank it in other buffer" (interactive) (let* ((files (dired-get-marked-files))) (when

Re: Using org-agenda-time-grid with lists

2020-12-11 Thread steve-humphreys
> Sent: Friday, December 11, 2020 at 5:39 PM > From: "TRS-80" > To: steve-humphr...@gmx.com > Cc: "Emacs-orgmode" > , "Marco Wahl" > , "Org-Mode mailing list" > Subject: Re: Using org-agenda-time-grid with lists > > On 2020-12-11 10:45, steve-humphr...@gmx.com wrote: > > > > Incidentally,

Re: Emacs inserts hardwired org-agenda-files variable, overwriting user options

2020-12-11 Thread Christopher Dimech
Stick to the topic. She encountered an org-agenda problem and she figured out what was happening by herself. And I'm sure it was not without any toil. > Sent: Friday, December 11, 2020 at 2:59 PM > From: "Detlef Steuer" > To: emacs-orgmode@gnu.org > Cc: to...@tuxteam.de > Subject: Re: Emacs

Re: Bring up a screen giving option to open a series of orgmode files

2020-12-11 Thread Maxim Nikulin
2020-12-11 Jean Louis wrote: We have educational business where clients need to be brought to specific references quickly without reading all the book and without opening pages and wasting time. I can tell to staff members to copy 2 configuration files (.xpdfrc and script) in their

Re: Bring up a screen giving option to open a series of orgmode files

2020-12-11 Thread Ihor Radchenko
> As an even better approach, I consider merging of independently stored > PDF file and annotations to it and presenting combined file with native > PDF annotations. Several years ago I have not find tools for such > operations, maybe new projects have appeared since that time. I think

Re: Using org-agenda-time-grid with lists

2020-12-11 Thread steve-humphreys
> Sent: Friday, December 11, 2020 at 4:28 PM > From: "Marco Wahl" > To: steve-humphr...@gmx.com > Cc: "Org-Mode mailing list" > Subject: Re: Using org-agenda-time-grid with lists > > steve-humphr...@gmx.com writes: > > > I am trying to insert finer timings in org-agenda with the following

Re: Emacs inserts hardwired org-agenda-files variable, overwriting user options

2020-12-11 Thread tomas
On Fri, Dec 11, 2020 at 03:54:01PM +0100, daniela-s...@gmx.it wrote: > Two countrymen conspiring together. Calm down. The Germans ain't after you (BTW: I may have a .de address -- still I am not German. On the Internet, they say, nobody knows you're a dog [1]). Cheers [1]

Re: Emacs inserts hardwired org-agenda-files variable, overwriting user options

2020-12-11 Thread tomas
On Fri, Dec 11, 2020 at 02:47:27PM +0100, daniela-s...@gmx.it wrote: > > Freak out how much you like but it occurs to me that there is no active > hacking on org-agenda and adding new features. Or it may be that there > are no new ideas and you are getting upset about it. No need to

Re: Emacs inserts hardwired org-agenda-files variable, overwriting user options

2020-12-11 Thread daniela-spit
Two countrymen conspiring together. > Sent: Friday, December 11, 2020 at 3:43 PM > From: to...@tuxteam.de > To: daniela-s...@gmx.it > Cc: emacs-orgmode@gnu.org > Subject: Re: Emacs inserts hardwired org-agenda-files variable, overwriting > user options > > On Fri, Dec 11, 2020 at 02:47:27PM

Using org-agenda-time-grid with lists

2020-12-11 Thread steve-humphreys
I am trying to insert finer timings in org-agenda with the following code. Haw can one pass a list in a list? (setq tm '(number-sequence 800 2000 30)) (setq org-agenda-time-grid '((daily today require-timed) tm ".." "")) But this works well (setq org-agenda-time-grid

Re: org-table change time from UTC to other timezones

2020-12-11 Thread Maxim Nikulin
2020-12-11 Alan E. Davis wrote: I had hoped that subtracting 10 hours from 06:44 UTC would get me at least -04:44. I am in doubts how to present negative time correctly. Having in mind wall clocks with hands, your expectation has some sense. I think, the source of confusion is that you

Re: Emacs inserts hardwired org-agenda-files variable, overwriting user options

2020-12-11 Thread Detlef Steuer
Am Fri, 11 Dec 2020 14:47:27 +0100 schrieb daniela-s...@gmx.it: > Freak out how much you like but it occurs to me that there is no > active hacking on org-agenda and adding new features. Or it may be > that there are no new ideas and you are getting upset about it. Hmm, may be he just meant,

Re: Using org-agenda-time-grid with lists

2020-12-11 Thread TRS-80
On 2020-12-11 11:48, steve-humphr...@gmx.com wrote: TRS-80 wrote: On 2020-12-11 10:45, steve-humphr...@gmx.com wrote: > > Incidentally, how can one print a list in messages buffer? Do you mean something other than standard: Correct, something other than "%s". ``` (message "%s" my-list)

Re: Using org-agenda-time-grid with lists

2020-12-11 Thread Christopher Dimech
> Sent: Friday, December 11, 2020 at 6:23 PM > From: "TRS-80" > To: emacs-orgmode@gnu.org > Subject: Re: Using org-agenda-time-grid with lists > > On 2020-12-11 11:48, steve-humphr...@gmx.com wrote: > > TRS-80 wrote: > >> On 2020-12-11 10:45, steve-humphr...@gmx.com wrote: > >> > > >> >

Bug: org-capture does not work if called from minibuffer [9.4 (9.4-55-g706ba9-elpaplus @ /home/omarantolin/.emacs.d/elpa/org-plus-contrib-20201207/)]

2020-12-11 Thread Omar Antolín Camarena
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.

[PATCH][9.4] Mention org-adapt-indentation as escape hatch in ORG-NEWS

2020-12-11 Thread Kévin Le Gouguec
If it's not too late for this to make it into 27.2, I think this could make dealing with the electric-indent-mode kerfuffle easier for unsuspecting users. >From 829a98c8ee4ba8b914b9ac81bae510ae6f2820aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Le=20Gouguec?= Date: Fri, 11 Dec 2020

Re: Using org-agenda-time-grid with lists

2020-12-11 Thread TRS-80
On 2020-12-11 13:18, Christopher Dimech wrote: Perhaps you might get some ideas from https://github.com/oantolin/icomplete-vertical Oohh, Chris reply make me think different about this. My original reply was about simply printing an Elisp list (data type) to the *Messages* buffer. If