Re: [ANN] lisp/ob-tangle-sync.el

2023-04-26 Thread Mehmet Tekman
Ruijie Yu writes: > Great idea! Some inline comments below. > > You only need to say #'expand-file-name instead of the quoted lambda. > Also, you need to set the variable, otherwise the variable > `org-babel-tangle-sync-files' is undefined. > > What I have in mind is this: >:set (lambda (va

Re: [ANN] lisp/ob-tangle-sync.el

2023-04-26 Thread General discussions about Org-mode.
Mehmet Tekman writes: > Dear fellow org-users, > > I would like to contribute some a new library into org-mode, which > performs automatic synchronization between tangled files and their > org-mode source blocks via a global minor mode > `org-babel-tangle-sync-mode' which uses the after-save-ho

Re: "Indent headline data" is indenting non-headline-data

2023-04-26 Thread General discussions about Org-mode.
"\"James Harkins\" " writes: > I just discovered a strange auto-indentation behavior. Org 9.5.2. > > I'm currently using org to draft a paper. > > I have set org-adapt-indentation to "adapt indentation for headline data > lines." > > Now I have (just stealing some body text): > > ``` > * Headl

"Indent headline data" is indenting non-headline-data

2023-04-26 Thread "James Harkins"
I just discovered a strange auto-indentation behavior. Org 9.5.2. I'm currently using org to draft a paper. I have set org-adapt-indentation to "adapt indentation for headline data lines." Now I have (just stealing some body text): ``` * Headline When this variable is set to ‘headline-data’, O

Re: Interest in an Org video meetup?

2023-04-26 Thread Corwin Brust
On Wed, Apr 26, 2023 at 9:31 AM Matt wrote: > > FSF associate members have access to a FSF hosted Jitsi instance. I'm an FSF > associate member and could host it using that if I'm able to make the time. > We can make EmacsConf instance of BigBlueButton (BBB) available, as well. FWIW I had more

Re: [ANN] lisp/ob-tangle-sync.el

2023-04-26 Thread Mehmet Tekman
> For the sake of consistency, perhaps import and export, rather than pull and > export? And, great idea! Absolutely - unless the "pull" / "push" crowd wants to chime in! I'm also not 100% sold on the "both" action keyword. There, writing "sync" would make more sense, but I'm hesitant to write a

Re: Should Org provide commonly used link types?

2023-04-26 Thread jawatech
Jean Louis 於 2023/1/26 上午 12:40 寫道: * Ihor Radchenko [2023-01-25 15:56]: What we can do is add some more known link types. Some of them will use `browse-url' as :follow link parameter. However, what are the link types which are worth including into the Org code? I am looking into the protocols

Re: [PATCH] before emit an error message, try to load the babel language

2023-04-26 Thread Ihor Radchenko
lin Sun writes: > I use the `setopt` in my dot-emacs now, and won't make code changes. > Please feel free to close this ticket, and any code change to enhance > the discussed issue is welcome. Thanks Ok. Canceled. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode a

Re: [ANN] lisp/ob-tangle-sync.el

2023-04-26 Thread John Wiegley
> "MT" == Mehmet Tekman writes: MT> - skip :: do nothing, just save the buffer, even if the sync mode is MT> active MT> - pull :: only pull changes from =~/.bashrc= into the Emacs_conf org-mode file MT> - export :: only export changes from Emacs_conf to =~/.bashrc=, even if called

Re: [PATCH] before emit an error message, try to load the babel language

2023-04-26 Thread lin Sun
Hi Ihor, I use the `setopt` in my dot-emacs now, and won't make code changes. Please feel free to close this ticket, and any code change to enhance the discussed issue is welcome. Thanks

Linking SCHEDULED and DEADLINE repeating timestamps to avoid desynchronization

2023-04-26 Thread J. G.
Hi everyone, I just stumbled across a surprising behavior with combined SCHEDULED and DEADLINE timestamps that repeat. Here is the example org file contents: * TODO My late recurring todoSCHEDULED: <2023-04-12 Wed ++1w> DEADLINE: <2023-04-13 Thu ++1w> Right now it is Wednesday (2023-04-26 to be

[ANN] lisp/ob-tangle-sync.el

2023-04-26 Thread Mehmet Tekman
Dear fellow org-users, I would like to contribute some a new library into org-mode, which performs automatic synchronization between tangled files and their org-mode source blocks via a global minor mode `org-babel-tangle-sync-mode' which uses the after-save-hook. Full disclosure: I created a ME

Re: Interest in an Org video meetup?

2023-04-26 Thread Matt
> > On Oct 6, 2022, at 9:20 AM, Russell Adams rlad...@adamsinfoserv.com> wrote: > > Would there be any interest in a monthly 1-2 hour long ad-hoc screen > > sharing and video discussion for Org-mode? > > > > I'm offering to schedule and moderate the first few events. I'd > > propose a Satur

Re: The meaning of / inverted in the agenda

2023-04-26 Thread Esteban Ordóñez
I liked this exercise because it taught me very simply how to use org-agenda! Thank you both. :-)

Re: [DRAFT PATCH v6] Decouple LANG= and testing (was: Test failure due to LANG)

2023-04-26 Thread Ihor Radchenko
Ruijie Yu via "General discussions about Org-mode." writes: > Iteration v6. Everything, other than the French test and the > batch-non-batch Chinese test, now passes. I'll look up how to determine > whether we are in batch mode or not, and slap that onto the expect tag > for `test-org-clock/clo

Re: Allowing :PROPERTIES: drawer to appear at the end of entries

2023-04-26 Thread Ihor Radchenko
John Wiegley writes: > IR> Sorry, but I am against this feature. > IR> The original motivation why we restricted the property drawers to be > IR> only right at the beginning of a heading in Org 8.3 was performance. > IR> See https://list.orgmode.org/orgmode/87oatek909@nicolasgoaziou.fr/ > > I

Re: Allowing :PROPERTIES: drawer to appear at the end of entries

2023-04-26 Thread John Wiegley
Having said this, I recognize that since I’m likely the only person to use the feature, I’m asking you to take on testing and maintenance of a change that goes against established design. So on second thought, never mind. I can maintain the changes in a local fork, since I appreciate that a smal

Re: [DRAFT PATCH v5] Decouple LANG= and testing (was: Test failure due to LANG)

2023-04-26 Thread Ihor Radchenko
Ruijie Yu writes: > Ihor Radchenko writes: > >> (let ((org-time-stamp-formats '("%Y-%m-%d" . "%Y-%m-%d %H:%M"))) >> (org-element-timestamp-interpreter timestamp nil)) > > Thanks for the pointer. I have made this into a macro and redid my > changes accordingly. Please also let me know if m

Re: Allowing :PROPERTIES: drawer to appear at the end of entries

2023-04-26 Thread John Wiegley
> "IR" == Ihor Radchenko writes: IR> Sorry, but I am against this feature. IR> The original motivation why we restricted the property drawers to be IR> only right at the beginning of a heading in Org 8.3 was performance. IR> See https://list.orgmode.org/orgmode/87oatek909@nicolasgoaziou.f