Sounds good. I'm happy to update the documentation, the regexp, and
other mentioned locations to match one of A-Z or 0-64. Are we OK
restricting it to uppercase only?
Thanks!
Derek
On Sat, Jul 19, 2025 at 10:29 AM Ihor Radchenko wrote:
> Derek Chen-Becker writes:
>
> > I
nywhere
other than the manual?
Thanks,
Derek
On Sat, Jul 19, 2025 at 8:07 AM Ihor Radchenko wrote:
> Derek Chen-Becker writes:
>
> > I'm also not clear on why we upcase again when checking the bounds:
> >
> > ((or (< (upcase new) org-priority-highest) (> (up
n
(easier to test) to avoid conflation with the logic to set/modify.
Cheers,
Derek
On Sat, Jul 19, 2025 at 7:22 AM Ihor Radchenko wrote:
> Derek Chen-Becker writes:
>
> > Just double-checking my understanding of things, but it looks like
> > `org-priority' already
that is that if the argument to `org-priority` is an actual
integer (not an integer string), then it uses that integer as the new
value. Am I missing something?
Thanks,
Derek
On Sat, Jul 12, 2025 at 10:11 AM Ihor Radchenko wrote:
> Derek Chen-Becker writes:
>
> > Summer schedule
Thanks for the feedback. Let me rework it per your suggestions.
Cheers,
Derek
On Sat, Jul 12, 2025 at 10:11 AM Ihor Radchenko wrote:
> Derek Chen-Becker writes:
>
> > Summer schedules got the better of me, but here's the first of hopefully
> > several patches to addre
Summer schedules got the better of me, but here's the first of hopefully
several patches to address this is small pieces rather than trying to
commit to one large chunk of work. Tests pass locally and I added some new
ones as well.
On Tue, Jun 17, 2025 at 6:29 AM Derek Chen-Becker
Sounds good!
Handled.
On Sun, Jun 8, 2025 at 10:04 AM Ihor Radchenko wrote:
> Derek Chen-Becker writes:
>
> >> We must eventually support numeric properties, as documented in the
> manual.
> >
> > This is actually something I've wanted for a while and ne
Cheers,
Derek
--
+---+
| Derek Chen-Becker |
| GPG Key available at https://keybase.io/dchenbecker and |
| https://pgp.mit.edu/pks/lookup?search=derek%40chen-becker.org |
| Fngrprnt: EB8A 6480
a while and never got
around to looking at it. I'm happy to start digging into this if it's
still valid. I can change this to handled for Woof to track if that
helps.
Cheers,
Derek
--
+-------+
| Derek Chen-Becker
nd. For now I
> manually type out "#+title, #+date" etc. in my org files.
>
> Would be interesting to hear other workflows for this.
>
> Kind regards,
> Ashish
>
>
--
+-------+
| Derek Chen-Becker
Just pinging again that these patches should be ready now.
Thanks,
Derek
On Sun, May 18, 2025 at 7:21 AM Derek Chen-Becker
wrote:
> My copyright assignment has been processed! I've attached the latest
> version of my patches, rebased against the current mainline. It's been a
025 at 10:49 AM Derek Chen-Becker
wrote:
> Yes, sorry. I've submitted my own assignment form and I'm waiting to get
> the signed version back from the FSF. My company's legal department is also
> working with the FSF rep to get the corporate release done. I've been
able for a lot of operating systems (although not all) these
days.
Cheers,
Derek
--
+-------+
| Derek Chen-Becker |
| GPG Key available at https://keybase.io/dchenbecker and |
| https:
Also, just to point out, once the legal stuff is all complete I'll have
free reign to help with anything org-mode related, so I'm looking forward
to more contributions soon!
On Sun, Mar 2, 2025 at 10:49 AM Derek Chen-Becker
wrote:
> Yes, sorry. I've submitted my own assig
Ihor Radchenko // yantar92,
> Org mode maintainer,
> Learn more about Org mode at <https://orgmode.org/>.
> Support Org development at <https://liberapay.com/org-mode>,
> or support my work at <https://liberapay.com/yantar92>
>
--
+--
an
address them while we wait on assignment.
Thanks,
Derek
On Sat, Jan 18, 2025 at 7:44 AM Ihor Radchenko wrote:
> Derek Chen-Becker writes:
>
> > I'm still sorting out the copyright assignment, but I have another style
> > question: It feels like I should move t
t;Buffer without file"
(should-not (org-base-buffer-file-name
Is that OK?
Thanks,
Derek
On Thu, Jan 16, 2025 at 12:13 PM Ihor Radchenko wrote:
> Derek Chen-Becker writes:
>
> >> The latest version of your patch exceeds 20LOC and cannot be accepted
> >>
against possible changes in the way file name
> is computed.
>
I'm sorry, I don't quite understand. Do you mean I should change the
function name `org-base-buffer-file-name' to
`org-babel-effective-tangled-filename' or something else?
Thanks,
Derek
--
+
angle \"%s\" :comments org
(message \"FOO\")
#+end_src" tangle-filename))
(search-backward "message")
;; Confirm that we tangled to the right file
(equal (org-babel-tangle 4) (list tangle-filename
;; Clean up the tangled
Thanks for the comments! This is my first real foray into non-trivial elisp
so I really appreciate your patience and help. Let me try and get these
addressed.
Cheers,
derek
On Tue, Jan 14, 2025 at 10:54 AM Ihor Radchenko wrote:
> Derek Chen-Becker writes:
>
> > Thanks for the
u
have any questions.
Thanks,
Derek
On Mon, Jan 13, 2025 at 10:21 AM Ihor Radchenko wrote:
> Derek Chen-Becker writes:
>
> >> Also, what about other places in the code that use `buffer-file-name'?
> >> We may want to use the new function there as well.
> >
> &
..
> (delete-file )
>
> See how `org-test-with-temp-text-in-file' macro does it.
>
Yes, my apologies, I had originally done this and stashed that part of the
change while debugging the test. I'll fix that, too.
Cheers,
Derek
--
OK, I've attached the patch. It wasn't clear from
https://orgmode.org/worg/org-contribute.html#first-patch whether this
should be sent in the thread or as a new thread. I can start a new one if
needed.
Thanks,
Derek
0001-ob-tangle-Ensure-proper-tangling-within-a-capture-bu.patch
Description: Bi
e of it, but is
there any documentation on writing tests? The README under testing has some
useful info for how to run the tests, but not much about how tests should
be structured or any important facilities to be aware of.
Thanks,
Derek
On Tue, Dec 24, 2024 at 2:13 AM Ihor Radchenko wrote:
>
ame` function?
Thanks,
Derek
--
+-------+
| Derek Chen-Becker |
| GPG Key available at https://keybase.io/dchenbecker and |
| https://pgp.mit.edu/pks/lookup?search=derek%40chen-becker.org |
| Fngrprnt: EB8A 6480 F0A3 C8EB C1E7 7F42 AFC5 AFEE 96E4 6ACC |
+---+
s a known
issue, or are there straightforward ways to maybe deal with that? It feels
like that may be case-by-case.
Thanks,
Derek
On Mon, Dec 16, 2024 at 10:37 AM Ihor Radchenko wrote:
> Derek Chen-Becker writes:
>
> > OK, after some debugging it looks like the primary culprit is
es
besides indirect buffers that we would need to handle? Would it be worth
creating a new function "org-buffer-file-name" that
could properly handle indirect buffers and any other special cases, or is it
just a search and replace throughout?
Cheers,
Derek
--
+-----
her.
>
> --
> Ihor Radchenko // yantar92,
> Org mode maintainer,
> Learn more about Org mode at <https://orgmode.org/>.
> Support Org development at <https://liberapay.com/org-mode>,
> or support my work at <https://liberapay.com/yantar92>
>
--
+-
;
>
> https://list.orgmode.org/8734iwel1o.fsf@localhost/T/#u
>
> Also to remind tomorrow (11th Dec, 19:00 EST -- Turkey) there will be
> OrgMeetup. It would be a great place to have more live discussions with
> everyone.
> Better to make sure to it att
in Woof? Or do we have a different way of tracking things?
Thanks,
Derek
--
+-------+
| Derek Chen-Becker |
| GPG Key available at https://keybase.io/dchenbecker and |
| https://pgp.mit.ed
nd not a
string? If that's the case then it's probably easy for me to fix in my
config, but I wanted to check first.
Thanks,
Derek
--
+-------+
| Derek Chen-Becker |
| GPG Key availabl
erek
On Wed, Aug 16, 2023 at 11:37 AM Ihor Radchenko wrote:
> Derek Chen-Becker writes:
>
> > ... It looks
> > like a duplicate of what was reported in
> > https://lists.gnu.org/archive/html/emacs-orgmode/2023-05/msg00402.html.
>
> Hard to say, because I was not able
ks,
Derek
--
+---+
| Derek Chen-Becker |
| GPG Key available at https://keybase.io/dchenbecker and |
| https://pgp.mit.edu/pks/lookup?search=derek%40chen-becker.org |
| Fngrprnt: EB8A 6480
recompile Emacs byte code, I'm not sure how I'd do that since
> I'm running Guix and those files live in the write protected /gnu/store.
>
--
+---+
| Derek Chen-Becker |
| GPG Key available at https://keybase.io/dchenbecker and |
| https://pgp.mit.edu/pks/lookup?search=derek%40chen-becker.org |
| Fngrprnt: EB8A 6480 F0A3 C8EB C1E7 7F42 AFC5 AFEE 96E4 6ACC |
+---+
The patch looks good to me!
Thanks,
Derek
On Tue, Apr 4, 2023 at 6:30 AM Ihor Radchenko wrote:
> Derek Chen-Becker writes:
>
> > I fiddled around a little bit this weekend and confirmed that this
> (sloppy)
> > code makes highlighting work for all shell types th
not great since sh-mode looks for Korn-based keywords. It does
> string highlighting and common keywords like 'if', 'exit', and 'param'.
>
>
--
+---+
| Derek Chen-Becker
hanks,
Derek
On Fri, Mar 31, 2023 at 7:06 AM Ihor Radchenko wrote:
> Derek Chen-Becker writes:
>
> > Would it be fair to use the sh-ancestor-alist as a basis for all of the
> > supported shell variants?
> >
> >
> https://github.com/emacs-mirror/emacs/blob/master/li
rgmode.org/>.
> Support Org development at <https://liberapay.com/org-mode>,
> or support my work at <https://liberapay.com/yantar92>
>
--
+-------+
| Derek Chen-Becker
ent at <https://liberapay.com/org-mode>,
> or support my work at <https://liberapay.com/yantar92>
>
--
+---+
| Derek Chen-Becker |
| GPG Key available at https://keybase.io/dchenbecker and |
src
#+begin_src zsh
if [ -z $TEST ]; then
echo Good
fi
#+end_src
# Local Variables:
# org-babel-load-languages: ((shell . t))
# End:
--
+-------+
| Derek Chen-Becker |
| GPG Key a
Confirmed, I upgraded to 9.6.1 and it works for me. Thanks!
On Fri, Mar 3, 2023 at 9:03 AM Ihor Radchenko wrote:
> Derek Chen-Becker writes:
>
> > Here is the minimal org file to repro:
> >
> >
> > #+COLUMNS: %IT
("mailto" :follow #[514 "\301\300\302Q\"\207"
["mailto" browse-url ":"] 6 "\n\n(fn URL ARG)"])
("https" :follow #[514 "\301\300\302Q\"\207"
["https" browse-url ":&quo
It does seem broken for me on 28.2 (Org 9.5.5). I'll put together a minimum
repro and submit. Thanks!
Cheers,
Derek
On Thu, Mar 2, 2023 at 4:34 AM Ihor Radchenko wrote:
> Derek Chen-Becker writes:
>
> > https://lists.gnu.org/archive/html/emacs-orgmode/2020-09/msg00571.
to help fix this if someone can point me in the right direction.
Thanks,
Derek
--
+-------+
| Derek Chen-Becker |
| GPG Key available at https://keybase.io/dchenbecker and |
| https://pgp.mit.e
44 matches
Mail list logo