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
File diff suppressed because it is too large
Load diff
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>I'm currently trying to get a game to run with Proton on Steam. The game works when i rename the folder with Chinese letters, and run it with wine. If i try to run the game without changing the Chinese text i get an error: "Invalid name" .</p> <p>I've tried to follow this guide to enable localization for Chinese <a href="https://wiki.archlinux.org/title/Localization/Simplified_Chinese">https://wiki.archlinux.org/title/Localization/Simplified_Chinese</a></p> <p>Now it shows Chinese characters and not square symbols, but i still can't get it to launch. I have to constantly rename on every update which is pretty annoying, there must be a way to solve this.</p> <p>This is the error i get with Proton Log:</p> <pre><code>err:steam:run_process Failed to create process L"\"Z:\\home\\henrik\\.local\\share\\Steam\\steamapps\\common\\i,<h07e\0005+h\r\0012\\guigubahuang.exe\"": 2 </code></pre> <p>Before anyone ask, I've deleted the prefix multiple times, I've reinstalled Wine, and my drive is ext4 with the whole drive having rwx permissions (Only Steam library on drive)</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/Henrik213"> /u/Henrik213 </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/rsnw21/wine_wont_launch_anything_with_chinese_letters_in/">[link]</a></span>   <span><a href="https://www.reddit.com/r/archlinux/comments/rsnw21/wine_wont_launch_anything_with_chinese_letters_in/">[comments]</a></span>
|
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>I just update my Emacs and now it keeps showing <code>IMPORTANT: please install Org from GNU ELPA as Org ELPA will close before Org 9.6</code> in the minibuffer.</p> <p>How can I turn off this message?</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/linwaytin"> /u/linwaytin </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/r34xq4/emacs_keep_showing_the_message_for_org_96/">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/r34xq4/emacs_keep_showing_the_message_for_org_96/">[comments]</a></span>
|
|
@ -1 +0,0 @@
|
|||
  submitted by   <a href="https://www.reddit.com/user/unixbhaskar"> /u/unixbhaskar </a> <br/> <span><a href="https://youtube.com/watch?v=DLPuRmSNOWQ&feature=share">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/r5bbxd/emacs_abbreviation_creation_2021_11_30_064329/">[comments]</a></span>
|
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>i get this error</p> <pre><code>File mode specification error: (file-missing Cannot open load file No such file or directory cider-compat) </code></pre> <p>when i run cider-jack-in-cljs in a .cljc file. To be clear, given this is /emacs i'm not asking about this specific error but how to debug in general. How do i get a stack trace? Or get some sense how this error message was put together?</p> <p>​</p> <p>[edit] mostly solved. ty</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/TheLastSock"> /u/TheLastSock </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/rtxgl7/how_do_i_get_a_stack_trace_or_debug_emacs/">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/rtxgl7/how_do_i_get_a_stack_trace_or_debug_emacs/">[comments]</a></span>
|
|
@ -1,4 +0,0 @@
|
|||
<p>This is a followup to yesterday’s <a href="https://irreal.org/blog/?p=10199">post on Nicolas P. Rougier’s notebook-mode</a>. When I was going through the code trying to understand how everything worked I noticed that the Org source code had a <code>#+begin_sidefig</code> / <code>#+end_sidefig</code> environment that mapped to a <code><div class="sidefig" id="org08c8fb0"></code> element in the HTML. The definition of that division was provided by the CSS of course, but I wondered where the mapping came from. My first thought was that it must have been implemented in a package that the code required but I couldn’t figure out what package it was or how it was being included.</p>
|
||||
<p>It turns out that you can use <code>begin_xxx</code> / <code>end_xxx</code> for any value of <code>xxx</code> and Org will do the right thing. If you export the Org file to HTML it will be mapped into a <code><div></code> that you can define in a CSS file (or in the Org file, for that matter). If you export it to PDF (via LaTeX) it will be mapped into a <code>\begin{xxx}</code> / <code>\end{xxx}</code> environment that, once again, you can define however you like.</p>
|
||||
<p>Many of you are probably already aware of this but it’s a revelation to me. It means that you can produce arbitrarily beautiful output directly from Org-mode. Doubtless something similar happens if you export to <code>docx</code> but Irreal has no interest such matters.</p>
|
||||
<p>If you’re exporting to HTML, you can provide environment definitions in a CSS file. If you’re exporting to to PDF, you can define the definitions in a LaTeX package definition or directly in the Org file. It’s another example of how Org-mode allows you to generate arbitrarily complex output.</p>
|
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>i.e. pacman.conf for sure. I think it would be useful to restore a local machine or for a new system, I can copy it and it would be ok.</p> <p>But fstab, seems to me, no a good idea. Unless it is in a new branch, because every system has it's own fstab but might be helpful to restore in case I need to restore it in my local machine.</p> <p>What other files would you recommend to backup. I mean, system files on etc folder and the like.</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/miembro"> /u/miembro </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/r1k1f0/what_system_files_should_be_included_in_my/">[link]</a></span>   <span><a href="https://www.reddit.com/r/archlinux/comments/r1k1f0/what_system_files_should_be_included_in_my/">[comments]</a></span>
|
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>Hey all, what is the best way to save the entire window as highest resolution image file (not just each buffer). I think a screenshot will not provide the best available resolution on a Mac machine. I know <code>htmlfontify-buffer</code> but this is cumbersome as it saves one buffer each time.</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/Express-Net-8731"> /u/Express-Net-8731 </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/rr8qfb/save_current_windows_in_highest_resolution/">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/rr8qfb/save_current_windows_in_highest_resolution/">[comments]</a></span>
|
|
@ -1,3 +0,0 @@
|
|||
<img src="https://media.babylonbee.com/thumbs/article-10039-1-thumb.jpg"> <p>TALLAHASSEE, FL —Florida Governor Ron DeSantis stirred up controversy this week after he proposed allocating state funds to grow his own personal army of Uruk-Hai orc warriors. </p>
|
||||
<p>The post <a rel="nofollow" href="https://babylonbee.com/news/desantis-introduces-controversial-proposal-to-grow-personal-army-of-uruk-hai">DeSantis Introduces Controversial Proposal To Grow Personal Army Of Uruk-Hai</a> appeared first on <a rel="nofollow" href="https://babylonbee.com">The Babylon Bee</a>.</p>
|
||||
|
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>I <code>paradox-upgrade-packages</code> yesterday and now my I'm constantly getting the message:</p> <pre><code> IMPORTANT: please install Org from GNU ELPA as Org ELPA will close before Org 9.6 </code></pre> <p>The startup is insanely long, because I suppose for each single open org-mode file it tries to communicate with the server and all I get is that IMPORTANT message.</p> <p><a href="https://orgmode.org/elpa.html">https://orgmode.org/elpa.html</a> says the archive will be deprecated, but not what is the proper replacement.</p> <p>My current year-long setup is:</p> <pre><code>(add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/") t) (use-package org :ensure org-plus-contrib :pin org :commands (org-mode org-capture org-agenda orgbl-mode) :bind ("C-c l" . org-store-link) :init ;; (package-initialize 'org) ;; org settings (load "~/.emacs.d/settings/settings-org.el")) </code></pre> <p>Thank you.</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/suhrob"> /u/suhrob </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/r11nqd/how_to_install_orgmode_now_that_org_emacs_lisp/">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/r11nqd/how_to_install_orgmode_now_that_org_emacs_lisp/">[comments]</a></span>
|
Loading…
Add table
Add a link
Reference in a new issue