Re: [DISCUSSION] Add "Recent News" to orgmode.org

2024-06-11 Thread Ihor Radchenko
Bastien Guerry writes: > Ihor Radchenko writes: > >> Attaching tentative patch that makes Org mode throw an error when a >> prompt is requested for an external URI. > > LGTM! Thanks. Applied, onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=ea4a690c1 -- Ihor

Re: [DISCUSSION] Add "Recent News" to orgmode.org

2024-06-10 Thread Bastien Guerry
Ihor Radchenko writes: > Attaching tentative patch that makes Org mode throw an error when a > prompt is requested for an external URI. LGTM! Thanks. -- Bastien Guerry

Re: [DISCUSSION] Add "Recent News" to orgmode.org

2024-06-09 Thread Ihor Radchenko
Bastien Guerry writes: >> However, the page did not get updated. May you please check the build >> logs? Is there anything fishy going on there? > > https://builds.sr.ht/~bzg/job/1246209 still says: > > "The remote resource "https://tracker.orgmode.org/news.org; is > considered unsafe, and

Re: [DISCUSSION] Add "Recent News" to orgmode.org

2024-06-09 Thread Bastien Guerry
Hi Ihor, Ihor Radchenko writes: > However, the page did not get updated. May you please check the build > logs? Is there anything fishy going on there? https://builds.sr.ht/~bzg/job/1246209 still says: "The remote resource "https://tracker.orgmode.org/news.org; is considered unsafe, and

Re: [DISCUSSION] Add "Recent News" to orgmode.org

2024-06-08 Thread Ihor Radchenko
Bastien Guerry writes: >> I do not see much problem listing announcements, blogs, and requests >> there; but bug reports are probably not something we want to show to >> newbies right at the front page. > > I restricted it to "news": https://tracker.orgmode.org/news.org Looks like we do not

Re: [DISCUSSION] Add "Recent News" to orgmode.org

2024-04-28 Thread Bastien Guerry
Ihor Radchenko writes: > Maybe we should add an equivalent of `worg-publish-stop-on-error' to > orgweb publish process? Good idea, done. Let's see if it helps! -- Bastien Guerry

Re: [DISCUSSION] Add "Recent News" to orgmode.org

2024-03-25 Thread Ihor Radchenko
Bastien Guerry writes: > Ihor Radchenko writes: > >> It looks like there is some problem with publishing index.org in >> particular. I made several changes, but none of them is visible on >> orgmode.org. At the same time, my changes to tools.org page are >> visible. > > Yes -- perhaps this

Re: [DISCUSSION] Add "Recent News" to orgmode.org

2024-03-23 Thread Bastien Guerry
Ihor Radchenko writes: > It looks like there is some problem with publishing index.org in > particular. I made several changes, but none of them is visible on > orgmode.org. At the same time, my changes to tools.org page are > visible. Yes -- perhaps this error has something to do with this:

Re: [DISCUSSION] Add "Recent News" to orgmode.org

2024-03-23 Thread Ihor Radchenko
Bastien Guerry writes: >> Also, what do you think about the following ideas: >> >> 1. Adding a header before the recent news list. Maybe something like >>"Project heartbeat". >> >> 2. Moving recent news after features/install/quickstart/contribute >>buttons. > > Yes, please go as you see

Re: [DISCUSSION] Add "Recent News" to orgmode.org

2024-03-09 Thread Bastien Guerry
Ihor Radchenko writes: > After > https://git.sr.ht/~bzg/orgweb/commit/d7b6524cf62a947db64d29c5bf879499ab8951d7, > not only blogs are included in the front page of orgmode.org, but also > bug reports and everything else. Yes, https://tracker.orgmode.org/index.org includes everything. > I do not

Re: [DISCUSSION] Add "Recent News" to orgmode.org

2024-03-09 Thread Ihor Radchenko
Bastien Guerry writes: > A complementary suggestion: let's activate the "Blog" tab on Woof (at > https://tracker.orgmode.org) so that when people send an email to the > list prefixed with [BLOG], it is referenced on this tab. Then, a RSS > feed is available from

Re: [DISCUSSION] Add "Recent News" to orgmode.org

2024-03-08 Thread Bastien Guerry
Ihor Radchenko writes: > Something like the attached maybe. Thanks! Applied: https://git.sr.ht/~bzg/woof/commit/177ea5b1 -- Bastien Guerry

Re: [DISCUSSION] Add "Recent News" to orgmode.org

2024-03-08 Thread Ihor Radchenko
Ihor Radchenko writes: > +;; Display the latest first. > +resources (reverse (sort resources)) * (sort-by :date resources) -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at

Re: [DISCUSSION] Add "Recent News" to orgmode.org

2024-03-08 Thread Ihor Radchenko
Bastien Guerry writes: >> Also, it looks like https://tracker.orgmode.org/index.org does not sort >> links by date. It would be nice if top 5 links were also the most recent. > > Yes, indeed. I'll see when I can hack on this. Help from Clojure > hackers is welcome here:

Re: [DISCUSSION] Add "Recent News" to orgmode.org

2024-03-07 Thread Bastien Guerry
Ihor Radchenko writes: > Bastien Guerry writes: > >> Ihor Radchenko writes: >> >>> Wouldn't a cron job work? Similar to how we schedule CI for Org mode >>> tests. >> >> I've set this cron job to run every six hours and limited the number >> of entries to 5 to not clutter the homepage. > > Note

Re: [DISCUSSION] Add "Recent News" to orgmode.org

2024-03-07 Thread Ihor Radchenko
Bastien Guerry writes: > Ihor Radchenko writes: > >> Wouldn't a cron job work? Similar to how we schedule CI for Org mode >> tests. > > I've set this cron job to run every six hours and limited the number > of entries to 5 to not clutter the homepage. Note that

Re: [DISCUSSION] Add "Recent News" to orgmode.org

2024-03-07 Thread Bastien Guerry
Ihor Radchenko writes: > Wouldn't a cron job work? Similar to how we schedule CI for Org mode > tests. I've set this cron job to run every six hours and limited the number of entries to 5 to not clutter the homepage. -- Bastien Guerry

Re: [DISCUSSION] Add "Recent News" to orgmode.org

2024-02-26 Thread Bastien Guerry
Ihor Radchenko writes: > Wouldn't a cron job work? Similar to how we schedule CI for Org mode > tests. Yes, you're right! -- Bastien Guerry

Re: [DISCUSSION] Add "Recent News" to orgmode.org

2024-02-26 Thread Ihor Radchenko
Bastien Guerry writes: > Ihor Radchenko writes: > >> And we may trivially add the recent BLOG posts using something like >> >> #+INCLUDE: "https://tracker.orgmode.org/index.org; :lines 1-10 > > Yes, but the non-trivial thing is to schedule the CI regularily so > that index.html is updating

Re: [DISCUSSION] Add "Recent News" to orgmode.org

2024-02-26 Thread Bastien Guerry
Ihor Radchenko writes: > And we may trivially add the recent BLOG posts using something like > > #+INCLUDE: "https://tracker.orgmode.org/index.org; :lines 1-10 Yes, but the non-trivial thing is to schedule the CI regularily so that index.html is updating regularily. I believe integrating a RSS

Re: [DISCUSSION] Add "Recent News" to orgmode.org

2024-02-25 Thread Ihor Radchenko
Bastien Guerry writes: > A complementary suggestion: let's activate the "Blog" tab on Woof (at > https://tracker.orgmode.org) so that when people send an email to the > list prefixed with [BLOG], it is referenced on this tab. Then, a RSS > feed is available from

Re: [DISCUSSION] Add "Recent News" to orgmode.org

2024-02-24 Thread Bastien Guerry
I'm all for any experiment that will help interesting Org post get more traction. If someone wants to play with https://git.sr.ht/~bzg/orgweb so that it includes latest Org posts from Sacha's URL, please go ahead! A complementary suggestion: let's activate the "Blog" tab on Woof (at

Re: [DISCUSSION] Add "Recent News" to orgmode.org

2024-02-05 Thread Jean Louis
* Ihor Radchenko [2024-02-04 22:40]: > What do you think about an idea to modify Org mode front page > (https://orgmode.org/), adding the most recent blog posts and > discussions about Org mode? > > We might use Org-related records from Sacha's news and/or > https://planet.emacslife.com/ as a

Re: [DISCUSSION] Add "Recent News" to orgmode.org

2024-02-04 Thread Sacha Chua
On Sun, Feb 4, 2024, 14:37 Ihor Radchenko wrote: > > What do you think about an idea to modify Org mode front page > (https://orgmode.org/), adding the most recent blog posts and discussions about Org mode? We might use Org-related records from Sacha's news and/or >

Re: [DISCUSSION] Add "Recent News" to orgmode.org

2024-02-04 Thread Juergen Fenn
Am 04.02.24 um 20:41 Uhr schrieb Ihor Radchenko: > What do you think about an idea to modify Org mode front page > (https://orgmode.org/), adding the most recent blog posts and > discussions about Org mode? I think that would be a good idea. Please go ahead. Regards, Jürgen.

Re: [DISCUSSION] Add "Recent News" to orgmode.org

2024-02-04 Thread Juan Manuel Macías
Ihor Radchenko writes: > Hi, > > What do you think about an idea to modify Org mode front page > (https://orgmode.org/), adding the most recent blog posts and > discussions about Org mode? > > We might use Org-related records from Sacha's news and/or > https://planet.emacslife.com/ as a source,

Re: [DISCUSSION] Add "Recent News" to orgmode.org

2024-02-04 Thread Thomas Dye
+1 Tom > On Feb 4, 2024, at 9:40 AM, Ihor Radchenko wrote: > > Hi, > > What do you think about an idea to modify Org mode front page > (https://orgmode.org/), adding the most recent blog posts and > discussions about Org mode? > > We might use Org-related records from Sacha's news and/or >

[DISCUSSION] Add "Recent News" to orgmode.org

2024-02-04 Thread Ihor Radchenko
Hi, What do you think about an idea to modify Org mode front page (https://orgmode.org/), adding the most recent blog posts and discussions about Org mode? We might use Org-related records from Sacha's news and/or https://planet.emacslife.com/ as a source, scrape it regularly (once per day/week