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 all,</p> <p>org.freedesktop.portal.ScreenCast got renamed to org.freedesktop.impl.portal.ScreenCast with the new xdg-desktop-portal-gnome package and now screensharing is not working in Gnome with Wayland.</p> <p>&#x200B;</p> <p>I have no idea how to fix this, or if it is even possible. Can someone help?</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/iznogoud77"> /u/iznogoud77 </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/ra5nla/orgfreedesktopportalscreencast_dbus_service/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/ra5nla/orgfreedesktopportalscreencast_dbus_service/">[comments]</a></span>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>Phrasing a descriptive title was hard.</p> <p>I use ChkTeX as a flymake backend for checking my (La)TeX documents. ChkTeX is good, but sometimes gets things wrong (or makes suggestions which are not appropriate). Recognising this, it also reads a config file, and recognises certain magic comments, which can ignore warnings, or define new warning rules (it&#39;s a really amazing tool, check it out if you write TeX!).</p> <p>I recently had to write quite a few such magic comments, all in the same format, for ignoring different warnings (the comments are all very similar, just with a different diagnostic number in each). This quickly got boring, and this kind of programmatic text manipulation is exactly what emacs is good for. So I was about to write a set of functions like <code>chktex-ignore-warning-at-pt</code> and <code>chktex-ignore-warning-at-pt-global</code> (for writing to the config file).</p> <p>But then I thought that I can&#39;t be the first person to want to do this, and stuff like this (interacting with error information in configurable ways) surely can&#39;t be restricted to TeX. I thought there might something like a <code>flymake-ignore-error-function</code> variable, which I could set to my function, and there would be lots of flymake infrastructure for this -- but there isn&#39;t. Is there any such infrastructure already in emacs for interacting with errors in this way (ignoring, ignoring globally, finding docs etc. Of course, the specifics would have to be implemented in each specific backend)? I&#39;m asking mostly because -- though it would be easy for me to just write my own functions and forget about it -- it seems like a useful general capability and if it doesn&#39;t exist yet, maybe it should? Would appreciate any thoughts.</p> <p>TIA.</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/Jack-o-tall-tales"> /u/Jack-o-tall-tales </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/ruz4hd/is_there_generic_support_which_i_could_hook_into/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/ruz4hd/is_there_generic_support_which_i_could_hook_into/">[comments]</a></span>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>Morning org-fans,</p> <p>I have been asked for the PDF of my org-reveal presentation.</p> <p>I&#39;m aware I can use the:</p> <pre><code>?print-pdf </code></pre> <p>and</p> <pre><code>Ctrl+P </code></pre> <p>Method in my browser to generate a PDF, but that doesn&#39;t do what I need.</p> <p>It doesn&#39;t retain the formatting of the presentation. It simply displays a small amount of black text on a white blank page. This looks unprofessional and is hard to read.</p> <p>Am I missing something obvious here?</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/orgmode/comments/r75ez4/retain_styles_when_orgreveal_exports_as_pdf/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/orgmode/comments/r75ez4/retain_styles_when_orgreveal_exports_as_pdf/">[comments]</a></span>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>In org-roam I use an underscore in the generated ID.</p> <pre><code>:PROPERTIES: :ID: 20211201_152904 :END: </code></pre> <p>However, the part after the underscore is rendered as subscript hanging off the baseline in smaller font size. How can I prevent this formatting, so it looks like the above?</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/art_else"> /u/art_else </a> <br/> <span><a href="https://www.reddit.com/r/orgmode/comments/r6hqim/orgroam_underscore_in_properties_drawer_uses/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/orgmode/comments/r6hqim/orgroam_underscore_in_properties_drawer_uses/">[comments]</a></span>

View file

@ -1 +0,0 @@
&#32; submitted by &#32; <a href="https://www.reddit.com/user/a-c-d-w"> /u/a-c-d-w </a> <br/> <span><a href="https://github.com/duckwork/fill-sentences-correctly.el">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/rsiv45/ann_fillsentencescorrectlyel_fill_sentences_with/">[comments]</a></span>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>For those unpatiently waiting for gnome 41 and are running home assistant.</p> <p>Add the following to your sensors to check the package version every hour:</p> <pre><code>- platform: command_line name: Gnome Shell Version json_attributes: - pkgver - pkgrel - repo command: &quot;curl https://archlinux.org/packages/search/json/?name=gnome-shell | python -c \&quot;import sys, json; print(json.dumps(json.load(sys.stdin)[&#39;results&#39;][-1]))\&quot;&quot; value_template: &quot;{{ value_json.pkgver | float }}-{{ value_json.pkgrel }}&quot; scan_interval: 600 </code></pre> <p>You can use it in sensors to see the current gnome-shell version and repo with an entities card:</p> <pre><code>type: entities entities: - entity: sensor.gnome_shell_version icon: mdi:gnome - type: attribute entity: sensor.gnome_shell_version attribute: repo name: Repository icon: mdi:database </code></pre> <p>With an automation you can get a notification of your choice. e.g. getting one on my mobile app</p> <pre><code>alias: Gnome 41 in Arch description: &#39;&#39; trigger: - platform: template value_template: &gt;- {% if state_attr(&#39;sensor.gnome_shell_version&#39;, &#39;pkgver&#39;) | float &gt; 41 %} true {% endif %} condition: [] action: - service: notify.mobile_app_mi_a2 data: message: &gt;- Gnome 41 released in {{ state_attr(&#39;sensor.gnome_shell_version&#39;, &#39;repo&#39;) }} mode: single </code></pre> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/raetiacorvus"> /u/raetiacorvus </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/q795mr/are_we_gnome_41_yet/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/q795mr/are_we_gnome_41_yet/">[comments]</a></span>