In capture, is there a back-reference form for property prompts?

2024-03-01 Thread Tommy Kelly
In capture, ‘%\N’ provides back-references to the value entered in response to the Nth prompt of the form ‘%^{PROMPT}’. But from what I can see, when figuring out which prompt is the Nth, capture does not consider *property* prompts; i.e. those of the form ‘%^{PROP}p’. So is there anything

Re: [BUG] Invalid capture datetree capture templates (newly introduced) [9.7-pre (release_9.6.18-1145-g10d286 @ /home/jds6696/.emacs.d/straight/build/org/)]

2024-02-10 Thread Tommy Kelly
In response to Tommy Kelly writing: >> ...if there is already one or more datetrees anywhere in [a] file AT A LEVEL >> BELOW THAT specified by [a datetree-based capture] template [then] the >> position specified by the template is simply ignored. Ihor Radchenko wrote: > A

Re: [BUG] Invalid capture datetree capture templates (newly introduced) [9.7-pre (release_9.6.18-1145-g10d286 @ /home/jds6696/.emacs.d/straight/build/org/)]

2024-02-09 Thread Tommy Kelly
Justin Silverman writes: js > Org no longer allows the third argument in (file+olp+datetree ... And Ihor Radchenko replied: ir > Duplicate of https://list.orgmode.org/878r3xfm90.fsf@localhost/T/#t ir > Canceled. The initial problem has certainly been fixed in that the headline(s) arguments to

Re: Suggested manual changes - section 7.2 Special Properties

2024-01-28 Thread Tommy Kelly
> Can you give a link to the Reddit thread > where this was discussed? It’s here: https://www.reddit.com/r/orgmode/s/3viPfF78Lr In a nutshell, I was trying to understand how to have one of the columns in column mode be the creation date of each headline. I thought that because I almost always

Re: Suggested manual changes - section 7.2 Special Properties

2024-01-27 Thread Tommy Kelly
I wrote: > As it stands, the relevant part reads as follows: > 'TIMESTAMP' The first keyword-less timestamp in the entry. > 'TIMESTAMP_IA' The first inactive timestamp in the entry. > > Both are slightly incorrect and that can be fixed by changing to the > following: > 'TIMESTAMP' The

Suggested manual changes - section 7.2 Special Properties

2024-01-27 Thread Tommy Kelly
After figuring out, with help on Reddit (ht: Adam), some nuances affecting timestamps, column mode, and the Special Properties TIMESTAMP, and TIMESTAMP_IA, I think the following modifications to section 7.2 (Special Properties) of the manual would be worthwhile. As it stands, the relevant part

BUG? Null character prevents org-babel-tangle from tangling a block

2022-11-11 Thread Tommy Kelly
I'm starting to figure out tangle by wrapping chunks of my emacs init.el in #+begin_src/#end_src and then hitting C-c C-v t. It has been working fine, but one block simply refused to participate. I eventually tracked the problem down to a stray NULL character that had found its way into some of

Are colons forbidden for TODO keywords?

2022-11-02 Thread Tommy Kelly
*Am I correct that colons are forbidden for TODO keywords (at very least as the last character)? * I can't see an explicit prohibition in the manual, or in https://orgmode.org/worg/dev/org-syntax.html, but I'm seeing behavior that suggests there perhaps should be, as follows. So, for vaguely

Re: [O] Capitalisation and good taste ?

2012-01-10 Thread Tommy Kelly
Hey François, bh I wouldn't spend too much time agonizing over the 'right' way fp Truth is that I've been so agonizing for the whole of my computer fp life! Each one his sickness, I guess... :-) I understand your pain. Have you read The Paradox of Choice by Bary Schwartz? Sounds as if you

Re: [O] Formatting clock tables in the agenda

2011-11-10 Thread Tommy Kelly
Excellent Niels, thanks. On Wed, Nov 9, 2011 at 4:03 PM, Niels Giesen niels.gie...@gmail.com wrote: You should probably check org-agenda-clockreport-parameter-plist On Wed, Nov 9, 2011 at 4:30 PM, Tommy Kelly tommy.ke...@verilab.com wrote: I have a clock table in my agendas -- I got

Re: [O] Putting new to TODO/note to the beginning of the subtree

2011-11-09 Thread Tommy Kelly
Is there a way to put a new note to the beginning of the target subtree (directly under the heading) instead of inserting after the last item? Would org-reverse-note-order be of any use for this (from the org-remember PDF). Tommy

Re: [O] Putting new to TODO/note to the beginning of the subtree

2011-11-09 Thread Tommy Kelly
, 2011 at 10:00 AM, Tom adatgyu...@gmail.com wrote: Tommy Kelly tommy.kelly at verilab.com writes: Is there a way to put a new note to the beginning of the target subtree (directly under the heading) instead of inserting after the last item? Would org-reverse-note-order be of any use

Re: [O] Putting new to TODO/note to the beginning of the subtree

2011-11-09 Thread Tommy Kelly
Actually it looks like you can have org-reverse-note-order be a wee bit selective using a regexp. Customize implies it's only on a per *file* basis but the doc is a bit unclear when it says: Non-nil means store new notes at the beginning of a file or entry. When nil, new notes will be filed to

[O] Custom agenda -- running functions, not just setting vars

2011-11-09 Thread Tommy Kelly
I'm trying to set up a custom agenda view such that when I enter my agenda I get, automatically: - daily view mode (for today) - log file mode on - grid on - Follow mode on I can see from the docs how to modify the various variables that control some of how agendas look. But the above are

Re: [O] Custom agenda -- running functions, not just setting vars

2011-11-09 Thread Tommy Kelly
Excellent, that works. Thanks. Tommy On Wed, Nov 9, 2011 at 12:18 PM, Bernt Hansen be...@norang.ca wrote: Tommy Kelly tommy.ke...@verilab.com writes: I'm trying to set up a custom agenda view such that when I enter my agenda I get, automatically: - daily view mode (for today) - log file

[O] Inactive time stamps along with CLOCK: entries?

2011-11-09 Thread Tommy Kelly
Question for Bernt, but maybe more widely useful. Bernt, in some of your org-capture-templates, you often include a %U timestamp as well as clocking in the item in question. for example: (j Journal entry (file+datetree ~/git/org/diary.org) * %?\n%U\n %i :clock-in t :clock-resume

[O] Formatting clock tables in the agenda

2011-11-09 Thread Tommy Kelly
I have a clock table in my agendas -- I got it there by setting org-agenda-start-with-clockreport-mode. I'm trying to control its format. I've tried using org-clock-clocktable-default-properties but that seems to have no effect. For example, this from my custom-set-variables:

Re: [O] Journal versus clock tables: Opposing requirements?

2011-11-08 Thread Tommy Kelly
... it depends on how often you require this weekly report... Ermm, weekly :-) It should be possible to write code that walks your agenda, visits the tasks, and copies and pastes the details to a temporary org buffer/file just for your chronological report. Absolutely. But as I've been

Re: [O] Journal versus clock tables: Opposing requirements?

2011-11-08 Thread Tommy Kelly
I haven't tried this myself, just looking at the manual. But playing around, it seems you need double quotes around your tags match. Ah OK, that works. But it turns out there was a second problem and it may be a bug. It looks like any of the clocktable options after :indent get ignored. So this

Re: [O] Journal versus clock tables: Opposing requirements?

2011-11-08 Thread Tommy Kelly
Probably, :indent was perceived by the code as nil, but at least it did not swallow the :tags key. It wasn't. I hadn't realized about the need for a value to the property, but if it's omitted then it looks like :indent's value is perceived as true, not nil (which is why I got on so long not

[O] Journal versus clock tables: Opposing requirements?

2011-11-07 Thread Tommy Kelly
I'm trying to get org-mode to provide me with two things, but haven't found a way to do it. 1. First, I want to be able to use it like a daily engineering or science journal, logging notes as they occur, in pretty much linear fashion chronologically. Or, more to the point, I want to be able to

Re: [O] Journal versus clock tables: Opposing requirements?

2011-11-07 Thread Tommy Kelly
Olaf wrote: Maybe I misunderstand what you want to accomplish, but if you put your journal into a separate file (e.g. journal.org), ... That's pretty much what I want. But if I do that I then have trouble with getting sensible clock tables. For example, suppose I had: *** Headline about some

Re: [O] Journal versus clock tables: Opposing requirements?

2011-11-07 Thread Tommy Kelly
Bernt wrote: For item 1) can you use the display of inactive timestamps to get part of the information you want in the agenda and then visit the items with either follow mode (F) or manually visit each item with SPC to get more detail? Thanks. That's pretty much exactly my workaround now. So

Re: [O] Journal versus clock tables: Opposing requirements?

2011-11-07 Thread Tommy Kelly
OK, that might be what I need then. I thought clock tables grouped things by headings, not by tags. I'll have a look at the manual. I'm trying the tagging thing within clock tables, but I can't get it working at all. I've attached a tag to a single headline, and checked that I've got that right

[Orgmode] Re: Tags position in regular agenda view?

2011-01-23 Thread Tommy Kelly
What controls where the tag appears in the regular daily agenda view? org-agenda-tags-column Ah, thanks. Note to the org-mode gods; that variable doesn't seem to appear anywhere in the manual. (I see that it is mentioned, however, in your doc Bernt). Tommy

[Orgmode] Special properties -- doc buglet?

2011-01-22 Thread Tommy Kelly
In section 7.2 Special properties the current online org manual says: The following property names are special and should not be used as keys in the properties drawer: ... CATEGORY ... Is it correct to have CATEGORY in that list? I thought that putting it as a key into the property drawer was

[Orgmode] Special properties -- doc buglet?

2011-01-22 Thread Tommy Kelly
In section 7.2 Special properties the current online org manual says: The following property names are special and should not be used as keys in the properties drawer: ... CATEGORY ... Is it correct to have CATEGORY in that list? I thought that putting it as a key into the property drawer

[Orgmode] Minor gotcha with org-agenda-files

2011-01-22 Thread Tommy Kelly
I just figured out why, despite having a setq in my .emacs, my org-agenda-files wasn't what I thought it should be. It's because if you modify that variable using C-c [ or C-c ], then any explicit setq is rendered obsolete by the custom-set-variables entry that gets added automatically. Tell us

[Orgmode] Minor gotcha with org-agenda-files

2011-01-22 Thread Tommy Kelly
I just figured out why, despite having a setq in my .emacs, my org-agenda-files wasn't what I thought it should be. It's because if you modify that variable using C-c [ or C-c ], then any explicit setq is rendered obsolete by the custom-set-variables entry that gets added automatically. Tell us

[Orgmode] Re: Minor gotcha with org-agenda-files

2011-01-22 Thread Tommy Kelly
suvayu ali fatkasuvayu+li...@gmail.com writes: On Sat, Jan 22, 2011 at 5:31 PM, Tommy Kelly tommy.ke...@verilab.com wrote: I just figured out why, despite having a setq in my .emacs, my org-agenda-files wasn't what I thought it should be. It's because if you modify that variable using C-c

[Orgmode] Tags position in regular agenda view?

2011-01-22 Thread Tommy Kelly
org-tags-column appears to affect the position of TAGS only in the file where a heading resides. What controls where the tag appears in the regular dail agenda view? (BTW - if it matters, many of my tags are implicit, being inherited from a FILETAG or from a higher heading) thanks, Tommy

[Orgmode] Re: Basic organization question

2011-01-19 Thread Tommy Kelly
Bernt, Still digging into this. You said: TAGS are much more flexible for controlling what you see on the agenda and I use tags for filtering what is displayed on the agenda. Am I right though that from the point of view of clocking tasks, you rely not on TAGS but on having each task live

[Orgmode] Re: Basic organization question

2011-01-19 Thread Tommy Kelly
, or accounting, research, and so on), and then you use TAGs in addition to orthogonally categorize things according to some aspect of your workflow (it's a phone call, it has GTD context @wibble, it needs refiled, and so on). Is that remotely accurate? thanks, Tommy -- Tommy Kelly +1 (512) 289-8262 http

[Orgmode] Re: Basic organization question

2011-01-15 Thread Tommy Kelly
Thomas S. Dye t...@tsdye.com writes: Several times when I've had this type of question, I've found answers I can use on Bernt Hansen's Org-mode pages: http://doc.norang.ca/org-mode.html Actually, when I said: And I like the idea discussed in http://orgmode.org/org.html, where I

[Orgmode] Basic organization question

2011-01-14 Thread Tommy Kelly
I can see that TODOs can be organized using tags, or categories, or files, or simply subtrees (or several of those). Is there an obvious choice? All I'm really looking for is a basic organization, to let me group tasks of different broad functional areas -- accounting, recruitment, IT, and so

[Orgmode] Understanding habits - repeat interval

2011-01-03 Thread Tommy Kelly
I'm trying a first use of the habits tracking function but I'm not sure I understand the way they are set up. I have three questions. Here's the first. Is it possible to set up a daily habit -- that is, one that should be done at least every day and at most every day (as opposed to the shaving

[Orgmode] Understanding habits - graph coloring of single missed day

2011-01-03 Thread Tommy Kelly
Assuming I have the correct repeater syntax for a daily habit, what should the colored graph look like if I do the task consistently for a few days, then miss a day, then pick up the task again? What I expected to see was: - a set of GREEN cells (with asterisks) - a RED cell (no asterisk) for

[Orgmode] Understanding habits - org-log-done

2011-01-03 Thread Tommy Kelly
For habits to work, he manual says that You must also have state logging for the DONE state enabled. My experimentation leads me to believe that the state logging must not only be enabled but it must be such that org-log-done is set to 'time and *not* to 'note. I tried the latter and it doesn't

[Orgmode] Re: MobileOrg on DropBox for Teams

2010-11-28 Thread Tommy Kelly
Richard Moreland r...@ncogni.to writes: ... I'm not sure how your account sharing is setup: if you are all using the same credentials, you will probably run into trouble. ... ... The other option is to let each user have their own Dropbox account and simply share folders from a master

[Orgmode] MobileOrg on DropBox for Teams

2010-11-27 Thread Tommy Kelly
Is the location on DropBox where the iPhone app expects to find the org files hard-coded (to /MobileOrg), or is it customizable? I've tried messing with org-mobile-directory on the emacs side and with the Index File field on the iPhone app, but it didn't work. I tried: I set org-mobile-directory

[Orgmode] Re: MobileOrg on DropBox for Teams

2010-11-27 Thread Tommy Kelly
You should be able to rename the MobileOrg directory from within the web interface once you've linked MobileOrg to your Dropbox account. Thanks Richard, that worked fine. But does that mean there's a bit of coordination to manage if multiple users all decided they want to use MobileOrg? In

[Orgmode] What is your journaling setup? (was Re: Awesome! Date-tree from agenda!

2010-11-26 Thread Tommy Kelly
In response to Carsten's mention of a new capture target type, Eric wrote: Excellent! This is perfect. I keep a journal but ... I'd be really interested in seeing how people use org-mode for journaling. By journaling I'm thinking of the various ways of capturing activity throught the day and

[Orgmode] Re: org-mode gnus integration across two machines when using nnimap

2010-11-26 Thread Tommy Kelly
Dan Christensen j...@uwo.ca writes: Can you show us what an org-mode hyperlink looks like? Here's the link to your reply to me: [[gnus:gmane.emacs.gnus.general#87tyj4x798@uwo.ca][email from Dan Christensen: Re: org-mode gnus integration ]] The [[ ][ ]] combination lets org-mode render it