Kaushal Modi

Results 281 comments of Kaushal Modi

This was probably an oversight. A PR with test is welcome.

I haven't found time to debug, but something definitely broke in upstream Org. Ox-hugo used to create a dummy "pre-processed" buffer and links to other places in the same Org...

Maybe code from https://one.tonyaldon.com/ can help

For JSON, may be use a hack like shown here: https://stackoverflow.com/a/244858/1219634 ``` .. "_hugo_comment": "My comment", .. ```

To add to the complication, if I add another multiplication after that first one, the TRM stops activating altogether: ```nim template mulIsCommutative{`*`(a, b)}(a, b: int): int = debugEcho("-> Term rewriting...

> (up to a limit). That limit is 36? > I think this should be documented in the manual and all 3 issues closed I can understand that for the...

It would be more ensuring to get a better answer. "presume so" sounds like you also don't know for sure if that's the case. I'd like to know the answers...

If you can reproduce the same issue when exporting to html (ox-html), it's an upstream Org mode behaviour.

@greg-minshall It was tricky to make `eless` do the "right thing" when it receives data from a pipe, because the piped data gets saved to a temp file which then...

@jibal >This violates all sorts of software engineering principles, especially on a system based on composable components like UNIX. I developed this utility to serve a purpose i.e. to use...