Nate Dwarshuis

Results 51 comments of Nate Dwarshuis
trafficstars

haven't been able to look much into the icon themes yet, focusing on upgrading to gtk3.20 and cinn3 first. Definitely won't be starting from scratch so will probably use YlmfOS...

would appreciate the help. I have a decent chunk of the icon portion started already...I'll make a branch soon

sorry, life is busy, new branch created

Sorry, progress will be slow for the next few months. Immunology is consuming my life at the moment :(

I think this does what you want: ``` clojure (save-excursion (outline-up-heading 1) (org-ml-update-this-subtree* (org-ml-match-map* '((:todo-keyword "TODO")) (org-ml-set-property :todo-keyword "READY" it) it))) ``` I'm not sure what caused the whitespace error...

I at least partially realized what is going on. In your code, you are applying `org-ml-update` to each headline individually, and every time that function is called the buffer is...

It also sped up for me and I'm guessing that has to do with emacs applying/removing different font faces. In the case of the error, each header that is being...

I've been meaning to build a 'cookbook' which would probably fill the need you are describing. I've been busy with other things but am hoping to return to that soon....

Not sure I understand your use case. Are you trying to recreate what would happen if you exported using the latex exporter? If you don't want to actually change the...

I don't use the latex exporter very much so I can't say how exactly this would fit into what you want. It seems the exporter should have some built in...