I hereby claim:
- I am edgimar on github.
- I am edgimar (https://keybase.io/edgimar) on keybase.
- I have a public key ASDAKMPAkiUDMROoRzqpEDKv0QXoNfHxKfkP4wTczlWIBAo
To claim this, I am signing this object:
#!/usr/bin/env python3 | |
""" | |
Heavily borrowed from https://stackoverflow.com/q/33752602 | |
dependencies: | |
sudo apt install python3-pysnmp4 python3-pyasn1 | |
To run: |
I hereby claim:
To claim this, I am signing this object:
(require 'org-archive) | |
; Set the function to use for org-archive-default (C-c C-x C-a) | |
; (setq org-archive-location (concat org-directory "/archive/%s_archive::")) | |
; (setq org-archive-location "archive/archived_%s::") | |
(setq org-archive-location "::* ARCHIVED") | |
; unmap org-archive-subtree | |
(define-key org-mode-map (kbd "C-c C-x C-s") nil) |
// Copyright 2018, M.A.E. | |
// | |
// Add the following as a user-script (via an extension like https://github.com/violentmonkey/violentmonkey) in order to copy the | |
// current webpage and selected text to the clipboard in a format suitable for pasting into an org-mode document. | |
// To execute the action, you need to press Alt-L on a webpage, though this can be modified by changing the keycode | |
// used in the onkeyup function. | |
// ==UserScript== | |
// @name Copy Org-mode Link | |
// @namespace Violentmonkey Scripts |