Hot answers tagged org-mode
3
By default tty2 is occupied by init for getty. You can probably change this by removing /etc/init/tty2.conf, but that was too adventurous for me and the instructions here are for tty9 instead (which is by default unallocated).
First, put these commands to ${HOME}/bin/orgmode.sh or other file:
#!/bin/bash
TTY=/dev/tty9
USER=pschmidt
/usr/bin/sudo chown ...
3
The issue is related to the capital/lower case S.
S as a modifier refers to Shift whereas s refers to super.
C-S-RET means Ctrl+Shift+RET in this case (and others referencing C-S-<key> rather than Ctrl+super+RET.
Only top voted, non community-wiki answers of a minimum length are eligible