fixing a bunch of broken stuff I think
This commit is contained in:
parent
0dbc3ead0e
commit
8bace887a2
1551 changed files with 299 additions and 57481 deletions
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>Hi there, emacs NooB here (I'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'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'm baffled.</p> <pre><code>:~$ doom doctor The doctor will see you now... > Checking your Emacs version... > Checking for Emacs config conflicts... > Checking for great Emacs features... > Checking for private config conflicts... > Checking for stale elc files... > Checking Doom Emacs... x There was an unexpected error Message: File is missing Data: (file-missing . "Cannot open load file") Backtrace: (require magit-section) (eval-buffer #<buffer *load*-230718> nil "/home/user/.emacs.d/.local/str (load-with-code-conversion "/home/user/.emacs.d/.local/straight/build-27. (require magit-git nil t) (byte-code "\300\301!\210\300\302!\210\300\303\304\305#\210\300\306\304\30 (require git-commit) (eval-buffer #<buffer *load*-622009> nil "/home/user/.emacs.d/.local/str (load-with-code-conversion "/home/user/.emacs.d/.local/straight/build-27. (require magit) (byte-code "\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 -->   submitted by   <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>   <span><a href="https://www.reddit.com/r/emacs/comments/q7co08/warning_about_magit_after_setting_up_orgreveal/">[comments]</a></span>
|
|
@ -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&crop=smart&auto=webp&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>   submitted by   <a href="https://www.reddit.com/user/linerds22"> /u/linerds22 </a> <br/> <span><a href="https://i.redd.it/edgavvpduu081.png">[link]</a></span>   <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>
|
|
@ -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 (("C-S-j" . windmove-left) ("C-S-l" . windmove-right) ("C-S-i" . windmove-up) ("C-S-k" . 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 <backtab>, S-TAB, <S-tab>, <S-iso-leftab>, <menu-bar> <Tbl> <Previous Field>, <menu-bar> <Org> <Show/Hide> <Cycle Global Visibility>. ``` The binding C-S-i doesn'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'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'm really scratching my head as I can't find any smoking gun to what's actually being called or how it is bound.</p> </div><!-- SC_ON -->   submitted by   <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>   <span><a href="https://www.reddit.com/r/orgmode/comments/po7sgh/help_overriding_keybinding/">[comments]</a></span>
|
Loading…
Add table
Add a link
Reference in a new issue