Re: Org mode profiling meetup on Sat, Feb 26 (was: profiling latency in large org-mode buffers (under both main & org-fold feature))

2022-02-26 Thread Ihor Radchenko
Ihor Radchenko writes: > Ihor Radchenko writes: > >> Ihor Radchenko writes: >> >>> Ihor Radchenko writes: >>> Dear all, Since there is at least a couple of people who might be interested, lets try to meet online on jitsi and debug performance issues you experience beca

Re: Communication problems and possible problems with the website

2022-02-26 Thread Ihor Radchenko
Jean Louis writes: > Thanks, that will help new users to communicate. 👍 > > Maybe you could make XMPP group for Org move on chat.orgmode.org and let > people hoping through various Jabber/XMPP applications. Some time ago, Timothy shared an idea of creating a discourse forum at orgmode.org. Disc

Re: profiling latency in large org-mode buffers (under both main & org-fold feature)

2022-02-26 Thread Ihor Radchenko
Max Nikulin writes: >> Max Nikulin writes: >>> Actually I suspect that markers may have a similar problem during regexp >>> searches. I am curious if it is possible to invoke a kind of "vacuum" >>> (in SQL parlance). Folding all headings and resetting refile cache does >>> not restore performance

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

2022-02-26 Thread Bradley M. Kuhn
I'm a happy org-mode user who usually just lurks on the list, but I have some expertise of note to share on the issue of taking donations and proprietary Javascript. I've spent much time over the last 25 years working for and/or helping to run various non-profit organizations related to FOSS. I'v

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

2022-02-26 Thread Richard Stallman
[[[ To any NSA and FBI agents reading my email: please consider]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > I think we should consider two separate issues: (1) whether the > donation mech

Re: Custom TODO states for one item

2022-02-26 Thread Ken Mankoff
Hi Sam, I only want one active state. I'd like the list of allowable and short-cuttable states to be specific to one headline, different from the file properties. -k. Please excuse brevity. Sent from tiny pocket computer with non-haptic feedback keyboard. On Sat, Feb 26, 2022, 16:13 Samuel Wa

Re: Custom TODO states for one item

2022-02-26 Thread Samuel Wales
you can noly have one todo kw per heading that is meaningful to org. you can use tags. there are quasi-kw like archive and comment, however. On 2/26/22, Ken Mankoff wrote: > Hello, > > I have a file with custom TODO states: > > #+TODO: FOO(f@/@) | BAR(b@/@) > > I have one item (heading) within

Re: including one double quote in an anonymous footnote?

2022-02-26 Thread Juan Manuel Macías
Greg Minshall writes: > Juan Manuel, > >> I can confirm that behavior. One possible solution is to use an entity >> (M-x org-entities-help): > > thanks very much -- that does the trick for my case. In any case, I don't know if that behavior should be considered a bug. I say this because other con

Option that prevents Org to add \lstset{language=⟨language⟩,...} when code blocks are exported to LaTeX

2022-02-26 Thread Denis Bitouzé
Hi, here is a feature request about the LaTeX export. With ~(setq org-latex-listings t)~, code blocks such as: ┌ │ #+BEGIN_SRC ⟨language⟩ :exports code │ ... │ #+END_SRC └ are exported to LaTeX into: ┌ │ \lstset{language=⟨language⟩,label= ,caption= ,captionpos=b,numbe

Custom TODO states for one item

2022-02-26 Thread Ken Mankoff
Hello, I have a file with custom TODO states: #+TODO: FOO(f@/@) | BAR(b@/@) I have one item (heading) within that file that I'd like to have different TODO states. Is this possible? Thanks, -k.

Re: Org mode profiling meetup on Sat, Feb 26 (was: profiling latency in large org-mode buffers (under both main & org-fold feature))

2022-02-26 Thread Quiliro Ordóñez
I am not sure if I am helpful. But I am an org user. I am not a developer. I would like to contribute any testing. Currently I use version 9.3. I do not want to install anything which is outside my operating system distribution software versions (Hyperbola GNU 0.4). I am also unable to use m

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

2022-02-26 Thread Jean Louis
Open up few crypto accounts and let people donate their crypto money as well. Jean

Re: profiling latency in large org-mode buffers (under both main & org-fold feature)

2022-02-26 Thread Jean Louis
Open up XMPP group for Org mode, that Jabber chat is lightweight and accessible through Emacs jabber.el and plethora of other applications. Don't forget to include Org links to XMPP groups. On February 22, 2022 5:33:13 AM UTC, Ihor Radchenko wrote: >Samuel Wales writes: > >> i have been deal

Re: Communication problems and possible problems with the website

2022-02-26 Thread Jean Louis
Thanks, that will help new users to communicate. 👍 Maybe you could make XMPP group for Org move on chat.orgmode.org and let people hoping through various Jabber/XMPP applications. On February 26, 2022 8:58:31 AM UTC, Bastien wrote: >c.bu...@posteo.jp writes: > >> 3. This site does not make cl

Re: org-cite and org-ref-cite

2022-02-26 Thread John Kitchin
I would not recommend org-ref-cite (https://github.com/jkitchin/org-ref-cite). It was an early approach to trying to integrate org-ref with oc-cite. As far as I know, it worked fine for that, and was pretty complete for citations, but I have abandoned this approach and archived the repo. If anyone

Re: including one double quote in an anonymous footnote?

2022-02-26 Thread Greg Minshall
Juan Manuel, > I can confirm that behavior. One possible solution is to use an entity > (M-x org-entities-help): thanks very much -- that does the trick for my case. cheers, Greg

Re: including one double quote in an anonymous footnote?

2022-02-26 Thread Juan Manuel Macías
Hi Greg, Greg Minshall writes: > hi. experimenting [after significant confusion!], it appears that > including a single (unpaired) double quote inside an anonymous footnote > eliminates the recognition of the footnote. is this intentional? > > this works: > > this is a test.[fn:: a very lo

including one double quote in an anonymous footnote?

2022-02-26 Thread Greg Minshall
hi. experimenting [after significant confusion!], it appears that including a single (unpaired) double quote inside an anonymous footnote eliminates the recognition of the footnote. is this intentional? this works: this is a test.[fn:: a very long footnote] whereas this doesn't:

Re: [BUG] org-insert-link should use DEFAULT in read-string when asking for description

2022-02-26 Thread Visuwesh
[சனி, பிப்ரவரி 26 2022] Max Nikulin wrote: > On 25/02/2022 21:19, Visuwesh wrote: >> Currently, when asking the user for the description of link, >> `org-insert-link' calls `read-string' with a non-nil INITIAL-INPUT but >> this argument is discouraged and deprecated; moreover, it is unfriendly. >>

Re: org-cite and org-ref-cite

2022-02-26 Thread Henrik Frisk
Den fre 25 feb. 2022 kl 13:56 skrev Eric S Fraga : > On Friday, 25 Feb 2022 at 08:50, Henrik Frisk wrote: > > The only thing I can't seem to sort out is to change the style of the > > citation. Regardless where I do it I get the error "Wrong type > > argument: org-cite-processor," > > It would hel

Re: profiling latency in large org-mode buffers (under both main & org-fold feature)

2022-02-26 Thread Max Nikulin
On 26/02/2022 14:45, Ihor Radchenko wrote: I think we have a misunderstanding here. That page does not contain much of technical details. Rather a history. Thank you for clarification. Certainly originally I had a hope to get some explanation why it was not implemented in a more efficient way

Re: Org mode profiling meetup on Sat, Feb 26 (was: profiling latency in large org-mode buffers (under both main & org-fold feature))

2022-02-26 Thread Ihor Radchenko
versions are also ok, but will be less of priority. >> >> I will post the link one hour before the meeting start. > > The link is https://meet.jit.si/Org-dev-profiling-20220226-d708k > Password: plaintext FYI, we got an issue with meet.jit.si. Moving the meeting to a different server: https://teamjoin.de/Org-dev-profiling-20220226-d708k Sorry for the last-minute update. Best, Ihor

Re: Org mode profiling meetup on Sat, Feb 26 (was: profiling latency in large org-mode buffers (under both main & org-fold feature))

2022-02-26 Thread Ihor Radchenko
ost the link one hour before the meeting start. The link is https://meet.jit.si/Org-dev-profiling-20220226-d708k Password: plaintext Best, Ihor

Re: Protect Org export from auto-formatting hooks

2022-02-26 Thread Nicolas Goaziou
Hello, David Lukeš writes: > So I think Org should try to protect the export buffer from these > shenanigans as much as possible. The best way I can think of to achieve > that is to keep the export buffer in fundamental mode. This should > prevent all the mode-related code from running, potentia

Re: [PATCH] oc-basic.el: Better handling of CSL-JSON dates

2022-02-26 Thread Nicolas Goaziou
Hello, David Lukes writes: > * lisp/oc-basic.el (org-cite-basic--parse-json): Make date-parsing and > year extraction more resilient. Provide more informative errors when it > fails. Applied. Thanks. Regards, -- Nicolas Goaziou

Re: Request To Contribute To 'Worg' Project

2022-02-26 Thread Bastien
"Samuel Banya" writes: > I'm guessing in that case, I would have to wait for Bastien then to > approve this via this email thread, or should I make a different > request email? PS: Maybe the instructions should be clearer: it's more effective to send me a private email than to write on the list

Re: Request To Contribute To 'Worg' Project

2022-02-26 Thread Bastien
Hi Samuel, "Samuel Banya" writes: > I read this page, and noted that you have to request access for this > repo: > https://git.sr.ht/~bzg/worg Sorry for the late answer, I added you as a worg contributor. You can clone with ~$ git clone g...@git.sr.ht:~bzg/worg and push changes. Thanks fo

Re: Communication problems and possible problems with the website

2022-02-26 Thread Bastien
Hi Russell, Russell Adams writes: > I'm not sure what a clear answer is here. I don't like having any > mention of Github and non-free services myself, but I respect that we > need to support the maintainers and that may require using common > services. I reckon this is often a matter of trade-

Re: Communication problems and possible problems with the website

2022-02-26 Thread Bastien
c.bu...@posteo.jp writes: > And on the Worg page (which is "official" from the new users point > of view) there is also a GitHub link. This should be fixed with this commit: https://git.sr.ht/~bzg/worg/commit/584d5e023f4ec47e32bcc24acc38e0ef0bf6d07a -- Bastien

Re: Communication problems and possible problems with the website

2022-02-26 Thread Bastien
Ihor Radchenko writes: > Russell Adams writes: > >> https://orgmode.org/ is administered by Org maintainers. I'm not sure >> where that repo is, and it's not publicly writable. Suggesting edits >> for that site is certainly appropriate on this mailing list. > > It is https://git.sr.ht/~bzg/orgwe

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

2022-02-26 Thread Bastien
Hi Christian, writes: > I am not in position to tell someone how to run their projects. You are definitly in position to share suggestions, like anyone else, and we collectively discuss them on this list. I explained a bit more why I took the decision to remove the GitHub Sponsor and the Paypa

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

2022-02-26 Thread Bastien
Hi Ihor, Ihor Radchenko writes: > To clarify, I did not intend to make you remove those links, but rather > wanted to hear your opinion and open a discussion. Sorry if I seemed to act upon this too hastily. Here is my opinion on the matter. I think we should consider two separate issues: (1)

Re: Communication problems and possible problems with the website

2022-02-26 Thread Bastien
c.bu...@posteo.jp writes: > 3. This site does not make clear how to submit bug reports. Indeed! I've now added the email address of the mailing list on the https://orgmode.org home page, it is good to have it here. Thanks for raising this issue. -- Bastien

Re: [BUG] org-insert-link should use DEFAULT in read-string when asking for description

2022-02-26 Thread Max Nikulin
On 25/02/2022 21:19, Visuwesh wrote: Currently, when asking the user for the description of link, `org-insert-link' calls `read-string' with a non-nil INITIAL-INPUT but this argument is discouraged and deprecated; moreover, it is unfriendly. `org-insert-link' should, ideally, use the DEFAULT ar

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