Closed ParetoOptimalDev closed 3 months ago
I had some issues that I weren't sure were:
That meant I needed to debug it. There isn't an easy way to do that currently.
Assuming you have the emacs-overlay repo locally just open nix-repl and follow the log below.
Question: Would it be worth adding a debug output to the flake so that code like the above could be called on an elisp or org file directly like:
nix eval --impure --apply "p: p.debugParser({configText = config; alwaysEnsure = true; isOrgModeFile = true; alwaysTangle = true; })" github:nix-community/emacs-overlay#debug
+1
This issue belongs in https://github.com/talyz/fromElisp
I had some issues that I weren't sure were:
That meant I needed to debug it. There isn't an easy way to do that currently.
Assuming you have the emacs-overlay repo locally just open nix-repl and follow the log below.
Full nix-repl log demonstrating debugging parser
``` nix-repl> pkgs = importQuestion: Would it be worth adding a debug output to the flake so that code like the above could be called on an elisp or org file directly like: