xuchunyang / setup-org-protocol-on-mac

Setting Up org-protocol on Mac
64 stars 6 forks source link

Not working for MacOS M1 chip user #5

Open ChloeZhou1997 opened 1 year ago

ChloeZhou1997 commented 1 year ago

Hi thanks first for the repo. I was trying to setup the protocol early today but the script seems not working. I looked into the script and sort of guessed where the problem could be and fixed the problem. I don't know how to contribute to the repo but hopeful this tip can help other users who have non-programming background and are usually clueless when there's no existing working solution readily available on the internet:

Update for Macbook built on AMD chips. homebrew installs software to folder different from usr/bin, to find the actual location of the emacsclient, run brew info emacs to find the path of emacsclient and navigate into the file to get the file path of emacsclient, it's usually under bin folder. After finding the exact location, replace the path stated in the script section.

benthamite commented 1 year ago

hopefully this tip can help other users who have non-programming background and are usually clueless when there's no existing working solution readily available on the internet:

FYI, there's a working solution available, in this section of the org-roam manual. I recommend those instructions over those here.