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>I installed Selectrum to try out and when I try and use the keybindings for "find file" I get hit with this error:</p> <pre><code>Find file: c:/Program Files/Emacs/emacs-28.0.50-snapshot/bin/ [Error in post-command-hook (selectrum--update): (void-function nil)] </code></pre> <p>This doesn't happen when using M-x.</p> <p>I've tried to find a solution online to no avail. Anyone have an idea?</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/AccomplishedTwo9"> /u/AccomplishedTwo9 </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/r6dakr/question_error_in_postcommandhook/">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/r6dakr/question_error_in_postcommandhook/">[comments]</a></span>
|
|
@ -1,3 +0,0 @@
|
|||
<img src="https://media.babylonbee.com/thumbs/article-10009-1-thumb.jpg"> <p>WASHINGTON, D.C.—The Supreme Court is hearing arguments on abortion law this week, where they will carefully weigh the pros and cons of murdering babies with metal tearing instruments and high-powered vacuums.</p>
|
||||
<p>The post <a rel="nofollow" href="https://babylonbee.com/news/supreme-court-to-carefully-consider-pros-cons-of-baby-murder">Supreme Court To Carefully Consider Pros, Cons Of Baby Murder</a> appeared first on <a rel="nofollow" href="https://babylonbee.com">The Babylon Bee</a>.</p>
|
||||
|
|
@ -1 +0,0 @@
|
|||
<p>Tonight we are watching the first episode of The Chosen and discussing how people may have interpretted the good news of Jesus when they first met him! We'll have a van available in Almena by the school at 5:30 to pick up middle schoolers and high schoolers who need a ride! Let me know if you have any questions!</p><a href='/story.php?story_fbid=117554233707718&id=115628967233578&m_entstream_source=timeline&__tn__=%2As%2As-R' aria-label='Open story' class='_5msj'></a><a href='/NorthernValleyTFC/photos/a.117554230374385/117554103707731/?type=3&source=48&__tn__=EH-R' class='_39pi'><img src='https://scontent.fict1-1.fna.fbcdn.net/v/t1.6435-9/p320x320/153803054_117554107041064_3905278260459158110_n.png?_nc_cat=105&ccb=1-5&_nc_sid=8024bb&_nc_ohc=Jk7m7bCM_VQAX_Vb75J&_nc_ht=scontent.fict1-1.fna&oh=09aba3bacd4c74381ccdc091389c87e8&oe=616A4783' /></a>
|
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>Whenever I get my login password wrong, it takes around 3 seconds to reset for another attempt, which is annoying. Why is that? Is there a way to change it?</p> <p>Not using a display manager, just the default tty login prompt.</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/michaelmoreno2k"> /u/michaelmoreno2k </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/r72izk/why_does_login_incorrect_take_so_long/">[link]</a></span>   <span><a href="https://www.reddit.com/r/archlinux/comments/r72izk/why_does_login_incorrect_take_so_long/">[comments]</a></span>
|
|
@ -1 +0,0 @@
|
|||
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/r7zpa2/bspwm_nord_is_pretty_neat/"> <img src="https://preview.redd.it/87n5aflu2c381.png?width=640&crop=smart&auto=webp&s=0576b079d6ac8ac12ba83e234e3dbaf05ab0dfb9" alt="[BSPWM] Nord is pretty neat" title="[BSPWM] Nord is pretty neat" /> </a> </td><td>   submitted by   <a href="https://www.reddit.com/user/Mooskii_Fox"> /u/Mooskii_Fox </a> <br/> <span><a href="https://i.redd.it/87n5aflu2c381.png">[link]</a></span>   <span><a href="https://www.reddit.com/r/unixporn/comments/r7zpa2/bspwm_nord_is_pretty_neat/">[comments]</a></span> </td></tr></table>
|
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p><code>grub-mkconfig: line 261: /boot/grub/grub.cfg.new: no such file or directory</code></p> <p>I do not understand this problem, here is my script:</p> <p><code>echo This is a script to install Arch automatically, make sure to have booted into an efi vm</code></p> <p><code>echo Also please make sure to have partitioned the disks using tools such as cfdisk -tui- or fdisk -commandline-</code></p> <p><code>#make the file systems</code></p> <p><code>mkfs.ext4 /dev/sda3</code></p> <p><code>mkswap /dev/sda2</code></p> <p><code>mkfs.fat -F 32 /dev/sda1</code></p> <p>​</p> <p><code>#mount root and swap</code></p> <p><code>mount /dev/sda3 /mnt</code></p> <p><code>swapon /dev/sda2</code></p> <p>​</p> <p><code>#install needed packages in new install</code></p> <p><code>pacstrap /mnt base linux linux-firmware linux-headers vim networkmanager sudo git grub os-prober efibootmgr xdg-user-dirs</code></p> <p><code>#mount efi</code></p> <p><code>mkdir /mnt/boot/efi</code></p> <p><code>mount /dev/sda1 /mnt/boot/efi</code></p> <p><code>#generate the fstab</code></p> <p><code>genfstab -U /mnt >> /mnt/etc/fstab</code></p> <p><code>#all things in chroot (cant add comments in code)</code></p> <p>​</p> <p><code>cat << EOF | sudo arch-chroot /mnt</code></p> <p><code>ln -sf /usr/share/zoneinfo/Europe/London /etc/localtime</code></p> <p><code>hwclock --systohc</code></p> <p><code>sed -i "s/#en_GB/en_GB/g; s/#en_US.UTF-8/en_US.UTF-8/g" /etc/locale.gen</code></p> <p><code>echo "LANG=en_GB.UTF-8" > /etc/locale.conf</code></p> <p><code>locale-gen</code></p> <p><code>echo -e "arch" > /etc/hostname</code></p> <p><code>echo -e "</code><a href="https://127.0.0.1"><code>127.0.0.1</code></a><code>\tlocalhost" >> /etc/hosts</code></p> <p><code>echo -e "::1\t\tlocalhost" >> /etc/hosts</code></p> <p><code>echo -e "</code><a href="https://127.0.1.1"><code>127.0.1.1</code></a><code>\tarch" >> /etc/hosts</code></p> <p><code>mkinitcpio -P</code></p> <p><code>systemctl enable NetworkManager</code></p> <p><code>useradd -m -g users -G wheel,games,power,optical,storage,scanner,lp,audio,video,input,adm,users -s /bin/bash max</code></p> <p><code>echo -en "12345\n12345" | passwd</code></p> <p><code>echo -en "12345\n12345" | passwd max</code></p> <p><code>sed -i "s/^# %wheel/%wheel/g" /etc/sudoers</code></p> <p><code>tee -a /etc/sudoers << END</code></p> <p><code>END</code></p> <p><code>mkdir -p /etc/X11/xorg.conf.d && tee <<'END' /etc/X11/xorg.conf.d/90-touchpad.conf 1> /dev/null</code></p> <p><code>Section "InputClass"</code></p> <p><code>Identifier "touchpad"</code></p> <p><code>MatchIsTouchpad "on"</code></p> <p><code>Driver "libinput"</code></p> <p><code>Option "Tapping" "on"</code></p> <p><code>EndSection</code></p> <p><code>END</code></p> <p><code>os-prober</code></p> <p><code>grub-mkconfig -o /boot/grub/grub.cfg</code></p> <p><code>grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=GRUB</code></p> <p><code>su max</code></p> <p><code>cd</code></p> <p><code>xdg-user-dirs-update</code></p> <p><code>EOF</code></p> <p><code>#chroot exited</code></p> <p><code>#unmount all partitions</code></p> <p><code>umount -a</code></p> <p>​</p> <p>​</p> <p>​</p> <p>Any help appreciated!</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/max12mx13"> /u/max12mx13 </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/q8most/problem_with_grub_in_autoinstall_script_that_i/">[link]</a></span>   <span><a href="https://www.reddit.com/r/archlinux/comments/q8most/problem_with_grub_in_autoinstall_script_that_i/">[comments]</a></span>
|
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>Hi, I'm wondering if I should try emacs, but the only thing that I think I would have an issue is if there isn't the "!!" in emacs</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/exmptty"> /u/exmptty </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/rcxoxk/is_the_bang_bang_available_on_emacs_like_on_vim/">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/rcxoxk/is_the_bang_bang_available_on_emacs_like_on_vim/">[comments]</a></span>
|
|
@ -1 +0,0 @@
|
|||
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/r5yqks/kde_neonblue_parrot_home/"> <img src="https://preview.redd.it/9g2khq8l2t281.png?width=640&crop=smart&auto=webp&s=849405a8c694b5d7f15b8957087e243fac6648b4" alt="[KDE] Neon(blue), Parrot Home" title="[KDE] Neon(blue), Parrot Home" /> </a> </td><td>   submitted by   <a href="https://www.reddit.com/user/Overhaul_____"> /u/Overhaul_____ </a> <br/> <span><a href="https://i.redd.it/9g2khq8l2t281.png">[link]</a></span>   <span><a href="https://www.reddit.com/r/unixporn/comments/r5yqks/kde_neonblue_parrot_home/">[comments]</a></span> </td></tr></table>
|
|
@ -1,5 +0,0 @@
|
|||
<p>Any of you with an even fleeting familiarity with Irreal know that we are not fans of Word and its evil siblings. Still, even though our official position is that Word—in all its incarnations—is the spawn of the Devil, we recognize some folks have no choice but to use it, at least for the final document and, in the ecumenical spirit, Irreal is here to pass on some helpful information.</p>
|
||||
<p>Over at <a href="https://emacsnotes.wordpress.com">Emacs Notes</a> there’s a post from last year that has some advice for people exporting math from Org-mode to LibreOffice or Word. It turns out that neither do very well with LaTeX markup even if it’s converted to, say, <a href="https://developer.mozilla.org/en-US/docs/Web/MathML">MathML</a> first. The problem appears to be that LibreOffice doesn’t do a good job of importing MathML. The other possibility is to convert the math to a PNG but then the results are not editable.</p>
|
||||
<p>The correct way, according to the post, is to use Starmath markup instead. It’s native to LibreOffice and renders well. If you often export mathematical content from Org to LibreOffice, you should take a look at the post to see how use Starmath. There are a couple problems with this solution. The major disadvantage is that you lose document portability. If you use Starmath markup you can no longer export to HTML or LaTeX. Still, if you absolutely must provide ODT format documents but want to write in a sane environment, this tip may be a help.</p>
|
||||
<p><b>AFTERWORD</b></p>
|
||||
<p>Just as I was getting ready to publish this, I noticed that there was a follow-on post from Emacs Notes on <a href="https://emacsnotes.wordpress.com/2021/12/25/mix-starmath-and-latex-mix-english-and-tamil-in-same-org-file-or-how-to-conditionally-export-text-using-macros-and-drawers-in-org-mode/">how to mix Starmath and LaTeX</a> in the same Org file. Actually, the post is a bit more general and shows how to conditionally include content depending on what exporter you’re using. A great addition to the previous post.</p>
|
Loading…
Add table
Add a link
Reference in a new issue