infinite recursion org-update-id-locations / org-entry-properties / org-entry-blocked-p / org-edna / org-id-find / org-id-update-locations

2020-07-30 Thread Justin Vallon
I copy by org files between 2 machines. Thus, my .org-id-locations file gets stale when I archive on one machine, then sync the org files. I also use org-edna. Sometimes, org-agenda will go into an infinite loop (recursion depth, etc) when scanning. I believe what is happening is: -

Re: Website revamp?

2020-07-30 Thread Russell Adams
On Fri, Jul 31, 2020 at 01:57:27AM +0800, TEC wrote: > Ok, I had a bit of time so I had a quick look and got started. > I decided to start off with the big flashy stuff --- navbar and > banner. > > I need to think about how I'm doing the styling more. To fit with > the default org-export I need to

Re: file-mode source code block header argument

2020-07-30 Thread Russell Adams
On Fri, Jul 24, 2020 at 07:49:24PM +0200, John Herrlin wrote: > I am looking for a way to set permission on a file created from source > code block result when :file header argument is used. I was looking for > something like :tangle-mode but could not find anything. I wrote a patch > that does

Re: Website revamp?

2020-07-30 Thread Scott Randby
On 7/30/20 1:57 PM, TEC wrote> Ok, I had a bit of time so I had a quick look and got started. > I decided to start off with the big flashy stuff --- navbar and banner. > > I need to think about how I'm doing the styling more. To fit with the default > org-export I need to work out what sort of

Re: Website revamp?

2020-07-30 Thread TEC
Ok, I had a bit of time so I had a quick look and got started. I decided to start off with the big flashy stuff --- navbar and banner. I need to think about how I'm doing the styling more. To fit with the default org-export I need to work out what sort of CSS hackery I want to go with, at

Re: Website revamp?

2020-07-30 Thread Russell Adams
TEC, If you want instant feedback you might consider showing off on IRC (irc.freenode.net #org-mode). On Thu, Jul 30, 2020 at 10:19:28PM +0800, TEC wrote: > Thanks for giving me your thoughts on the idea :) > Your responses have lead me to think that this may lead somewhere. > > Russell Adams

Re: Website revamp?

2020-07-30 Thread Amin Bandali
Hello Timothy, TEC writes: > Hello Russell, Amin, > > Thanks for giving me your thoughts on the idea :) > Your responses have lead me to think that this may lead somewhere. > :-) [...] > > Amin Bandali writes: >> Hello, > Hi :) > >> While we wait for Bastien and others to chime in, per

Re: Repeating task hourly

2020-07-30 Thread Kevin Liu
On 29 July 2020 09:29, Gustavo Barros wrote: > But what will happen is that the task will be both "done" and "due" on > the same day. Which face shall org-habit use? Which symbol? > And that `org-habit-duration-to-days' performs its conversion of the > repeaters to days with `floor', I'd say

Re: Website revamp?

2020-07-30 Thread Bruce D'Arcus
FWIW, I think this is a great idea! On Thu, Jul 30, 2020, 10:45 AM TEC wrote: > > Hello Russell, Amin, > > Thanks for giving me your thoughts on the idea :) > Your responses have lead me to think that this may lead somewhere. > > Russell Adams writes: > > > My feedback is that personally I

Re: Website revamp?

2020-07-30 Thread TEC
Hello Russell, Amin, Thanks for giving me your thoughts on the idea :) Your responses have lead me to think that this may lead somewhere. Russell Adams writes: My feedback is that personally I don't care about trendy web pages. I agree with you that adding JS to simple pages makes them

Re: Website revamp?

2020-07-30 Thread Amin Bandali
Hello, TEC writes: > Hello again, > > I thought I'd just bump this in the hope of a response, since in the > six weeks since my original email I haven't heard anything. > > Just to re-iterate the central question: > Bastien, would you be open to a website revamp? What are your > thoughts? > >

Re: Website revamp?

2020-07-30 Thread Russell Adams
On Thu, Jul 30, 2020 at 09:00:28PM +0800, TEC wrote: > As before, generally interested in thoughts on the idea :) My feedback is that personally I don't care about trendy web pages. I agree with you that adding JS to simple pages makes them horrible. I would suggest though if you can use an

[SOLVED] Re: [Discuss] separate (recenter window-line) out of org-agenda-redo

2020-07-30 Thread numbch...@gmail.com
This is very useful, thanks Marco. [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 Blog: http://stardiviner.github.io/ On Wed, Jul 29, 2020 at 4:21 AM

Re: Website revamp?

2020-07-30 Thread TEC
Hello again, I thought I'd just bump this in the hope of a response, since in the six weeks since my original email I haven't heard anything. Just to re-iterate the central question: Bastien, would you be open to a website revamp? What are your thoughts? As before, generally interested

Re: org-mode functional programming library

2020-07-30 Thread Bastien
Hi, "Dwarshuis, Nathan J" writes: > It has been a while but I renamed this library (now org-ml instead of > om.el) and updated it to version 2.0.0 with new features and bug > fixes. Thanks for the update. > I would like to add something on worg about it as previously discussed > but I don't

Re: custom time format extension

2020-07-30 Thread Orm Finnendahl
Hi, for the record, here's the code if anyone ever comes across this: (defun same-day-p (timestamp) "check if start and end of timestamp are on the same day." (equal (mapcar (lambda (prop) (or (org-element-property prop timestamp) 0)) '(:day-start :month-start :year-start))