Michaël Cadilhac

Results 29 issues of Michaël Cadilhac

For some reason, the above two functions are not in org anymore. The following should be adjusted: https://github.com/Fuco1/.emacs.d/blob/b64c9c30ec851b21b8353186d11007039b84a028/files/org-defs.el#L1817

bug

The address bar is a menu (in that `._isMenu` returns true) when the list of suggestions is showing up. Thus, when this happens, all the editing functions are disabled. I...

###### Version `pacaur -v` ``` pacaur 4.6.10 ``` ###### Description Suppose we have a list of packages in some `pkg.txt` file; then `pacman -S - < pkg.txt` would install all...

bug

When reducing a SIMD data type containing, say, `char`s using addition, the resulting type is `char`, likely leading to overflows. [Traditional solutions](https://stackoverflow.com/questions/55296777/summing-8-bit-integers-in-m512i-with-avx-intrinsics) would use the SAD instructions (Sum of Absolute...

## Platform *OS:* Arch Linux, up to date *OBS Studio version:* master (with OBS-VST at master; also checked with the revision linked in the OBS repo) *Qt version:* 5.15.0 ##...

This line should be removed. https://github.com/iTimeTraveler/hexo-theme-hipaper/blob/18a98e969b0fb34549caf2019d9c275381aecabf/layout/_partial/after-footer.ejs#L17

For KaTeX to work well, LaTeX blocks should be treated as normal text. For that, I had to put: ``` ;; Disable special treatment of mathematics (setq org-html-with-latex 'verbatim) ```...

_Feature request_: Add some Markdown syntax. I'm sure this is just a matter of including the right javascripts :-) Cheers.

Hi there! `init.el`: ```emacs-lisp (require 'org) (require 'calfw-org) (setq org-agenda-files '("/tmp/test.org")) ``` `/tmp/test.org`: ```org * TODO You missed this! DEADLINE: ``` Then org-agenda and cfw:open-org-agenda results in: ![Result](http://i.imgur.com/CtyGFtI.png) I believe...

I have a few thousand ebooks on an old Kindle Touch, that are basically split into three collections. LibrarianSync fails with the POST request returning: { "Error": "Failed to execute...