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>Is is possible to change the behavior of the ‘results’ header argument for the whole document?</p> <p>Like adding <code>:results verbatim</code> and <code>:export both</code> in </p> <p>```</p> <h1>+begin_src sh :results verbatim :export both</h1> <p>ls -l</p> <h1>+end_src</h1> <p>```</p> <p>I've tried adding it the document header like so:</p> <p>```</p> <h1>+OPTIONS: :results verbatim</h1> <p>```</p> <p>and </p> <p>```</p> <h1>+PROPERTY: :results verbatim</h1> <p>```</p> <p>-- edit - solution</p> <p>```</p> <h1>+PROPERTY: header-args:sh :results verbatim :exports both</h1> <p>```</p> <p>Also found it in the <a href="https://orgmode.org/manual/Using-Header-Arguments.html">manual</a> under the section <em>Header arguments in Org mode properties</em></p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/TekDevelop"> /u/TekDevelop </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/qzgold/change_src_block_results_for_the_whole_document/">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/qzgold/change_src_block_results_for_the_whole_document/">[comments]</a></span>
|
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>I'm trying to install onto a nvme drive with arch install script when I enter 1 to select the nvme1 it just flashes and nothing happenes</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/DarkerBytes"> /u/DarkerBytes </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/rur45q/nvme_issues_in_arch_trying_to_install/">[link]</a></span>   <span><a href="https://www.reddit.com/r/archlinux/comments/rur45q/nvme_issues_in_arch_trying_to_install/">[comments]</a></span>
|
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>I was using Ubuntu at first and my laptop fan was very loud so I installed a temperature sensor (i can not remember its name) and when I checked gpu temperature I only found one which was Nvidia GPU. So I searched for my problem and tried a lot of fixes on the askubuntu website but none of them worked so I decided to switch to other Linux distros but the same thing keeps happening and now I'm using Arch Linux so when I enter the ( lspci | grep ' VGA ' ) I only get the Nvidia GPU, Intel GPU works on Windows 10 because I can see it in task manager. I tried to install mesa-utils but nothing happens. I've also searched for "switchable GPU option" in the bios settings but I can not find it</p> <p>My laptop specs are: </p> <p>Laptop: hp book 15 g2 mobile workstation Cpu: Intel i7 4th gen intel GPU: intel HD 4600 Nvidia GPU: Nvidia Quadro k2100M Ram: 8GB</p> <p>Edit: I f***** did it I switched from legacy to UEFI and converted the disk from mbr to gpt and it worked</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/Roy3034"> /u/Roy3034 </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/rd3t3d/intel_gpu_not_detected_on_every_linux_distro/">[link]</a></span>   <span><a href="https://www.reddit.com/r/archlinux/comments/rd3t3d/intel_gpu_not_detected_on_every_linux_distro/">[comments]</a></span>
|
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>Hello there guys.</p> <p>So, I've recently got the source for Emacs 28.0.90 from <a href="https://git.savannah.gnu.org/cgit/emacs.git">https://git.savannah.gnu.org/cgit/emacs.git</a> and built and installed it following the instructions. More specifically, I ran the following:</p> <ol> <li><code>./autogen.sh</code></li> <li><code>/configure --with-native-compilation=yes --with-json=yes --with-gnutls=yes --with-x-toolkit=lucid --with-mailutils=yes --with-rsvg=yes</code></li> <li><code>make -j4</code></li> <li><code>sudo make install</code></li> </ol> <p>The compilation and install were successful, as well as the Doom install. However when I try to run Emacs I get the following error message:</p> <p><code>error: Invalid hash table rehash size, 1.0</code></p> <p>When I try to run an Emacs client (after successfully starting a daemon) I get a more elaborate error message:</p> <p><code>*ERROR*: Error in a Doom startup hook: server-after-make-frame-hook, doom-init-theme-h, (error "Invalid hash table rehash size" 1.0)</code></p> <p>The same happens when build and install Emacs 27.2 (source also from Savannah), without, of course, the native compilation flag on configure.</p> <p>I saw that some Spacemacs users ran into the same problem and submitted this <a href="https://github.com/syl20bnr/spacemacs/issues/10586">issue</a>. I tried, as suggested there, to run an apt upgrade, but had no success.</p> <p>Btw, I'm using Ubuntu 20 and Emacs works fine in the terminal.</p> <p>Has anyone ran into the same issue? How can I fix this? </p> <p>Thanks in advance!</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/ducbueno__"> /u/ducbueno__ </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/rc2eu9/problem_with_doom_and_built_from_source_emacs/">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/rc2eu9/problem_with_doom_and_built_from_source_emacs/">[comments]</a></span>
|
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>I have tried basic keymapping hackery on vanilla emacs and ergo-mode. Seems that C-x is used in half the keybindings - remapping them all ain't possible. Ergo-mode uses M-x. Frankly I'd rather deal with vanilla emacs than try to understand the 'magic' in ergo-mode. </p> <p>So am I right? We have to disavow C-x for cut and C-c for paste? - My daughter says it won't take too long to relearn. Is she right?</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/Realistic-Resident-9"> /u/Realistic-Resident-9 </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/r3wdgg/to_join_the_emacs_community_it_seems_to_me_i_have/">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/r3wdgg/to_join_the_emacs_community_it_seems_to_me_i_have/">[comments]</a></span>
|
|
@ -1,18 +0,0 @@
|
|||
<p><a href="https://emacsnyc-talks.s3.amazonaws.com/december-2020/literate-programming-josh-holbrook-2020-12-07.webm">WebM (172.0 MB)</a> |
|
||||
<a href="https://emacsnyc-talks.s3.amazonaws.com/december-2020/literate-programming-josh-holbrook-2020-12-07.mp4">MP4 (1008.5 MB)</a></p>
|
||||
|
||||
<p>A talk by Josh Holbrook</p>
|
||||
|
||||
<blockquote>
|
||||
<p>Org mode, the task management and document markup system for Emacs,
|
||||
includes a tool called Babel which may be used for literate
|
||||
programming. In this talk I will explain literate programming, discuss
|
||||
how Org mode and Babel enable it, and go over an example using the
|
||||
slide deck itself. I will also cover some real-world experiences
|
||||
writing literate programs in Emacs and the pros and cons of doing so.</p>
|
||||
</blockquote>
|
||||
|
||||
<p>Josh has made his
|
||||
<a href="https://github.com/jfhbrook/public-gpl/blob/main/talks/literate-programming-2020/talk.pdf">slides</a>
|
||||
available, as well as their
|
||||
<a href="https://github.com/jfhbrook/public-gpl/tree/main/talks/literate-programming-2020">source</a></p>
|
Loading…
Add table
Add a link
Reference in a new issue