Re: [PATCH] org-capture.el: Allow `(here)' as a template target

2023-06-23 Thread Tim Visher
On Fri, Jun 23, 2023 at 6:53 AM Ihor Radchenko wrote: > Tim Visher writes: > > > I've attached a small follow up `worg` patch to hopefully clarify the > > changelog section of the commit message going forward for other > > contributors. > > Thanks! > Applied, on

Re: [PATCH] org-capture.el: Allow `(here)' as a template target

2023-06-22 Thread Tim Visher
On Thu, Jun 22, 2023 at 6:13 AM Ihor Radchenko wrote: > Tim Visher writes: > > > Will do! I've attached a prospective patch file but I'm not sure I follow > > what you mean by 'add all the necessary changelog entries to the final > > commit > > message'. Lookin

Re: [PATCH] org-capture.el: Allow `(here)' as a template target

2023-06-21 Thread Tim Visher
On Wed, Jun 21, 2023 at 11:54 AM Ihor Radchenko wrote: > Tim Visher writes: > > >> Also, may you update the docstring of `org-capture-templates' > > > > > > Good catch! This has been done in patch 0004 now. Look good? > > Yup. >  >> &q

Re: [PATCH] org-capture.el: Allow `(here)' as a template target

2023-06-21 Thread Tim Visher
On Wed, Jun 21, 2023 at 6:29 AM Ihor Radchenko wrote: > Tim Visher writes: > > > I've now created patches for updating the manual and NEWS file. Let me > know > > how they look! > > Thanks! The patches look good, and the commit messages look excellent. > ٩( ᐛ )و

Re: [PATCH] org-capture.el: Allow `(here)' as a template target

2023-06-20 Thread Tim Visher
On Fri, May 12, 2023 at 12:32 PM Ihor Radchenko wrote: > Tim Visher writes: > > > I think this should likely involve an update to the manual but I don't > want > > to bother doing that unless the basic approach is approved. > > LGTM. > Sorry this took me foreve

[PATCH] org-capture.el: Allow `(here)' as a template target

2023-05-12 Thread Tim Visher
Hi Everyone, I think this should likely involve an update to the manual but I don't want to bother doing that unless the basic approach is approved. - >From eccc3f8f805c38b1de55fc8ad60c67a87e2feea4 Mon Sep 17 00:00:00 2001 From: Tim Visher Date: Fri, 12 May 2023 11:32:21 -0400 Subj

Re: Can `org-capture` templates be made to result in a sub-heading of the current heading?

2023-05-12 Thread Tim Visher
On Fri, May 12, 2023 at 8:05 AM Ihor Radchenko wrote: > Tim Visher writes: > > Can `org-capture` templates be made to result in a sub-heading of the > > current heading? > > Just use target `here' (as symbol). > Thanks for the suggestion, Ihor. Do you have an example

Re: Can `org-capture` templates be made to result in a sub-heading of the current heading?

2023-05-11 Thread Tim Visher
On Thu, May 11, 2023 at 9:05 AM Tim Visher wrote: > On Thu, May 11, 2023 at 8:42 AM Tim Visher wrote: > >> On Wed, May 10, 2023 at 5:04 PM Tim Visher wrote: >> >>> Can `org-capture` templates be made to result in a sub-heading of the >>> current heading? &g

Re: Can `org-capture` templates be made to result in a sub-heading of the current heading?

2023-05-11 Thread Tim Visher
On Thu, May 11, 2023 at 8:42 AM Tim Visher wrote: > On Wed, May 10, 2023 at 5:04 PM Tim Visher wrote: > >> Can `org-capture` templates be made to result in a sub-heading of the >> current heading? >> >> So >> >> ``` >> * This Week >&

Re: Can `org-capture` templates be made to result in a sub-heading of the current heading?

2023-05-11 Thread Tim Visher
On Wed, May 10, 2023 at 5:04 PM Tim Visher wrote: > Can `org-capture` templates be made to result in a sub-heading of the > current heading? > > So > > ``` > * This Week > ** TODO A TODO Item > >[2023-05-05 Fri 10:47] > >A description > ``` >

Can `org-capture` templates be made to result in a sub-heading of the current heading?

2023-05-10 Thread Tim Visher
] A description *** [2023-05-10 Wed 17:02] [2023-05-10 Wed 17:02] ``` I have a tendency to make these items for longer running tasks that I want to keep a journal on. The visibility cycling makes it easier to see my progress over time. Thanks in advance! -- Tim Visher

Re: Automatically use Heading Content as EXPORT_FILE_NAME?

2022-04-26 Thread Tim Visher
On Tue, Apr 26, 2022 at 11:54 AM Tim Visher wrote: > I'm currently going to hack around it I think by simply making a function > that updates the EXPORT_FILE_NAME property with the current heading text. > That's something like ``` (defun timvisher-org-set-export_file_name-property-t

Automatically use Heading Content as EXPORT_FILE_NAME?

2022-04-26 Thread Tim Visher
Hello Everyone, Is there a way to automatically use the text content of the current Heading as the EXPORT_FILE_NAME? AFAICT there isn't. I tend to do most of my Org writing in a few 'mono files' (like todo.org or wiki.org). I then set my export options to default to subtree and visible contents

Re: frustrations

2021-12-01 Thread Tim Visher
Hi Jan, On Wed, Dec 1, 2021 at 7:58 AM Eric S Fraga wrote: > On Wednesday, 1 Dec 2021 at 13:21, Jan Ulrich Hasecke wrote: > > How do you configure your emacs using current versions like org 9.5 but > > at the same time avoiding problems with incompatible packages or newly > > introduced bugs?

Re: how to document/comment a complex org table formula

2021-07-05 Thread Tim Visher
On Mon, Jul 5, 2021 at 10:14 AM Eric S Fraga wrote: > Sorry; I cannot help you directly. > > My rule of thumb is that if formulas are getting too complex to > understand/recall clearly, it's time to use a proper programming > language instead. The nice thing about org is you can have tables as

Re: Failure to resolve internal links on ox-html export?

2021-06-20 Thread Tim Visher
On Fri, Jun 18, 2021 at 6:22 PM Tim Cross wrote: > > Tim Visher writes: > > > Hi Juan Manuel, > > > > On Fri, Jun 11, 2021 at 2:31 PM Juan Manuel Macías < > maciasch...@posteo.net> wrote: > > > > Try setting this variable to non-ni

Re: Failure to resolve internal links on ox-html export?

2021-06-18 Thread Tim Visher
Hi Juan Manuel, On Fri, Jun 11, 2021 at 2:31 PM Juan Manuel Macías wrote: > Try setting this variable to non-nil: > > (setq org-export-with-broken-links t) > Thanks for the tip here! This is definitely close to what I want. I think I'm going to need to code up something additional though in

Failure to resolve internal links on ox-html export?

2021-06-11 Thread Tim Visher
Hi Everyone, I'd like to be able to link to various areas of a large wiki file I maintain for when I'm looking at an entry in emacs. However, I will often email exported subtrees and when I do that if I have a link to a heading that's outside the current subtree it fails with a `user-error:

Re: [PATCH] org-mac-link.el: Change homepage.

2021-06-01 Thread Tim Visher
On Mon, May 31, 2021 at 5:20 PM Aimé Bertrand wrote: > would like to move the homepage. > See attached patch. Thanx. > I looked at the patch which moves from sourcehut to gitlab. LGTM. :

Re: Refiling All 'Terminal TODO State' Entries to a Particular Heading

2021-05-12 Thread Tim Visher
Hi Everyone, I found that my timvisher-org-refile-done-entries had a bug where it could skip entries if the org buffer had consecutive DONE/CANCELLED entries. I believe this is because of this quote from the manual: After evaluation, Org moves point to the end of the line that was just

Re: How to use `open` to handle `message:*` links on macOS

2021-05-06 Thread Tim Visher
On Thu, May 6, 2021 at 1:04 PM Alexander Adolf < alexander.ad...@condition-alpha.com> wrote: > > Tim Visher writes: > > > [...] > > > > One of these days though I'm going to break the habit and move email > > directly into Emacs. :) > > I was in the

Refiling All 'Terminal TODO State' Entries to a Particular Heading

2021-05-06 Thread Tim Visher
Hi Everyone, Partly because I think it's neat and partly to ask for ways that I could improve it I figured I'd share my latest little snippet of org elisp with the list. I maintain my primary TODO list as an org file with top-level headings like * This Week, * Delegated, * Scheduled, * Deferred,

Re: [PATCH]: Add elisp snippet to worg/org-contrib/org-mac.org

2021-05-03 Thread Tim Visher
On Mon, May 3, 2021 at 8:58 AM Bastien wrote: > Tim Visher writes: > > > Here's a quick patch that fixes that up: > > Applied, thanks. If you want to contribute more to Worg, please > send me the username you want in private and I'll create an account > for you on cod

Re: [PATCH]: Add elisp snippet to worg/org-contrib/org-mac.org

2021-05-03 Thread Tim Visher
Hi Bastien, On Mon, May 3, 2021 at 12:05 AM Bastien wrote: > > Tim Visher writes: > > > At the recommendation of Tim Cross I've prepared a patch to worg to > > include the elisp that I recently sent to the list that I've been > > using to create TODO items based on t

Re: How to use `open` to handle `message:*` links on macOS

2021-05-02 Thread Tim Visher
Hi Alexander, On Thu, Apr 29, 2021 at 7:38 PM Alexander Adolf < alexander.ad...@condition-alpha.com> wrote: > Tim Visher writes: > > > Pairing that with my org-capture TODO Current Mail Template is a dream > come > > true. :) > > [...] > > That's intere

[PATCH]: Add elisp snippet to worg/org-contrib/org-mac.org

2021-05-02 Thread Tim Visher
essage. Let me know if there's anything I can do to help get it applied. >From d1a7818593aee6bcb6de5c6837c506905a64f723 Mon Sep 17 00:00:00 2001 From: Tim Visher Date: Sun, 2 May 2021 16:34:24 -0400 Subject: [PATCH] org-mac: Add org-mac-mail-link section and elisp --- org-contrib/org-mac-mail

Re: How to use `open` to handle `message:*` links on macOS

2021-04-29 Thread Tim Visher
On Thu, Apr 29, 2021 at 3:40 PM Tim Cross wrote: > > Tim Visher writes: > > > Thanks for the tips here. I finally got around to trying them out. > Here's what I ended up with and it's working perfectly. > > > > … > > > > Pairing that with my org-cap

Re: How to use `open` to handle `message:*` links on macOS

2021-04-29 Thread Tim Visher
Hi Diego and Alexander, Thanks for the tips here. I finally got around to trying them out. Here's what I ended up with and it's working perfectly. (defun timvisher-org-link-mac-mail-open-link (mid _) (start-process "open-link" nil "open" (format "message://%%3C%s%%3E"

org-attach-attach in an org-capture template?

2021-04-29 Thread Tim Visher
Hi Everyone, *TL;DR:* I've recently started using org-capture and I'd like to run org-attach-attach during the expansion of a few of my templates. Doing so from a template function seems not to work (meaning a function in a template string called with %(…)). What's the best way to go about this?

Re: ox-html Incorrectly (?) Puts HTML Into the `` Tag

2021-04-22 Thread Tim Visher
On Thu, Apr 22, 2021 at 11:36 AM Nicolas Goaziou wrote: > Tim Visher writes: > > > Thanks for the tip. What I'm thinking more is somehow getting the heading > > pre-output generation, stripping any characters that `org` would consider > > special (I'm hoping there's alr

Re: ox-html Incorrectly (?) Puts HTML Into the `` Tag

2021-04-22 Thread Tim Visher
On Thu, Apr 22, 2021 at 9:52 AM Nicolas Goaziou wrote: > Tim Visher writes: > > > Awesome. Do you know whether there's an official way to share this sort > of > > behavior between ox backends or is it just creating a function and > calling > > it from both places

Re: ox-html Incorrectly (?) Puts HTML Into the `` Tag

2021-04-21 Thread Tim Visher
On Wed, Apr 21, 2021 at 2:39 AM Dr. Arne Babenhauserheide wrote: > > Jens Lechtenboerger writes: > > > On 2021-04-20, Tim Visher wrote: > > > >> I guess regardless it sounds like if I were to go to the trouble of > making > >> a patch for this it wou

Re: ox-html Incorrectly (?) Puts HTML Into the `` Tag

2021-04-20 Thread Tim Visher
Thanks so much for getting back to me, Jens. On Tue, Apr 20, 2021 at 12:59 AM Jens Lechtenboerger < jens.lechtenboer...@wi.uni-muenster.de> wrote: > On 2021-04-19, Kyle Meyer wrote: > > > Tim Visher writes: > > > >> Unfortunately, the title now is esse

Re: ox-html Incorrectly (?) Puts HTML Into the `` Tag

2021-04-11 Thread Tim Visher
On Tue, Mar 30, 2021 at 6:58 PM Tim Visher wrote: > On Wed, Jan 20, 2021 at 11:10 PM Kyle Meyer wrote: > >> Tim Visher writes: >> >> > Nice! I don't know enough about `org-export` but FWIW the use case I >> have >> > is not to have an explicit `ti

Re: ox-html Incorrectly (?) Puts HTML Into the `` Tag

2021-03-30 Thread Tim Visher
On Wed, Jan 20, 2021 at 11:10 PM Kyle Meyer wrote: > Tim Visher writes: > > > Nice! I don't know enough about `org-export` but FWIW the use case I have > > is not to have an explicit `title` property but instead just the default > > title of the heading contents. I a

Re: ox-html Incorrectly (?) Puts HTML Into the `` Tag

2021-01-13 Thread Tim Visher
On Tue, Jan 12, 2021 at 10:43 PM Kyle Meyer wrote: > Tim Visher writes: > > > On Mon, Jan 11, 2021 at 8:19 PM Kyle Meyer wrote: > > >> Thanks for reporting. Is this addressed by the in-progress series at > >> <https://orgmode.org/list/87o8hwpz34@g

Re: ox-html Incorrectly (?) Puts HTML Into the `` Tag

2021-01-12 Thread Tim Visher
On Mon, Jan 11, 2021 at 8:19 PM Kyle Meyer wrote: > Tim Visher writes: > > > Hi all, > > > > I noticed over the weekend that the `` tag in an ox-html document > is > > populated with HTML when inline formatting like bold or italics is used. > [...] >

How to use `open` to handle `message:*` links on macOS

2021-01-11 Thread Tim Visher
Hi Everyone, I'd like to be able to whack `C-c C-o` on `message:*` links on macOS and have it call `open` on the contents. Is there a way to make that happen? My intent is to be able to save a deep link to a Mail.app message in an org document. Thanks in advance! -- In Christ, Timmy V.

ox-html Incorrectly (?) Puts HTML Into the `` Tag

2021-01-11 Thread Tim Visher
Hi all, I noticed over the weekend that the `` tag in an ox-html document is populated with HTML when inline formatting like bold or italics is used. I'm running org 9.4.4 but even on HEAD

Re: Possibility to copy text outside EMACS and send it to orgmode document

2021-01-06 Thread Tim Visher
On Wed, Jan 6, 2021 at 1:43 AM Gerardo Moro wrote: > Basically that: as I copy (Control-C) text from the browser (Chrome), I > would like those copied sentences to be sent to a ordered list in an > OrgMode document: > > - copied text 1 > - copied text 2 > - etc. > > Any ideas? This would be very

Re: xclip/pbcopy/clipboard 'target' for export backends?

2021-01-05 Thread Tim Visher
On Tue, Jan 5, 2021 at 11:13 AM Diego Zamboni wrote: > Funny - just a few minutes ago, before reading your message, I learned > while installing https://github.com/stig/ox-jira.el, about = > org-export-copy-to-kill-ring=: > > org-export-copy-to-kill-ring is a variable defined in ox.el. > >

xclip/pbcopy/clipboard 'target' for export backends?

2021-01-05 Thread Tim Visher
Hi Everyone, I'm interested in adding something to the export dispatcher that would automatically put the exported text (or perhaps even file?) onto my clipboard. Preferably I'd like to define this once and have it available to each backend. So maybe I want markdown this time but rather than to

Re: Splitting large org file into smaller ones

2020-05-30 Thread Tim Visher
On Sat, May 30, 2020 at 6:09 AM Marvin M. Doyley wrote: > Is there an efficient way to split a large org file into smaller ones? > > Lets say I have a master file with the following > > * Notes > ** Candidate A > … > ** Candidate B > … > > How do I export the subtree to separate org files, say

Re: File Scoped Properties?

2020-03-24 Thread Tim Visher
On Mon, Mar 9, 2020 at 9:24 AM Tim Visher wrote: > On Fri, Mar 6, 2020 at 9:09 AM Tim Visher wrote: > >> Thanks for the response, Eric. :) >> >> On Fri, Mar 6, 2020 at 1:51 AM Fraga, Eric wrote: >> >>> On Thursday, 5 Mar 2020 at 10:28, Tim Visher wro

Re: Automatic Capture of Heading Creation Time In Certain Files?

2020-03-16 Thread Tim Visher
On Sun, Mar 15, 2020 at 11:38 PM wrote: > >I would like to automatically have the results of a double prefixed call > to > >`org-time-stamp-inactive` inserted as the body of new TODO entries. > > Have you tried including %U in your template? See "Template expansion" > in the Org Mode

Automatic Capture of Heading Creation Time In Certain Files?

2020-03-13 Thread Tim Visher
Ohai, I would like to automatically have the results of a double prefixed call to `org-time-stamp-inactive` inserted as the body of new TODO entries. I suspect I can do this with Capture templates but every time I read that manual section it seems to have a lot more than I want. I'm also

Re: File Scoped Properties?

2020-03-09 Thread Tim Visher
On Fri, Mar 6, 2020 at 9:09 AM Tim Visher wrote: > Thanks for the response, Eric. :) > > On Fri, Mar 6, 2020 at 1:51 AM Fraga, Eric wrote: > >> On Thursday, 5 Mar 2020 at 10:28, Tim Visher wrote: >> > I _am_ able to get it to work by adding a file local variable like

Re: File Scoped Properties?

2020-03-06 Thread Tim Visher
Thanks for the response, Eric. :) On Fri, Mar 6, 2020 at 1:51 AM Fraga, Eric wrote: > On Thursday, 5 Mar 2020 at 10:28, Tim Visher wrote: > > I _am_ able to get it to work by adding a file local variable like > > > > ``` > > # Local Variables: > > # org-attac

Re: Nested quote blocks?

2020-03-05 Thread Tim Visher
On Thu, Mar 5, 2020 at 1:45 AM Fraga, Eric wrote: > > IIUC, your solution should work but it's necessarily tied to specific > > export backends, right? > > It is partly but the general concept of using special blocks works for > HTML also. You end up with code that looks like this: > > , >

File Scoped Properties?

2020-03-05 Thread Tim Visher
Hello, I'm trying to get org-attach to use a different data directory for a particular file. My understanding is that this is controlled by `org-attach-id-dir` by default but can be overridden at the file or entry level by use of the `DIR` property. I can successfully override it at the entry

Re: [PATCH]: org-attach.el: Use `force' arg everywhere in `org-attach-delete-all'

2020-03-04 Thread Tim Visher
Hi Kyle, Thanks for feedback! -- >From 626bd68a324cd65ba697dc1ccafdeff5808fd4c0 Mon Sep 17 00:00:00 2001 From: Tim Visher Date: Tue, 3 Mar 2020 09:14:44 -0500 Subject: [PATCH] org-attach.el: Use `force' arg everywhere in `org-attach-delete-all' M

Re: Nested quote blocks?

2020-03-04 Thread Tim Visher
Thanks for responding, Eric. :) On Wed, Mar 4, 2020 at 2:28 AM Fraga, Eric wrote: > On Tuesday, 3 Mar 2020 at 12:57, Tim Visher wrote: > > Is there a way to get nested quotes blocks to work? > > What is your actual goal? That is, what you do mean by "to work"?

Nested quote blocks?

2020-03-03 Thread Tim Visher
Hello, Is there a way to get nested quotes blocks to work? AFAICT: ``` #+begin_quote foo #+begin_quote bar #+end_quote bat #end_quote ``` Doesn't work. Ideally I'm kind of looking for a full functional sub org context inside there. Maybe I should be using some kind of source block? -- In

[PATCH]: org-attach.el: Use `force' arg everywhere in `org-attach-delete-all'

2020-03-03 Thread Tim Visher
>From 9a8abeee9109f24d8643990a561c16c8b402b1b1 Mon Sep 17 00:00:00 2001 From: Tim Visher Date: Tue, 3 Mar 2020 09:14:44 -0500 Subject: [PATCH] org-attach.el: Use `force' arg everywhere in `org-attach-delete-all' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encod

Re: org-mode functional programming library

2020-01-21 Thread Tim Visher
On Mon, Jan 20, 2020 at 6:48 PM Dwarshuis, Nathan J wrote: > I recently authored an package called "om.el" which is a functional > org-mode API akin to dash.el primarily using org-element. Briefly, it > provides a library of (mostly) pure functions that manipulate the parse > tree generated by

Re:

2019-12-12 Thread Tim Visher
On Thu, Dec 12, 2019 at 1:15 PM Marco Wahl wrote: > Tim Visher writes: > > > On Thu, Dec 12, 2019 at 4:14 AM Marco Wahl > wrote: > > > >> Justin Vallon writes: > >> > >> > When I use "emacs --no-init-file", I get the default

Re:

2019-12-12 Thread Tim Visher
On Thu, Dec 12, 2019 at 4:14 AM Marco Wahl wrote: > Justin Vallon writes: > > > When I use "emacs --no-init-file", I get the default distribution org > > packages, and " > in my downloaded-melpa-install of org, it does not work. > > > > Distro org-version is 9.1.9, melpa is 9.3. describe-key

Re: Set heading text from elisp?

2019-11-13 Thread Tim Visher
Nice! That looks like exactly what I wanted. Not sure how I missed that in my apropos search. I think I may have only searched for `headline` or something. On Wed, Nov 13, 2019 at 7:08 AM Mikhail Skorzhinskii wrote: > I am not sure if this is exactly what you're asking, but for programatic >

Set heading text from elisp?

2019-11-11 Thread Tim Visher
I'm wondering if there's builtin support for editing components of the heading? I'm trying to set the text component (i.e. `(nth 4 (org-heading-components))`) without altering anything else and while I can obviously achieve this with generic elisp I wanted to be sure I had to. The cleanest elisp

Re: [O] Ag (the Silver Searcher) knows about Org files now

2017-08-31 Thread Tim Visher
It's worth noting that you can already achieve that behavior using [-G | --file-search-regex .*.org ``` ag -G '.*\.org' ``` The emacs ag package is also quite good. https://github.com/Wilfred/ag.el On Thu, Aug 31, 2017 at 12:36 PM, William Denton wrote: > A recent commit means

Re: [O] Automatic mtime and ctime on all or select group of trees?

2017-08-31 Thread Tim Visher
On Thu, Aug 31, 2017 at 9:44 AM, Eric S Fraga <esfli...@gmail.com> wrote: > On Thursday, 31 Aug 2017 at 07:55, Tim Visher wrote: > > I would like to track the time I created a tree and the last time it was > > edited, like ctime and mtime on a filesystem. Is that possib

[O] EXPORT_FILE_NAME property default to heading content?

2017-08-31 Thread Tim Visher
I like the filename of the exported file to always match the content of the heading being exported. Is that possible? At the moment I basically duplicate it like: ** Foo Heading :PROPERTIES: :EXPORT_FILE_NAME: Foo Heading :END: Thanks in advance! -- In Christ, Timmy V.

[O] Automatic mtime and ctime on all or select group of trees?

2017-08-31 Thread Tim Visher
I would like to track the time I created a tree and the last time it was edited, like ctime and mtime on a filesystem. Is that possible to have happen automatically? Thanks in advance! -- In Christ, Timmy V. http://blog.twonegatives.com/ http://five.sentenc.es/ -- Spend less time on mail

[O] Is it possible to use footnote style links in PDF export?

2017-08-31 Thread Tim Visher
I have been exporting PDFs of my trees lately to print. I would like the exported PDFs to not include hot links but instead to use footnote style links. Is that possible? Ideally, I would like to be able to export these footnote style links directly to the print spool as a latex formatted

Re: [O] [org] different key binding between GUI emacs and emacs -nw

2017-05-30 Thread Tim Visher
On Tue, May 30, 2017 at 8:29 AM, Jean-Christophe Helary < jean.christophe.hel...@gmail.com> wrote: > > On May 30, 2017, at 21:21, Tim Visher <tim.vis...@gmail.com> wrote: > > Sometimes your Terminal application captures these 'extended' bindings. > > > It

Re: [O] different key binding between GUI emacs and emacs -nw

2017-05-30 Thread Tim Visher
Sometimes your Terminal application captures these 'extended' bindings. If you know that your Terminal application isn't doing that (for instance, by using key sequence help like ` k M-`) then I don't have any other help to offer. I've always just accepted that org mode keybindings differ between

Re: [O] Add TODO from external app?

2014-04-16 Thread Tim Visher
On Wed, Apr 16, 2014 at 12:31 PM, Bastien b...@gnu.org wrote: Hi Lawrence, Lawrence Bottorff borg...@gmail.com writes: I've seen various things for interacting with org mode from external apps. I found org-protocol, as well as a Mutt-to-org mode article. Per the tittle, I want to be able to