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

2020-12-10 Thread Alan E. Davis
I am close to throwing in the towel. Thank you for the suggestion. Several problems have been encountered. I wonder whether I understand this tool at all. If I subtract 10:00 from 08:46, the answer given is -01:14. I used #+TBLFM: $6=$4+$5;U, as follows (please forgive the formatting): |

Re: stability of toc links

2020-12-10 Thread TEC
Carsten Dominik writes: > Yes, I mean this code, or something like this, to aid the automatic > creation of links that are somewhat stable. I have been missing this very > much. Hi Carsten, glad to hear that there /does/ seem to be interest in this after all :) A few things worth saying I

Re: stability of toc links

2020-12-10 Thread Carsten Dominik
On Wed, Dec 9, 2020 at 10:25 PM Samuel Wales wrote: > just so everybody is on the same page, i think carsten is talking > about tec's code that generates html id's that are then used in urls? > Yes, I mean this code, or something like this, to aid the automatic creation of links that are

Re: Unhealthy Haskell babel

2020-12-10 Thread Immanuel Litzroth
I don't think org-babel is a good fit for compiled languages. If the idea is to just take 1 snippet, and "execute" that it means that to have a consistent whole you'd need to put all the modules of your program into that snippet (already impossible in Haskell, you can have only 1 module per file),

Re: [PATCH] org-plot abstractions and extension

2020-12-10 Thread Bastien
Hi Timothy, TEC writes: > It's now been 1.5 months, so I'm going to bump this thread. Sure - thanks for bumping this. I'm slowly reading emails from the past weeks, I will handle this ASAP. Thanks, -- Bastien

New startup options, showlevels

2020-12-10 Thread Gustav Wikström
Prompted by a question on StackOverflow, https://stackoverflow.com/questions/56536184/set-initial-visiblity-to-a-certain-level-in-org-mode, a few new options are added to the startup setting. Patch is applied to master as this is non-critical and it is communicated here and now for full

Re: stability of toc links

2020-12-10 Thread TEC
> There are a few touch ups I'll do to my code shortly I'm pleased to say that I've improved the readability and documentation of my code (hopefully) in https://github.com/tecosaur/emacs-config/commit/dc873d3 I hope this may be of some help, Timothy

Re: Unhealthy Haskell babel

2020-12-10 Thread Lawrence Bottorff
I see your point, i.e., compiled, multi-file projects are not really meant for the REPL-dominant world of org-mode babel. Babel's sweet-spot would be the interpreted world, the very best probably a Lisp language. Still, the ability to add code to a running REPL should be possible. As I mentioned,

[one pkf found] (was: from dired to an org file with list of files with links)

2020-12-10 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > Suppose via dired I see > -rw-rw-r-- 1 oub oub 1003 dic 10 18:17 auto-org-md-autoloads.el > -rw-rw-r-- 1 oub oub 2,0K dic 10 18:17 auto-org-md.el > -rw-rw-r-- 1 oub oub 2,3K dic 10 18:17 auto-org-md.elc > -rw-rw-r-- 1 oub oub 486 dic 10

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

2020-12-10 Thread Uwe Brauer
Hi Suppose via dired I see -rw-rw-r-- 1 oub oub 1003 dic 10 18:17 auto-org-md-autoloads.el -rw-rw-r-- 1 oub oub 2,0K dic 10 18:17 auto-org-md.el -rw-rw-r-- 1 oub oub 2,3K dic 10 18:17 auto-org-md.elc -rw-rw-r-- 1 oub oub 486 dic 10 18:17 auto-org-md-pkg.el I'd like to create

Re: Unhealthy Haskell babel

2020-12-10 Thread Immanuel Litzroth
Well another possible solution is to wrap the code blocks in :{ xxx :} in (defun org-babel-execute:haskell (body params) -- ob-haskell.el Immanuel On Thu, Dec 10, 2020 at 6:21 PM Lawrence Bottorff wrote: > > I see your point, i.e., compiled, multi-file projects are not really meant > for the

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

2020-12-10 Thread Tim Cross
Alan E. Davis writes: > I am close to throwing in the towel. > > Thank you for the suggestion. Several problems have been encountered. I > wonder whether I understand this tool at all. If I subtract 10:00 from > 08:46, the answer given is -01:14. I used #+TBLFM: $6=$4+$5;U, as follows >

Re: Unhealthy Haskell babel

2020-12-10 Thread Lawrence Bottorff
Yes -- and I think I came across this long ago during another attempt and totally forgot about it. I think I'll write this up on emacs.stackexchange so others will not have to scrounge around. I'm pursuing this because I really believe emacs org-mode "reproducible research" is superior to all

Re: Time Slots in Org-Agenda

2020-12-10 Thread steve-humphreys
> Sent: Thursday, December 10, 2020 at 8:31 PM > From: pie...@caramail.com > To: "Christopher Dimech" > Cc: "Org-Mode mailing list" > Subject: Time Slots in Org-Agenda > > Dear Christopher > > Appointment slots are very useful when you don't know who needs to > meet with you, but you want to

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

2020-12-10 Thread TRS-80
On 2020-11-29 17:08, daniela-s...@gmx.it wrote: Yes, there are problems with the documentation. I noticed recently that some guy criticised the manual, and so many got super defensive. You should give him a medal for telling you how things are. I guess in my mind, complaining about the

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

2020-12-10 Thread Jean Louis
* TRS-80 [2020-12-11 08:23]: > On 2020-11-29 17:08, daniela-s...@gmx.it wrote: > > Yes, there are problems with the documentation. I noticed > > recently that some guy criticised the manual, and so many got > > super defensive. You should give him a medal for telling you how > > things are. >

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

2020-12-10 Thread Bastien
Thanks Jean, I agree with most of your points. Are you volunteering for this task? -- Bastien

Re: [PATCH] ob-ruby.el: Don't reuse the same buffer among different named

2020-12-10 Thread Aaron Madlon-Kay
> + (run-ruby-or-pop-to-buffer > + cmd (or session "ruby") > + (unless session > +(inf-ruby-buffer))) I have just run into an issue with this: If

Re: [PATCH] Fix org-in-archived-heading-p when tag contains ARCHIVE as a substring

2020-12-10 Thread Kyle Meyer
Ihor Radchenko writes: > Subject: [PATCH] Fix org-in-archived-heading-p > > * lisp/org.el (org-in-archived-heading-p): When called on a heading > with a tag containing org-archive-tag string as a substring, that > heading was incorrectly recognised as archived. Changed matching > against the

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

2020-12-10 Thread Bastien
Dear all, as the subject says: it would be nice to have someone overseeing Org bugs that are reported with M-x report-emacs-bugs. These bugs end up in the Emacs debbugs tracking tool: https://debbugs.gnu.org/cgi/pkgreport.cgi?package=emacs

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

2020-12-10 Thread Jean Louis
* Bastien [2020-12-11 08:18]: > Dear all, > > as the subject says: it would be nice to have someone overseeing Org > bugs that are reported with M-x report-emacs-bugs. > > These bugs end up in the Emacs debbugs tracking tool: > > https://debbugs.gnu.org/cgi/pkgreport.cgi?package=emacs >

Re: Time Slots in Org-Agenda

2020-12-10 Thread steve-humphreys
> Sent: Friday, December 11, 2020 at 7:52 AM > From: "Ihor Radchenko" > To: steve-humphr...@gmx.com > Cc: "Org-Mode mailing list" > Subject: Re: Time Slots in Org-Agenda > > >> See org-agenda-time-grid > > > > Where can I find some information on how to use it? > > Menu help -> Describe ->

Re: org-mac-link patch

2020-12-10 Thread Kyle Meyer
Jan Lübke writes: > Good morning, > > this is my first time submitting a patch, here. Thank you! > I hope I did everything right. If I made a mistake, please let me > know. If you have any questions, feel free to ask. The patch format looks good. I have only minor/cosmetic comments. > Not

Re: [PATCH] Turkish translation added for export

2020-12-10 Thread Kyle Meyer
Fatih Aydin writes: > --- > lisp/ox.el | 36 +--- > 1 file changed, 29 insertions(+), 7 deletions(-) Pushed (dc1e037cd), tweaking the commit message and adding a changelog entry. Thanks!

Re: Time Slots in Org-Agenda

2020-12-10 Thread Ihor Radchenko
steve-humphr...@gmx.com writes: > What I would like to know is how to make the slots with smaller time > durations. Currently they are of two-hours, which I find too long. See org-agenda-time-grid Best, Ihor

Re: Time Slots in Org-Agenda

2020-12-10 Thread steve-humphreys
> Sent: Friday, December 11, 2020 at 6:43 AM > From: "Ihor Radchenko" > To: steve-humphr...@gmx.com, pie...@caramail.com > Cc: "Org-Mode mailing list" > Subject: Re: Time Slots in Org-Agenda > > steve-humphr...@gmx.com writes: > > What I would like to know is how to make the slots with

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

2020-12-10 Thread daniela-spit
> Sent: Friday, December 11, 2020 at 4:59 AM > From: "TRS-80" > To: daniela-s...@gmx.it > Cc: "Kyle Meyer" , "Tom Gillespie" , > "Org-Mode mailing list" , "Emacs-orgmode" > > Subject: Re: Emacs inserts hardwired org-agenda-files variable, overwriting > user options > > On 2020-11-29 17:08,

Re: Time Slots in Org-Agenda

2020-12-10 Thread Ihor Radchenko
>> See org-agenda-time-grid > > Where can I find some information on how to use it? Menu help -> Describe -> Describe variable org-agenda-time-grid or v org-agenda-time-grid Best, Ihor

Re: stability of toc links

2020-12-10 Thread Carsten Dominik
Dear all, let me test this a bit, and then I am going to proposa a patch. Kind regards Carsten On Thu, Dec 10, 2020 at 3:38 PM TEC wrote: > > > There are a few touch ups I'll do to my code shortly > > I'm pleased to say that I've improved the readability and documentation > of my code

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

2020-12-10 Thread Alan E. Davis
Thank you for taking the time to answer my questions, TIm. For my purposes, it's maybe easier to just bite the bullet and do it in my head. I had hoped that subtracting 10 hours from 06:44 UTC would get me at least -04:44. I can easily make the change to correct clock time (19:44) and change

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

2020-12-10 Thread Jean Louis
Dear Uwe, * Uwe Brauer [2020-12-10 22:45]: > > Hi > > Suppose via dired I see > > -rw-rw-r-- 1 oub oub 1003 dic 10 18:17 auto-org-md-autoloads.el > -rw-rw-r-- 1 oub oub 2,0K dic 10 18:17 auto-org-md.el > -rw-rw-r-- 1 oub oub 2,3K dic 10 18:17 auto-org-md.elc > -rw-rw-r-- 1

Time Slots in Org-Agenda

2020-12-10 Thread pietru
Dear Christopher Appointment slots are very useful when you don't know who needs to meet with you, but you want to make yourself available. You can offer people a block of time on your agenda that they can book time slots within. For example, you can set aside 20 minutes that you're available to

Accessing a DLNA server through an Org link

2020-12-10 Thread Juan Manuel Macías
Hi, I'm storing in an Org document a list of links to all my media files (videos, music, and the like). This is a little trick that I came up with to access the multimedia content of my raspberry's dlna server (minidlna), using an Org link and the Javier López 'simple-dlna-browser' script

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

2020-12-10 Thread daniela-spit
> Sent: Friday, December 11, 2020 at 4:59 AM > From: "TRS-80" > To: daniela-s...@gmx.it > Cc: "Kyle Meyer" , "Tom Gillespie" , > "Org-Mode mailing list" , "Emacs-orgmode" > > Subject: Re: Emacs inserts hardwired org-agenda-files variable, overwriting > user options > > On 2020-11-29 17:08,