Convert Symbol to a String in Elisp January 31, 2023 by Tarik Try using symbol-name: (symbol-name 'some-symbol)