# Cheatsheet Here is a collection of shortcuts you are trying to learn. ## Emacs - `**ctrl-c e**`: Does something fancy. - **m-x c e l p**: Exports .org file to .pdf. ## Custom Global Shortcuts `num-4`: Opens Emacs at tasks.org. `num-5`: Pushes published files to abbether. `num-6`: Opens this cheatsheet. ## Block code ```python from rich.console import Console console = Console() ```