From 6ffeae1c5ba68bcef2d3f39aba27ab507b3aa3d7 Mon Sep 17 00:00:00 2001 From: Rafal Paluch Date: Sat, 21 Feb 2026 12:12:16 +0100 Subject: [PATCH] Poprawka Katalogu org --- config.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/config.el b/config.el index 217b90c..0439710 100644 --- a/config.el +++ b/config.el @@ -38,9 +38,6 @@ ;; numbers are disabled. For relative line numbers, set this to `relative'. (setq display-line-numbers-type t) -;; If you use `org' and don't want your org files in the default location below, -;; change `org-directory'. It must be set before org loads! -(setq org-directory "~/org/") ;; Whenever you reconfigure a package, make sure to wrap your config in an @@ -201,7 +198,7 @@ :target (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n") :unnarrowed t) ("s" "sprzęt / magazyn" plain - "\n* Opis\n%?\n\n* Logistyka\nLokalizacja: " + "\n* Opis\n%?\n\n* Logistyka\nLokalizacja:\n\n* Obraz\n" :target (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n#+filetags: :magazyn:fpv:\n") :unnarrowed t))))