~breatheoutbreathein

Recent activity

Re: [PATCH] git.sr.ht/index: Add link to Org mode README tutorial blog post 6 days ago

From Joseph Turner to ~sircmpwn/sr.ht-dev


On January 15, 2025 12:49:40 AM PST, Drew DeVault <sir@cmpwn.com> wrote:
>On Tue Jan 14, 2025 at 7:47 PM CET, Joseph Turner wrote:
>> Sure.  I re-sent, but I think I may have started a new thread on
>> accident.
>
>No problem, we use new threads for patch revisions.

Got it.  Thank you!

Re: [PATCH] git.sr.ht/index: Add link to Org mode README tutorial blog post 7 days ago

From Joseph Turner to ~sircmpwn/sr.ht-dev

"Drew DeVault" <sir@cmpwn.com> writes:

> Thanks -- feedback inline
>
> On Tue Jan 14, 2025 at 7:07 PM CET, Joseph Turner wrote:
>> +<tr>
>> +	<td>HTML</td>
>> +	<td><a href="https://git.xenrox.net/~xenrox/custom-readme">example readme repo</a></td>
>> +</tr>
>> +<tr>
>> +	<td>Org mode</td>
>> +	<td><a href="https://breatheoutbreathe.in/blog/2024-12-10-sourcehut-org-mode-readme.html">external blog post</a></td>
>> +</tr>
>

[PATCH sr.ht-docs] git.sr.ht/index: Add link to Org mode README tutorial blog post 7 days ago

From Joseph Turner to ~sircmpwn/sr.ht-dev

---
 git.sr.ht/index.md | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

diff --git a/git.sr.ht/index.md b/git.sr.ht/index.md
index 92a14c4..4c11329 100644
--- a/git.sr.ht/index.md
+++ b/git.sr.ht/index.md
@@ -368,7 +368,18 @@ hut git update --readme "" --repo https://git.sr.ht/~foo/bar

It may be desirable to configure a builds.sr.ht job to compile your README from
another markup format and submit it on each git push.
Check out the [example][readme example] to avoid some common pitfalls.

[message trimmed]

Re: Support org-mode for text documents 7 days ago

From Joseph Turner to ~sircmpwn/sr.ht-discuss

"Drew DeVault" <sir@cmpwn.com> writes:

> It has some issues, but you need to submit this patch to sr.ht-dev with
> git send-email so we can properly review and integrate it.
>
> https://git-send-email.io
> https://lists.sr.ht/~sircmpwn/sr.ht-dev

Done:

https://lists.sr.ht/~sircmpwn/sr.ht-dev/patches/56934

[PATCH] git.sr.ht/index: Add link to Org mode README tutorial blog post 7 days ago

From Joseph Turner to ~sircmpwn/sr.ht-dev

---
Per your request:

https://lists.sr.ht/~sircmpwn/sr.ht-discuss/%3C87cyib79ad.fsf@%3E#%3CD71P6XT9RI0K.227IWA1PEUAK7@cmpwn.com%3E
 git.sr.ht/index.md | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/git.sr.ht/index.md b/git.sr.ht/index.md
index 92a14c4..c1d9a50 100644
--- a/git.sr.ht/index.md
+++ b/git.sr.ht/index.md
@@ -368,7 +368,15 @@ hut git update --readme "" --repo https://git.sr.ht/~foo/bar

It may be desirable to configure a builds.sr.ht job to compile your README from
[message trimmed]

Re: Support org-mode for text documents 7 days ago

From Joseph Turner to ~sircmpwn/sr.ht-discuss

"Drew DeVault" <sir@cmpwn.com> writes:

> Should probably generalize the wiki page a bit to include a list or
> table of example repos with the source format.
>
> <tr>
> 	<td><a>~xenrox/custom-readme</a></td>
> 	<td>HTML</td>
> </tr>
> <tr>
> 	<td><a>~user/repo</a></td>
> 	<td>org</td>
> </tr>

Re: Support org-mode for text documents 9 days ago

From Joseph Turner to ~sircmpwn/sr.ht-discuss

Ihor Radchenko <yantar92@posteo.net> writes:

> Joseph Turner <joseph@breatheoutbreathe.in> writes:
>
>>>Thanks!
>>>Would you be interested to convert your post into a man page for
>>> man.sr.ht?
>>
>> Sure.  Do the maintainers want this?
>
> Yup:
> https://lists.sr.ht/~sircmpwn/sr.ht-discuss/%3C87cyib79ad.fsf@%3E#%3CD612D4MEGC6Y.3VVHJI0GFWDVX@cmpwn.com%3E

Alright.  Drew, would you let me know exactly you'd want such an

Re: Support org-mode for text documents 9 days ago

From Joseph Turner to ~sircmpwn/sr.ht-discuss


On January 11, 2025 2:00:07 AM PST, Ihor Radchenko <yantar92@posteo.net> wrote:
>Joseph Turner <joseph@breatheoutbreathe.in> writes:
>
>> I've added a blog post describing how to automate the process of setting
>> custom README.html from an Org file:
>>
>> https://breatheoutbreathe.in/blog/2024-12-10-sourcehut-org-mode-readme.html
>>
>> Hope this helps!
>
>Thanks!
>Would you be interested to convert your post into a man page for man.sr.ht?

Re: Support org-mode for text documents a month ago

From Joseph Turner to ~sircmpwn/sr.ht-discuss

Hi All!

I've added a blog post describing how to automate the process of setting
custom README.html from an Org file:

https://breatheoutbreathe.in/blog/2024-12-10-sourcehut-org-mode-readme.html

Hope this helps!

Joseph

Re: Error building Emacs 27.1/27.2 7 months ago

From Joseph Turner to ~pkal/public-inbox

Philip Kaludercic <philipk@posteo.net> writes:

> Joseph Turner <joseph@breatheoutbreathe.in> writes:
>
>> I am attempting to test the issue #43 in Compat:
>>
>> https://github.com/emacs-compat/compat/pull/43#issuecomment-2132791230
>>
>> I cloned the guix-emacs-historical repo, and then I ran
>>
>> guix shell -L . emacs-no-x@27.1 -- emacs -q
>>
>> The build fails with exit code 1.  Please see the attached error log.
>>