Sender | Message | Time |
---|---|---|
10 Mar 2025 | ||
Thanks Ihor. This library looks pretty involved so I don't think I want to reproduce a worse version of it in my code. I'll just stick to On a related note, what is the difference between a greater block and a lesser block according to the Org syntax spec? They seem identical in form and function to me. | 03:08:16 | |
In reply to @karthink:matrix.orgThe library does more than you need. All you need is the linked function - it combined regexp search with parser | 09:26:19 | |
Lesser blocks cannot contain elements | 09:26:34 | |
11:28:03 | ||
15:14:57 | ||
17:22:03 | ||
Hey, I'm trying to install karthink and Timothy 's org-mode via nix. Some org functions seem to produce nil (notably, org-babel-src-block-info when I call org-babel-tangle, but not when I call the former via M-:). Do I have a mixed install ? Ive had this issue in the past, but, as far as I can tell, here, builtin org is shadowed by the fork. | 17:37:59 | |
11 Mar 2025 | ||
Yes but that function seems to require some machinery provided by the rest of the feature, involving hash tables of regexps. At a glance it looks like I'll have to end up replicating a big chunk of it. | 03:15:01 | |
In reply to @karthink:matrix.orgIt uses a bunch of simplified regexps to search (approximately) for syntax nodes. They are optional though | 05:15:13 | |
I see | 05:31:32 | |
I'll take a closer look at it then | 05:31:37 | |
anyone knows of a good way to not show certain tags in exports? I don't mean to skip the items when exporting, but to just literally not show the tag itself, for things like :attach: | 15:28:29 | |
17:23:08 | ||
17:23:21 | ||
12 Mar 2025 | ||
05:40:14 | ||
In reply to @yantar92:matrix.org Hello from the future. Not only have I figured this silly problem out, but it's nearly packaged for anyone else. This is regarding a clock table and adding up "billable" hours for an invoice. I did indeed have rounding errors, and eliminated them by restructuring the org tables and entries and doing the division/multiplication once per row and summing up the table total with those values. I only end up rounding once. You probably don't remember this but it's finally an itch I've scratched. | 05:47:43 | |
15:10:42 | ||
15:13:01 | ||
nobody reminded about today's org meetup? | 17:06:33 | |
ok... this explains it. https://list.orgmode.org/87ecz3a3he.fsf@localhost/T/#mce9c8dc2bc68401aaab5b3bb476ab44b2906bdee | 17:08:34 | |
I've encountered the following warning/error:
| 22:35:28 | |
Redacted or Malformed Event | 22:40:53 | |
Redacted or Malformed Event | 22:45:27 | |
Redacted or Malformed Event | 22:48:56 | |
Redacted or Malformed Event | 22:50:01 | |
The code I ran which caused it was this:
| 22:51:33 | |
13 Mar 2025 | ||
What I ended up doing was to wrap the sort call in a let block, and bound Seems to have worked. | 04:00:56 | |
Got the clue from here: https://unix.stackexchange.com/questions/250134/pkgproblemresolverresolve-generated-breaks | 04:00:59 | |
How does the element cache work, and what are its main benefits? I mean in general, I assume that when calling | 04:04:18 | |
In reply to @dadinn:matrix.orgIf you can share a reproducer, please report this as a bug | 04:44:46 |