fixing a bunch of broken stuff I think

This commit is contained in:
Chris Cochrun 2022-02-25 14:16:41 -06:00
parent 0dbc3ead0e
commit 8bace887a2
1551 changed files with 299 additions and 57481 deletions

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>Hi there, emacs NooB here (I&#39;ve been using basic org-functionality for GTD for about a year)</p> <p>I am now using emacs more heavily for research at work (nice and fast). I have recovered from a permissions issue yesterday, but have now created myself new problems by trying to setup reveal.js to output some research via org-reveal.</p> <p>I&#39;m on Ubuntu 20.04 via WSL 1, (Doom) emacs 27.1</p> <p>Following the instructions <a href="https://opensource.com/article/18/2/how-create-slides-emacs-org-mode-and-revealjs">here</a> I setup Org-reveal. </p> <p>I now get a warning about magit-section. </p> <pre><code>Error in private config: config.el, (file-missing Cannot open load file No such file or directory magit-section) </code></pre> <p>Doom doctor tells me the following, but I&#39;m baffled.</p> <pre><code>:~$ doom doctor The doctor will see you now... &gt; Checking your Emacs version... &gt; Checking for Emacs config conflicts... &gt; Checking for great Emacs features... &gt; Checking for private config conflicts... &gt; Checking for stale elc files... &gt; Checking Doom Emacs... x There was an unexpected error Message: File is missing Data: (file-missing . &quot;Cannot open load file&quot;) Backtrace: (require magit-section) (eval-buffer #&lt;buffer *load*-230718&gt; nil &quot;/home/user/.emacs.d/.local/str (load-with-code-conversion &quot;/home/user/.emacs.d/.local/straight/build-27. (require magit-git nil t) (byte-code &quot;\300\301!\210\300\302!\210\300\303\304\305#\210\300\306\304\30 (require git-commit) (eval-buffer #&lt;buffer *load*-622009&gt; nil &quot;/home/user/.emacs.d/.local/str (load-with-code-conversion &quot;/home/user/.emacs.d/.local/straight/build-27. (require magit) (byte-code &quot;\300\301!\210\300\302!\210\300\303!\210\300\304!\210\305\306!\ ! Extended backtrace logged to .emacs.d/.local/doom.error.log </code></pre> <p>Any help would be appreciated.</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/AlternativeKooky9407"> /u/AlternativeKooky9407 </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/q7co08/warning_about_magit_after_setting_up_orgreveal/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/q7co08/warning_about_magit_after_setting_up_orgreveal/">[comments]</a></span>

View file

@ -1 +0,0 @@
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/qykas7/qtile_i_like_ducks_in_the_moonlight_but_dont_know/"> <img src="https://preview.redd.it/edgavvpduu081.png?width=640&amp;crop=smart&amp;auto=webp&amp;s=b45101cb37033acf5850b15eccb6c8c3fc343410" alt="[qtile] I like ducks in the moonlight, but don't know why" title="[qtile] I like ducks in the moonlight, but don't know why" /> </a> </td><td> &#32; submitted by &#32; <a href="https://www.reddit.com/user/linerds22"> /u/linerds22 </a> <br/> <span><a href="https://i.redd.it/edgavvpduu081.png">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/unixporn/comments/qykas7/qtile_i_like_ducks_in_the_moonlight_but_dont_know/">[comments]</a></span> </td></tr></table>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>I use windmove to move windows. I have the following setup: </p> <p><code> (use-package windmove :bind ((&quot;C-S-j&quot; . windmove-left) (&quot;C-S-l&quot; . windmove-right) (&quot;C-S-i&quot; . windmove-up) (&quot;C-S-k&quot; . windmove-down))) </code></p> <p>However, in org buffers, the C-S-i binding gets overwritten. I can not figure out how it is being overwritten. It seems like it is doing org-cycle global as it will cycle all headers in the file. When I do C-h k I get this: </p> <p>``` S-TAB runs the command org-shifttab (found in org-mode-map), which is an interactive compiled Lisp function in org.el.</p> <p>It is bound to &lt;backtab&gt;, S-TAB, &lt;S-tab&gt;, &lt;S-iso-leftab&gt;, &lt;menu-bar&gt; &lt;Tbl&gt; &lt;Previous Field&gt;, &lt;menu-bar&gt; &lt;Org&gt; &lt;Show/Hide&gt; &lt;Cycle Global Visibility&gt;. ``` The binding C-S-i doesn&#39;t show up in C-h m or C-h b either. The other windmove bindings do show up in C-h b though. When I&#39;m in another buffer with a different mode all of my windmove bindings work fine. It seems to just happen with org buffers.</p> <p>I&#39;m really scratching my head as I can&#39;t find any smoking gun to what&#39;s actually being called or how it is bound.</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/jesse_ee"> /u/jesse_ee </a> <br/> <span><a href="https://www.reddit.com/r/orgmode/comments/po7sgh/help_overriding_keybinding/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/orgmode/comments/po7sgh/help_overriding_keybinding/">[comments]</a></span>