Re: [PATCH v2 1/2] lisp/org-clock.el: Make switching states on clock-in/-out easier

2022-11-21 Thread Samuel W. Flint
or, IR> Learn more about Org mode at <https://orgmode.org/>. IR> Support Org development at <https://liberapay.com/org-mode>, IR> or support my work at <https://liberapay.com/yantar92> -- Samuel W. Flint 4096R/FA13D704 (F50D 862B 4F65 5943 A8C2 EF0E 86C9 3E7A FA13 D704) λs.(s s) λs.(s s) O< ascii ribbon campaign - stop html mail - www.asciiribbon.org

Re: [PATCH v2 1/2] lisp/org-clock.el: Make switching states on clock-in/-out easier

2022-10-28 Thread Samuel W. Flint
>>>>> Ihor Radchenko writes: IR> "Samuel W. Flint" writes: >> * lisp/org-clock.el (org-clock-in-switch-to-state, >> org-clock-out-switch-to-state): Allow >> `org-clock-{in,out}-switch-to-state` to be an alist of >> current

[PATCH v2 2/2] doc/org-manual.org: Document org-clock-{in,out}-switch-to-state

2022-10-26 Thread Samuel W. Flint
lognoteclock-out=.]. + #+vindex: org-clock-out-switch-to-state + The variable ~org-clock-out-switch-to-state~ may be configured + similarly to ~org-clock-in-switch-to-state~. + - {{{kbd(C-c C-x C-x)}}} (~org-clock-in-last~) :: #+kindex: C-c C-x C-x -- 2.37.0 -- Samuel W. Flint 40

[PATCH v2 1/2] lisp/org-clock.el: Make switching states on clock-in/-out easier

2022-10-26 Thread Samuel W. Flint
"\\>" + (concat + org-outline-regexp "[ \t]*" + org-clock-out-switch-to-state + "\\>" (org-todo org-clock-out-switch-to-state)) (force-mode-line-update) (message (if remove -- 2.37.0 -- Samuel W. Flint 4096R/FA13D704 (F50D 862B 4F65 5943 A8C2 EF0E 86C9 3E7A FA13 D704) λs.(s s) λs.(s s) O< ascii ribbon campaign - stop html mail - www.asciiribbon.org

Re: [PATCH 2/2] doc/org-manual.org: Document org-clock-{in,out}-switch-to-state

2022-10-24 Thread Samuel W. Flint
>>>>> Ihor Radchenko writes: IR> "Samuel W. Flint" writes: >> + #+vindex: org-clock-in-switch-to-state >> + #+vindex: org-clock-in-next-state >> + #+findex: org-clock-in-next-state-function >> + The variable

[PATCH 2/2] doc/org-manual.org: Document org-clock-{in,out}-switch-to-state

2022-10-23 Thread Samuel W. Flint
ck-in-last~) :: #+kindex: C-c C-x C-x -- 2.37.3 -- Samuel W. Flint 4096R/FA13D704 (F50D 862B 4F65 5943 A8C2 EF0E 86C9 3E7A FA13 D704) λs.(s s) λs.(s s) O< ascii ribbon campaign - stop html mail - www.asciiribbon.org

[PATCH 1/2] lisp/org-clock.el: Make switching states on clock-in/-out easier

2022-10-23 Thread Samuel W. Flint
-state'." + (when-let ((state-pair (assoc state org-clock-out-next-state)) + (next-state (cdr state-pair))) +(if (and (symbolp next-state) + (eq 'error next-state)) +(user-error (format "Cannot clock into %s task, change to a valid TODO state." state)) + next-state))) + ;;;###autoload (defun org-clock-out (&optional switch-to-state fail-quietly at-time) "Stop the currently running clock. -- 2.37.3 -- Samuel W. Flint 4096R/FA13D704 (F50D 862B 4F65 5943 A8C2 EF0E 86C9 3E7A FA13 D704) λs.(s s) λs.(s s) O< ascii ribbon campaign - stop html mail - www.asciiribbon.org

Re: [PATCH] Add %L (the link content *not* as a full link) to Capture expansions

2020-09-24 Thread Samuel W. Flint
>>>>> Bastien writes: B> Hi Samuel, "Samuel W. Flint" writes: >> Marked as TINYCHANGE. B> Applied as d06aa486d, thanks! Thanks! B> Can you provide a patch to announce this in etc/ORG-NEWS? Please see the attached patch. B>

Re: [PATCH] Add %L (the link content *not* as a full link) to Capture expansions

2020-09-22 Thread Samuel W. Flint
Is there anything I can do to move this forward? Thanks, Sam >>>>> Samuel W Flint writes: SWF> Marked as TINYCHANGE. Sam >>>>> Samuel W Flint writes: >>>>> Bastien writes: B> Hi Samuel, swfl...@flintfam.org (Samuel W. Flint) writ

Re: [PATCH] Add %L (the link content *not* as a full link) to Capture expansions

2020-09-14 Thread Samuel W. Flint
Marked as TINYCHANGE. Sam >>>>> Samuel W Flint writes: >>>>> Bastien writes: B> Hi Samuel, swfl...@flintfam.org (Samuel W. Flint) writes: >>> In an attempt at automating a part of my workflow, I found that >>> org-cap

Re: [PATCH] Add %L (the link content *not* as a full link) to Capture expansions

2020-09-14 Thread Samuel W. Flint
>>>>> Bastien writes: B> Hi Samuel, swfl...@flintfam.org (Samuel W. Flint) writes: >> In an attempt at automating a part of my workflow, I found that >> org-capture's %l didn't quite fit what I needed. Normally, >> org-store-link do

[PATCH] Add %L (the link content *not* as a full link) to Capture expansions

2020-09-09 Thread Samuel W. Flint
atch that adds %L, a version that doesn't add the link brackets. Thanks, Sam Flint -- Samuel W. Flint 4096R/FA13D704 (F50D 862B 4F65 5943 A8C2 EF0E 86C9 3E7A FA13 D704) diff --git i/lisp/org-capture.el w/lisp/org-capture.el index 2cc1ce394..e638eabfa 100644 --- i/lisp/org-

[O] Feature Request: Use ~org-set-tags-command~ for ~%^g~ in capture

2019-08-19 Thread Samuel W. Flint
Hello! Is there a way to use the ~org-set-tags-command~ function to complete tags during capture? It currently uses whatever my normal completion method is, but this means that I can't use the faster tag-selection method that I'm used to otherwise. Thanks, Sam Flint -- Samuel W. F

[O] Feature Request: Use ~org-set-tags-command~ for ~%^g~ in capture

2019-08-17 Thread Samuel W. Flint
Hello! Is there a way to use the ~org-set-tags-command~ function to complete tags during capture? It currently uses whatever my normal completion method is, but this means that I can't use the faster tag-selection method that I'm used to otherwise. Thanks, Sam Flint -- Samuel W. F

Re: [O] Org Publish Error

2018-02-12 Thread Samuel W. Flint
>>>>> Nicolas Goaziou writes: NG> swfl...@flintfam.org (Samuel W. Flint) writes: >> Not to my knowledge. NG> ... OK. In `org-publish-project-alist', do you set :exclude-tags NG> to t? I do. I'll go ahead and fix that then. Sam -- Sa

Re: [O] Org Publish Error

2018-02-12 Thread Samuel W. Flint
>>>>> Nicolas Goaziou writes: NG> swfl...@flintfam.org (Samuel W. Flint) writes: >>>>>>> Nicolas Goaziou writes: >> NG> swfl...@flintfam.org (Samuel W. Flint) writes: Could you provide NG> an uncompiled backtrac

Re: [O] Org Publish Error

2018-02-12 Thread Samuel W. Flint
>>>>> Nicolas Goaziou writes: NG> swfl...@flintfam.org (Samuel W. Flint) writes: Could you provide NG> an uncompiled backtrace, i.e., calling `C-u M-x org-reload' NG> first? >> >> Here you go. NG> (plist-get :exclude-tags i

[O] Org Publish Error

2018-02-11 Thread Samuel W. Flint
g-tags-expand t] 4 "\n\n(fn TAG)"] t) org-export--prune-tree((org-data nil (section (:begin 1 :end 330 :contents-begin 1 Currently on GNU Emacs 25.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.22.26) of 2018-01-07, with Org mode version 9.1.6 (release_9.1.6-462-gb505a5 @ /home/swflint/

Re: [O] Preventing noweb substitution during export

2017-12-27 Thread Samuel W. Flint
Nicolas, my apologies for sending this twice. >>>>> Nicolas Goaziou writes: NG> Hello, swfl...@flintfam.org (Samuel W. Flint) writes: >> I used to be able to prevent noweb substitution during export by >> setting noweb to tangle, now it's only a y

[O] Preventing noweb substitution during export

2017-12-27 Thread Samuel W. Flint
I used to be able to prevent noweb substitution during export by setting noweb to tangle, now it's only a yes/no option. When was this feature removed, and what can I do to get it back? Thanks, Sam -- Samuel W. Flint 4096R/266596F4 (9477 D23E 389E 40C5 2F10 DE19 68E5 318E 2665 96F

Re: [O] Git repository error

2017-12-21 Thread Samuel W. Flint
Works for me too! Thanks, Sam -- Samuel W. Flint 4096R/266596F4 (9477 D23E 389E 40C5 2F10 DE19 68E5 318E 2665 96F4) λs.(s s) λs.(s s)

Re: [O] Git repository error

2017-12-20 Thread Samuel W. Flint
CB> ----- CB> The sole cause of all human misery is the inability of people to CB> sit quietly in their rooms. Blaise Pascal, 1670 -- Samuel W. Flint 4096R/266596F4 (9477 D23E 389E 40C5 2F10 DE19 68E5 318E 2665 96F4) λs.(s s) λs.(s s)

Re: [O] Possible bug: Headings greater than level 2 stars not showing -- unable to navigate with normal commands

2017-11-26 Thread Samuel W. Flint
>>>>> Samuel W Flint writes: >>>>> Kyle Meyer writes: KM> "Samuel W. Flint" writes: >>> Any idea what might be causing this? I checked >>> org-bullets-mode, but that doesn't seem to be it. KM> No, sorry. Hop

Re: [O] Possible bug: Headings greater than level 2 stars not showing -- unable to navigate with normal commands

2017-11-26 Thread Samuel W. Flint
>>>>> Kyle Meyer writes: KM> "Samuel W. Flint" writes: >> Any idea what might be causing this? I checked org-bullets-mode, >> but that doesn't seem to be it. KM> No, sorry. Hopefully others might have a hunch. I'd suggest

Re: [O] Possible bug: Headings greater than level 2 stars not showing -- unable to navigate with normal commands

2017-11-26 Thread Samuel W. Flint
>>>>> Kyle Meyer writes: First, sorry about accidentally sending nearly the same email twice. KM> "Samuel W. Flint" writes: >> Hey -- I'm at Org mode version 9.1.3 (release_9.1.3-185-g579fa1 @ >> /home/swflint/.emacs.d/org-mode/lisp/)

[O] Possible bug: Headings greater than level 2 stars not showing -- unable to navigate with normal commands

2017-11-26 Thread Samuel W. Flint
able to use the normal commands to navigate by structure. Thanks, Sam -- Samuel W. Flint 4096R/266596F4 (9477 D23E 389E 40C5 2F10 DE19 68E5 318E 2665 96F4) λs.(s s) λs.(s s)

Re: [O] Org Protocol error, does not recognize template

2017-06-14 Thread Samuel W. Flint
> On Jun 14, 2017, at 08:58, Nicolas Goaziou wrote: > > Hello, > > swfl...@flintfam.org (Samuel W. Flint) writes: > >> I'm aware. The second (file path) is the capture template. All other >> templates work, except for b for some reason. > > Is

Re: [O] Org Protocol error, does not recognize template

2017-06-11 Thread Samuel W. Flint
First, my apologies for sending directly to you and not the list the first time. >>>>> Nicolas Goaziou writes: NG> Hello, swfl...@flintfam.org (Samuel W. Flint) writes: >> (setq org-capture-templates `(("a" "Create Appointment" entry

Re: [O] Org Protocol error, does not recognize template

2017-06-10 Thread Samuel W. Flint
>>>>> Samuel W Flint writes: SF> Hello, I have an issue with org-protocol at the moment. If SF> using new-style links, one of my templates is not recognized. SF> If I try the following link: SF> org-protocol://capture?template=b&title=F

[O] Org Protocol error, does not recognize template

2017-06-10 Thread Samuel W. Flint
‘b’: nil What can I do to fix this? Thanks, Sam Flint -- Samuel W. Flint 4096R/266596F4 (9477 D23E 389E 40C5 2F10 DE19 68E5 318E 2665 96F4) λs.(s s) λs.(s s)

[O] Bug: M-RET not working as expected [9.0.2 (release_9.0.2-101-ge31598 @ /home/swflint/.emacs.d/org-mode/lisp/)]

2016-12-14 Thread Samuel W. Flint
- aoeu - aoeu This is in both my normal setup and the vanilla setup. Emacs : GNU Emacs 25.1.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.20.9) of 2016-09-19 Package: Org mode version 9.0.2 (release_9.0.2-101-ge31598 @ /home/swflint/.emacs.d/org-mode/lisp/) -- Samuel W. Flint 4096R/266596F4

Re: [O] Importing ODT/libreoffice into Org

2016-07-16 Thread Samuel W. Flint
Export to docx and use pandoc? Something like `pandoc input.doc -o output.org` should work. HTH, Sam -- Samuel W. Flint 4096R/266596F4 (9477 D23E 389E 40C5 2F10 DE19 68E5 318E 2665 96F4) (λs.s s) λs.s s

[O] Bug: Noweb references do not expand when tangled [8.3.4 (release_8.3.4-1037-gf38f83 @ /home/swflint/.emacs.d/org-mode/lisp/)]

2016-07-04 Thread Samuel W. Flint
/lisp/) -- Samuel W. Flint 4096R/266596F4 (9477 D23E 389E 40C5 2F10 DE19 68E5 318E 2665 96F4) (λs.s s) λs.s s

[O] As of 2016-07-03, Noweb no longer seems to work.

2016-07-03 Thread Samuel W. Flint
As of tonight, when I updated Org, Noweb References no longer seem to resolve during the tangle process, when "#+PROPERTY: noweb tangle" is set. Any idea why or what I can do to get this fixed? Sam -- Samuel W. Flint 4096R/266596F4 (9477 D23E 389E 40C5 2F10 DE19 68E5 318E

Re: [O] Programmatically constructing org documents

2016-06-27 Thread Samuel W. Flint
Does something like this do what you're looking for? https://github.com/tj64/org-dp HTH, Sam -- Samuel W. Flint 4096R/266596F4 (9477 D23E 389E 40C5 2F10 DE19 68E5 318E 2665 96F4) (λs.s s) λs.s s

Re: [O] Changing org-block background with org-src-fontify-natively

2016-06-11 Thread Samuel W. Flint
>>>>> Rasmus writes: R> swfl...@flintfam.org (Samuel W. Flint) writes: >> How exactly do you get the pencil instead of the #+BEGIN_SRC and >> #+END_SRC? R> Prettify-symbols-mode, I'm using the version that will be shipped R> with Ema

Re: [O] Changing org-block background with org-src-fontify-natively

2016-06-09 Thread Samuel W. Flint
attache patch. An example of the R> horrors you can subject yourself to is also attached. How exactly do you get the pencil instead of the #+BEGIN_SRC and #+END_SRC? Thanks, Sam -- Samuel W. Flint 4096R/266596F4 (9477 D23E 389E 40C5 2F10 DE19 68E5 318E 2665 96F4) (λs.s s) λs.s s

Re: [O] colored code background in org 8.3

2016-06-07 Thread Samuel W. Flint
versions of Emacs. Rasmus> Aside: Speaking of prettifying src blocks, with Rasmus> prettify-symbols-mode I managed to make src-blocks look like Rasmus> this when the cursor is somewhere else Rasmus> λ LANGUAGE ☰ Rasmus> and like this otherwise Rasmus> #+begin_src LANGU

Re: [O] [SPAM] Re: Disabling completion during capture

2016-05-13 Thread Samuel W. Flint
:: Samuel W Flint writes: :: Eric S Fraga writes: ESF> On Thursday, 12 May 2016 at 23:10, Samuel W. Flint wrote: >>> OK, so I have an issue with capture and completion. On the >>> following ESF> What version of org are you using? The bug you mention is one that ESF>

Re: [O] [SPAM] Re: Disabling completion during capture

2016-05-13 Thread Samuel W. Flint
:: Eric S Fraga writes: ESF> On Thursday, 12 May 2016 at 23:10, Samuel W. Flint wrote: >> OK, so I have an issue with capture and completion. On the following ESF> What version of org are you using? The bug you mention is one that ESF> existed a while ago but was fixed... O

[O] Disabling completion during capture

2016-05-12 Thread Samuel W. Flint
about "No Completions". As of now, the only way to put a space in as I enter it is to use C-q. What can I do to fix this. Thanks, Sam -- Samuel W. Flint 4096R/266596F4 (9477 D23E 389E 40C5 2F10 DE19 68E5 318E 2665 96F4) (λs.s s) λs.s s

Re: [O] [SPAM] Re: adding a new org-element?

2016-03-22 Thread Samuel W. Flint
:: Eric S Fraga writes: ESF> On Tuesday, 22 Mar 2016 at 13:59, Samuel W. Flint wrote: [...] >> I agree, this does sound useful, but I think some other syntax would >> be more useful (LaTeX Equations are kinda important to me). ESF> I'm not sure what you mean. LaTe

Re: [O] adding a new org-element?

2016-03-22 Thread Samuel W. Flint
to org! I agree, this does sound useful, but I think some other syntax would be more useful (LaTeX Equations are kinda important to me). Sam ESF> -- : Eric S Fraga (0xFFFCF67D), Emacs 25.0.91.1, Org ESF> release_8.3.4-626-gb62d55 -- Samuel W. Flint 4096R/266596F4 (9477 D23E 389E 40C5 2F10 DE19 68E5 318E 2665 96F4) (λs.s s) λs.s s

Re: [O] A proposed enhancement in entering timestamps

2016-03-18 Thread Samuel W. Flint
! Sam >> Regards, MB> Best, MB> -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski MB> Faculty of Mathematics and Computer Science Adam Mickiewicz MB> University -- Samuel W. Flint 4096R/266596F4 (9477 D23E 389E 40C5 2F10 DE19 68E5 318E 2665 96F4) (λs.s s) λs.s s signature.asc Description: PGP signature

Re: [O] Bug: Habits will not correctly reset timestamp [8.3.2 (release_8.3.2-570-gc17fcc @ /home/swflint/.emacs.d/org-mode/lisp/)]

2016-01-29 Thread Samuel W. Flint
:: Nicolas Goaziou writes: NG> Hello, swfl...@flintfam.org (Samuel W. Flint) writes: >> With -Q, I still have the same problem. It is not a top level >> heading, but even as a top level heading, this doesn't happen. The >> SCHEDULED line is removed, rather than upda

Re: [O] Bug: Habits will not correctly reset timestamp [8.3.2 (release_8.3.2-570-gc17fcc @ /home/swflint/.emacs.d/org-mode/lisp/)]

2016-01-28 Thread Samuel W. Flint
:: Nicolas Goaziou writes: NG> Hello, swfl...@flintfam.org (Samuel W. Flint) writes: >> See my previous bug report. This still happens. >> >> If I have a heading like so: >> >> * TODO Something SCHEDULED: <2016-01-17 Sun .+1w/2w> :PROPERTIES: >> :S

[O] Bug: Habits will not correctly reset timestamp [8.3.2 (release_8.3.2-570-gc17fcc @ /home/swflint/.emacs.d/org-mode/lisp/)]

2016-01-27 Thread Samuel W. Flint
gc17fcc @ /home/swflint/.emacs.d/org-mode/lisp/) -- Samuel W. Flint 4096R/266596F4 (9477 D23E 389E 40C5 2F10 DE19 68E5 318E 2665 96F4) (λs.s s) λs.s s signature.asc Description: PGP signature

Re: [O] Why does evaluating a piece of Elisp code seemingly not expand a macro?

2016-01-15 Thread Samuel W. Flint
macs-lisp (defmacro forty-two () `,(* 6 7)) #+END_SRC [...] HTH, Sam -- Samuel W. Flint 4096R/266596F4 (9477 D23E 389E 40C5 2F10 DE19 68E5 318E 2665 96F4) (λs.s s) λs.s s signature.asc Description: PGP signature

Re: [O] Bug: Habit Logging in incorrect place [8.3.2 (release_8.3.2-490-g157f91 @ /home/swflint/.emacs.d/org-mode/lisp/)]

2016-01-11 Thread Samuel W. Flint
>>>>> Nicolas Goaziou writes: NG> Hello, swfl...@flintfam.org (Samuel W. Flint) writes: >> I use habits, and until recently, there was a problem with habit >> repeaters. Now that this is fixed, there's a new problem. When I >> try to set a habit&#

[O] Bug: Habit Logging in incorrect place [8.3.2 (release_8.3.2-490-g157f91 @ /home/swflint/.emacs.d/org-mode/lisp/)]

2016-01-10 Thread Samuel W. Flint
"e"] ] 4] ) org-agenda-files '("/home/swflint/org/test.org" "/home/swflint/org/main.org" "/home/swflint/org/carnegie-books.org" "/home/swflint/org/recipes

Re: [O] Bug: Org Habits does not recalculate the "Scheduled:" line [8.3.2 (release_8.3.2-441-ga87dea @ /home/swflint/.emacs.d/org-mode/lisp/)]

2016-01-02 Thread Samuel W. Flint
>>>>> Nicolas Goaziou writes: NG> swfl...@flintfam.org (Samuel W. Flint) writes: >>>>>>> Nicolas Goaziou writes: >> NG> Hello, swfl...@flintfam.org (Samuel W. Flint) writes: >> >>>> I use Org's habit feature. I expect that

[O] Bug: Org Habits does not recalculate the "Scheduled:" line [8.3.2 (release_8.3.2-441-ga87dea @ /home/swflint/.emacs.d/org-mode/lisp/)]

2016-01-01 Thread Samuel W. Flint
org-mouse-show-context-menu [down-mouse-3] org-mouse-move-tree-start [C-mouse-4] org-agenda-earlier [C-mouse-5] org-agenda-later [drag-mouse-3] #[(event) "\302!\303\304\"\203\305\306!\202\303 \307\"\205\310\306!)\207" [event --cl-var-- org-mouse-get-gesture eql :left org-agenda-earlier 1 :right org-agenda-later] 3 nil "e"] ] 4] #[nil "\302\303 \304\305#\210\303 \306\307#\210\303 \310\311#\210\303 \312\313#\210\303 \314\315#\207" [org-mouse-context-menu-function org-agenda-mode-map org-mouse-agenda-context-menu org-defkey [mouse-3] org-mouse-show-context-menu [down-mouse-3] org-mouse-move-tree-start [C-mouse-4] org-agenda-earlier [C-mouse-5] org-agenda-later [drag-mouse-3] #[(event) "\302!\303\304\"\203\305\306!\202\303 \307\"\205\310\306!)\207" [event --cl-var-- org-mouse-get-gesture eql :left org-agenda-earlier 1 :right org-agenda-later] 3 nil "e"] ] 4] ) org-agenda-files '("/home/swflint/org/main.org" "/home/swflint/org/carnegie-books.org" "/home/swflint/org/recipes.org" "/home/swflint/org/notes.org" "/home/swflint/org/college.org" "/home/swflint/org/travel-list.org" "/home/swflint/org/bookmarks.org" "/home/swflint/org/quotes.org" "/home/swflint/org/snips.org" "/home/swflint/org/agenda.org" "/home/swflint/org/sicp.org" "/home/swflint/org/school.org" "/home/swflint/org/library.org") org-clock-out-hook '(org-clock-remove-empty-clock-drawer) org-src-fontify-natively nil org-after-todo-statistics-hook '(org-summary-todo) org-tag-alist '((:startgroup) ("work" . 119) ("school" . 115) ("home" . 104) (:endgroup) (:startgroup) ("projects" . 112) ("paper" . 114) ("misc" . 109) (:endgroup) (:startgroup) ("code" . 99) ("writing" . 119) ("other" . 111) (:endgroup) (:startgroup) ("noexport" . 88) ("export" . 120) (:endgroup) ("notes" . 110) ("nonum" . 78) ("drill" . 100) ("assignment" . 97) ("book" . 98) ("crypt" . 67)) ) -- Samuel W. Flint 4096R/266596F4 (9477 D23E 389E 40C5 2F10 DE19 68E5 318E 2665 96F4) (λs.s s) λs.s s

Re: [O] Bug: org-babel-tangle error. org-babel-get-header undefined [8.3.2 (release_8.3.2-317-gbd921f @ /home/swflint/.emacs.d/org-mode/lisp/)]

2015-11-12 Thread Samuel W. Flint
>>>>> Kyle Meyer writes: KM> "Samuel W. Flint" writes: [...] >>> In your org-babel-do-load-languages call, try to changing >>> >>> (sh . t) >>> >>> to >>> >>> (shell . t) >>> >>>

Re: [O] Bug: org-babel-tangle error. org-babel-get-header undefined [8.3.2 (release_8.3.2-317-gbd921f @ /home/swflint/.emacs.d/org-mode/lisp/)]

2015-11-12 Thread Samuel W. Flint
On Thu, November 12, 2015 11:36 am, Kyle Meyer wrote: > Hello, > > swfl...@flintfam.org (Samuel W. Flint) writes: > >> Hey all! >> >> In an attempt to keep my config file organized, I've been using org. As >> of a fairly recent update, when I tangle

[O] Bug: org-babel-tangle error. org-babel-get-header undefined [8.3.2 (release_8.3.2-317-gbd921f @ /home/swflint/.emacs.d/org-mode/lisp/)]

2015-11-12 Thread Samuel W. Flint
quot;/home/swflint/org/music-stuff/music-theory-based-generation.org" "/home/swflint/org/bookmarks.org" "/home/swflint/org/not

[O] Repeat only a certain number of times

2015-08-27 Thread Samuel W. Flint
I was wondering, is there a way to set a date-stamp so that it only repeats a certain number of times? If not, what would it take to add it? Thanks, Sam -- Samuel W. Flint 4096R/266596F4 (9477 D23E 389E 40C5 2F10 DE19 68E5 318E 2665 96F4) (λs.s s) λs.s s

Re: [O] org-element approach to modify or add ID to every headline

2015-08-14 Thread Samuel W. Flint
comments. > You might try setting `org-id-link-to-org-use-id' to either t or 'create-if-interactive. I believe I have it set to t, and I get ids generated when I tangle. HTH, Sam -- Samuel W. Flint 4096R/266596F4 (9477 D23E 389E 40C5 2F10 DE19 68E5 318E 2665 96F4) (λs.s s)

Re: [O] records/diary/journal?

2015-05-30 Thread Samuel W. Flint
> earlier notes referencing the same terms, etc.? Capture! This is what it's meant for! I'd use the Date-tree style templates. And don't forget about tags/categories for searching. > > Thank you. > > -pd HTH, Sam -- Samuel W. Flint 4096R/266596F4

Re: [O] [OT] wildcards in autocorrect?

2015-03-28 Thread Samuel W. Flint
There's something on endless parentheses that will let you generate a correction abbrev with a keystroke. Samuel W. Flint Please forgive any typos as this was composed on a screen keyboard. > On Mar 28, 2015, at 9:19 AM, Matt Price wrote: > > I make a lot of typing errors (I hav

Re: [O] How to extract raw link and description from the "link" element?

2015-02-24 Thread Samuel W. Flint
Marcin Borkowski writes: > On 2015-02-24, at 21:50, Samuel W. Flint wrote: > >> Marcin Borkowski writes: >> >>> Hi all, >>> >>> so I have this: >>> >>> [[file:whatever.org][Some link]] >>> >>> How do I extract bi

Re: [O] How to extract raw link and description from the "link" element?

2015-02-24 Thread Samuel W. Flint
gt; > TIA, Have you considered a custom exporter? Just a little thought. Sam -- Samuel W. Flint swfl...@flintfam.org (402) 517-8468 freenode: swflint http://flintfam.org/~swflint 4096R/266596F4 (9477 D23E 389E 40C5 2F10 DE19 68E5 318E 2665 96F4) "The most da

[O] Including files, a question

2014-11-25 Thread Samuel W Flint
. Sam -- Samuel W. Flint swfl...@flintfam.org (402) 517-8468 swfl...@teamlogicomaha.com(402) 431-2755 x215 freenode: swflint http://flintfam.org/~swflint 4096R/266596F4 (9477 D23E 389E 40C5 2F10 DE19 68E5 318E 2665 96F4) "The most dangerous phrase i

Re: [O] How can I autorun M-x linum-mode when file is opened?

2014-08-10 Thread Samuel W Flint
starting it, and normal functionality will have been >>> restored. Have you considered using a hook? That is what they are for, and generally, I’ve found that linum mode in an org file can be annoying, so in my init file I have =(add-hook ‘org-mode-hook #’(lambda () (linum-mode -1)))=, a

Re: [O] Using MobileOrg w/ Dropbox from multiple systems

2014-02-24 Thread Samuel W. Flint
On Mon, February 24, 2014 4:18 pm, Brian Whitehead wrote: > I'm finally spending some time trying to implement using org-mode and > mobileorg. I need to use it from multiple systems. Does anyone have some > recommendations on doing this? The issues I can see are having to sync > the > files betw

[O] Timestamp repeaters

2013-11-06 Thread Samuel W. Flint
I've been looking through the manual about timestamp repeaters, and I see no way of specifying it repeating only a certain number of times. Is there a way to do this? Sam -- Sam Flint swfl...@flintfam.org freenode: swflint (402) 517-8468 http://flintfam.org/~swflint BAFBF3FF

Re: [O] Most Recent Org Update

2013-11-04 Thread Samuel W. Flint
On Mon, November 4, 2013 7:13 pm, Samuel W. Flint wrote: > On Mon, November 4, 2013 1:59 pm, Achim Gratz wrote: >> Sam Flint writes: >>> I pulled org from git just now, restarted Emacs, and got this error: >>> Symbol's function definition is void: org-elemen

Re: [O] Most Recent Org Update

2013-11-04 Thread Samuel W. Flint
On Mon, November 4, 2013 1:59 pm, Achim Gratz wrote: > Sam Flint writes: >> I pulled org from git just now, restarted Emacs, and got this error: >> Symbol's function definition is void: org-element-chache reset >> Any ideas why? > > You probably meant to type org-element-cache-reset... my guess is