Maikol Solís

Results 76 comments of Maikol Solís

I have an Intel Mac. I unpinned gcc, libgccjit and uninstalled emacs-plus 28. When I tried to install emacs, I had the problem with the gcc linking. My workaround was...

> It would be nice to have a homebrew formula or cask as well, considering how popular homebrew is for macOS developers. I understand its available on nix, but most...

Hi! I'm also searching for this feature. Maybe this solution can be modified with the current code? https://stackoverflow.com/a/52686856

I have the same issue. 87YHCIBK-refs-euc

Not for me at least. I have only this menu if I right-click the columns names bar, ![image](https://user-images.githubusercontent.com/4078489/161581254-54b79e8a-25c0-4a53-8019-4b5bd041e03d.png)

This is weird. I restarted Zotero again, and now I have the Citation key column available ![image](https://user-images.githubusercontent.com/4078489/161753975-97bac5ec-c38d-4f13-9f81-ca0da0329720.png) Just in case this is, my support ID 9VQF3UM5-refs-euc Thanks for the help.

It's weird to me also. I could capture the `org-export-process` file in `/private/var/folder/...` https://pastebin.com/0D8N9ZtF

More information. I debugged `org-export-latex-to-pdf` using `trace-function`. In my config I have `(setq org-export-in-background t)` which lead me to though that the problem could come from the async exporting process....

Yes you're right, there is something wrong with the export process as a whole. I changed the file to this ``` :PROPERTIES: :ID: 20220302T110150 :END: #+TITLE: TEST2 #+INCLUDE: "./20220302T110131-test1.org" TEST2...

Using `emacs -Q` and exporting asynchronously, I got this ``` Debugger entered--Lisp error: (wrong-type-argument stringp nil) make-process(:name "org-export-process" :buffer "*Org Export Process*" :command ("/Applications/Emacs.app/Contents/MacOS/Emacs" "--batch" "-l" nil "-l" "/var/folders/4d/qj4qr8zx1n36td0hlt0p7x_h0000gn/T/o...")) start-process("org-export-process"...