Reply-All noise

2020-10-09 Thread c.buhtz
Hi, I had this discussion in several mailinglists but gave up. But I am suprised to see this phenomenon in a emacs related (means: "super nerdy") mailinglist, too. So tell me please how do you handle this "problem"? Or do I setup something wrong with my list account? From my point of view, the

Re: Reply-All noise

2020-10-10 Thread c.buhtz
There is a "Sender:" header entry I can filter on. But I do not setup anything because I don't case the problem. Btw: It is nice that all of you using Gnus and (maybe) a local mailserver with powerfull filtering. I don't. It is kind of a religious problem. :D Isn't there a setting on the

Re: Reply-All noise

2020-10-10 Thread c.buhtz
On 2020-10-10 15:03 Maxim Nikulin wrote: > 1. Use "duplicate" sieve extension. > [..] > > 2. Just add filter > [..] This are workarounds but not solutions. IMO the problem is the list user that "Answers to all". Why should I modify my system because another one make errors?

Re: Reply-All noise

2020-10-10 Thread c.buhtz
On 2020-10-10 11:10 wrote: > I made myself quite a bit of work to explain to you what you can do. > Even with a link to mailman docs on how you can set your subscription > settings. You did not. You wrote > experiment with setting the Mail-Followup-To: header [1] and pointed to

Re: Reply-All noise

2020-10-10 Thread c.buhtz
On 2020-10-10 20:57 Maxim Nikulin wrote: > openssl s_client --starttls sieve -connect posteo.de:sieve > > "IMPLEMENTATION" "Dovecot Pigeonhole" Great! I knew and intensiv used "sieve" on my posteo.de Server. But sieve-Support was unofficial and they simply deactivated it without reason or any

Re: Reply-All noise

2020-10-11 Thread c.buhtz
On 2020-10-11 14:58 Eric S Fraga wrote: > the org mode mailing list is open, I never understood the benefit of an "open" mailinglist. But I am not the center of the universe. ;) > I am not trying to be snarky or rude Your are not. Everything is fine. > For other lists, the situation could >

SHIFT-TAB not working in Windows-SSH-shell or Debian-tty (sometimes "M-[ ~ is undefined")

2021-10-31 Thread c.buhtz
X-Post: https://github.com/daviwil/emacs-from-scratch/issues/67 Hello together. # Introduction I am quite new to emacs and building my init.el based the "Emacs from Scratch" (by System Crafter) videos. In org-mode I experience some wired behavior of the SHIFT-TAB key when (un)folding headings

Re: ox-publish: no HTML output but no errors

2022-03-06 Thread c.buhtz
Dear Max, thank you for the hint. On 2022-02-25 23:02 Max Nikulin wrote: > Some users may consider a broken link as a fatal error. If you need > different behavior, you can get it. See info "(org) Export Settings" > https://orgmode.org/manual/Export-Settings.html for "broken-links". From the

Unable to resolve link; aborting: "roam:git"

2022-03-13 Thread c.buhtz
In real I (try to) use ox-hug to export my org-files (org-roam-v2) to markdown (and later to HTML). After analyzing the my debug output [1] the ox-hugo people pointed me to org-roam community because the error is "thrown" (correct term in emas-lisp=?) by "org-export-resolve-fuzzy-link".

Re: Communication problems and possible problems with the website

2022-02-28 Thread c.buhtz
On 2022-02-27 18:17 Bastien Guerry wrote: > My gut feeling is that we should focus on making the mailing list more > accessible for beginners, more useful for everyone before considering > setting up another communication channel. I totally agree with that.

Re: Links to javascript-based websites from orgmode.org: Paypal and Github

2022-02-26 Thread c.buhtz
Dear folks, I really have to apologize after sleeping one night over that topic. I feel a bit ashamed or intimidated; not sure if these are the correct terms to express my feelings. In short: My goal was to learn not to troll! On 2022-02-25 18:39 Bastien Guerry wrote: > I've removed the GitHub

Intention of verbatim text?

2023-01-03 Thread c.buhtz
Hi, in org you can have inline verbatim and code text elements like this. Example with =verbatim= and ~code~. I would like to understand what "verbatim" really means. What is the semantic behind it? What content should go in there? I'm aware of the separation of content and its

Re: Intention of verbatim text?

2023-01-03 Thread c.buhtz
Thanks for all your feedback. On 2023-01-04 05:58 Tim Cross wrote: > argue that =text= should be rendered as text I did this before but then got them as paragraphs. Not sure how the correct term of this is in HTML. pre is not inline but handled as an own paragraph so that you have an extra line

Re: Bug: Inconsistent behaviour about inline markup

2023-01-15 Thread c.buhtz
Dear Timothy, On 2023-01-15 14:22 Timothy wrote: > See . Thanks a lot. That help to make my code consistent. But please take this also as a BugReport (because there seems to be no regular bug tracker for orgmode). I see no need to

Inline markup: How does org identify nested code/verbatim?

2023-01-29 Thread c.buhtz
Hi folks, this is a question about org(mode) development itself. It is magic to me how you do this. ;) And I would like to learn it because I do write kind of an org parser in Python. Here is a nested code-in-verbatim text. This =is ~code~ in verbatim= text. Exporting this to html (via

Re: Inline markup: How does org identify nested code/verbatim?

2023-01-29 Thread c.buhtz
Please let me add the nested-regex-approach. I wouldn't call this a solution but just an approach. No one understand that regex it is nearly unmaintainable. I hope for a more elegant solution. This matches if we have code in verbatim ^|[ .,;:\-?!({\"']=.*?(?:^|[

Re: Source blocks are indented

2023-03-28 Thread c.buhtz
It is solved. (setq org-edit-src-content-indentation 0) In the first place I used the help system wrong and couldn't find that variable in my system.

Re: Source blocks are indented

2023-03-28 Thread c.buhtz
I did more research reducing my init.el and looking which line in it does cause that behavior. > (package-initialize) That is the one and only line in my init.el. The behavior is reproducible with this. Removing the line (init is empty then) the behavior is not there. I'm not sure what this

Source blocks are indented

2023-03-28 Thread c.buhtz
Hello, #+begin_src python import sys #+end_src This example shows a python source block in an org(roam) file. Org always does an indention here of two spaces. Is there a way to turn this of? It seems to me this is not the default behavior because I saw some youtube videos where there is no

Re: Presenting Hyperorg version 0.1.0: The Org to HTML Converter

2024-03-23 Thread c.buhtz
On 2024-03-20 13:09 Ihor Radchenko wrote: > May you outline the benefits Now I added a section about that topic. Of course I am open for discussion and feedback. https://codeberg.org/buhtz/hyperorg#benefits-compared-to-similar-tools

Unexpected rendered HTML for title

2024-03-30 Thread c.buhtz
Hello, I have this title line in my org file: #+title: test_latex_fragments Using org-html-export-to-html produce this: testlatexfragments I assume there is a good reason why Org does it that way. But I want to understand. Why does this happen? Kind Christian Buhtz

Re: Presenting Hyperorg version 0.1.0: The Org to HTML Converter

2024-03-23 Thread c.buhtz
On 2024-03-23 13:58 Ihor Radchenko wrote: > Although I am actually more interested in other questions - > why custom parser and what is tailored for zettelkasten. What do you mean by "custom parser"? Zettelkasten? Hyperorg handles the links between nodes out of the box including the backlinks.

Re: Presenting Hyperorg version 0.1.0: The Org to HTML Converter

2024-03-24 Thread c.buhtz
Dear Ihor, I will consider your points and take them into account. On 2024-03-24 14:40 Ihor Radchenko wrote: > If it is an option, it would be nice if you upstreamed your additions > to orgparse. This way, we can get a better Python-based Org parser for > everyone's benefit. The code is free.