RSS Amplifier

Rida Ayed · Apr 29, 2019

Take screenshots in emacs org mode with flameshot

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

Figure 1: Screencast showing flameshot in action Setup Enable the org layer in your .spacemacs dotspacemacs-configuration-layers dotspacemacs-configuration-layers ' (org) Install flameshot sudo pacman -S flameshot Add the line below to your .spacemacs custom-set-variables (custom-set-variables ' (org-download-screenshot-method "flameshot gui --raw > %s" )) Usage While being in your org buffer:…

"Figure

Figure 1: Screencast showing flameshot in action

Setup

Enable the org layer in your .spacemacs dotspacemacs-configuration-layers

    dotspacemacs-configuration-layers
    '(org)

Install flameshot

 sudo pacman -S flameshot

Add the line below to your .spacemacs custom-set-variables

 (custom-set-variables
  '(org-download-screenshot-method "flameshot gui --raw > %s"))

Usage

While being in your org buffer:

  1. Take your screenshot hitting , i D s or calling M-x org-download-screenshot
  2. Edit your screenshot on the fly or.. don’t
  3. Hit RET to insert your screenshot into your org file

"Figure

Figure 2: A screenshot taken with flameshot in org mode

Read on /posts/screenshots-emacs-org-mode-flameshot/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.