[O] How can you sort an Org clock table?

2014-03-30 Thread Noah Slater
I posted a question on StackOverflow: http://stackoverflow.com/questions/22749704/how-can-you-sort-an-org-clock-table Summary is: how do I sort an clock table by the % column? Is there anything out there I can use to get this working? If not, how complex a job would it be to write something

Re: [O] How can you sort an Org clock table?

2014-03-30 Thread Noah Slater
Yeah, tried that. Doesn't work! :( On 30 March 2014 23:24, Nick Dokos ndo...@gmail.com wrote: Noah Slater nsla...@tumbolia.org writes: I posted a question on StackOverflow: http://stackoverflow.com/questions/22749704/how-can-you-sort-an-org-clock-table Summary is: how do I sort

Re: [O] How can you sort an Org clock table?

2014-03-31 Thread Noah Slater
with the scope set to that file, then there's no way to order the cells. How hard would it be to modify org-dblock-write do you think? In hours work for someone familiar with elisp, but not the org codebase. On 31 March 2014 03:06, Nick Dokos ndo...@gmail.com wrote: Noah Slater nsla...@tumbolia.org

Re: [O] How can you sort an Org clock table?

2014-03-31 Thread Noah Slater
Okay thanks. If anyone else does know, I'd really appreciate it. Thanks! :) On 31 March 2014 14:45, Nick Dokos ndo...@gmail.com wrote: Noah Slater nsla...@tumbolia.org writes: Ah yes, I see that I have to move the point into the table cell. I was trying with the table header. Slightly odd

[O] Problem with org-clock-display

2014-04-07 Thread Noah Slater
I'm having some issues with org-clock-dosplay. Screenshot here: https://gist.github.com/nslater/10022848 Note: - Times are indented like the nodes, meaning they don't line up. (I presume this is intentional, but I find it annoying. Is there a way to turn it off?) - Everything is highlighted

[O] Sorting nodes by clocked time

2014-04-07 Thread Noah Slater
Hello, Is there any way to sort a collection of siblings by the total clocked time? If not, approximately how hard would this be for me to write? Ideally, I could specify the scope of the clocked time, just like you can do in a clocktable. Perhaps last30 (days) would be my preferred default.

[O] Org clock cookies

2014-04-07 Thread Noah Slater
Hello, I discovered you can use [/] and [%] as cookies and have them updated as you complete subnodes. [3/7], or [20%] and so on. Would it be possible to code a similar cookie ([:] to be expanded into 01:10 for example) that you could update with C-c C-c, or better yet, automatically! Thanks,

[O] Possible to always show items in clocktable?

2014-04-07 Thread Noah Slater
Hello, I would like to my clocktable include a line for every node, regardless of whether there is any time clocked, or whether the time clocked is 0:00. I found :stepskip0 in the manual, but this does the opposite of what I want to do. Which implies that what I want to do is the default. But it

Re: [O] How can you sort an Org clock table?

2014-04-16 Thread Noah Slater
Thanks Bastien! I'll look into this and report back. On 16 April 2014 18:26, Bastien b...@gnu.org wrote: Hi Noah, from master, you can now use a :sort parameter in clocktable to sort a column. For example: #+BEGIN: clocktable :maxlevel 2 :scope file :sort (2 . ?t) #+CAPTION: Clock

Re: [O] Org clock cookies

2014-04-17 Thread Noah Slater
something you're interested in reviewing/integrating. On 17 April 2014 10:35, Bastien b...@gnu.org wrote: Hi Noah, Noah Slater nsla...@tumbolia.org writes: Would it be possible to code a similar cookie ([:] to be expanded into 01:10 for example) that you could update with C-c C-c, or better

Re: [O] Org clock cookies

2014-04-17 Thread Noah Slater
a node - Headlines are not editable (I customised the font face after sending my previous email on this topic.) Even if we manage to fix org-clock-display (and I am willing to help) I think cookies feel very natural here also. Not sure what to do about estimates. On 17 April 2014 12:17, Noah Slater

Re: [O] Sorting nodes by clocked time

2014-04-17 Thread Noah Slater
I guess not. How does one do that? On 17 April 2014 12:55, Bastien b...@gnu.org wrote: Noah Slater nsla...@tumbolia.org writes: Oh, funny. I had already patched this locally. I picked e for tim [e]. Using your version, I get an error: sort: Wrong type argument: number-or-marker-p

Re: [O] Sorting nodes by clocked time

2014-04-17 Thread Noah Slater
the clock times. But I'm wondering if this is possible without expanding everything, or if it is possible to restore the state after the calculations are done. Is this an easy change? Would you be interested in a patch? On 17 April 2014 12:39, Noah Slater nsla...@tumbolia.org wrote: Oh, funny. I

Re: [O] Problem with org-clock-display

2014-04-17 Thread Noah Slater
work on the patches necessary to make these changes On 17 April 2014 10:22, Bastien b...@gnu.org wrote: Hi Noah, Noah Slater nsla...@tumbolia.org writes: Note: - Times are indented like the nodes, meaning they don't line up. (I presume this is intentional, but I find it annoying

Re: [O] Sorting nodes by clocked time

2014-04-17 Thread Noah Slater
I'm still getting this error! :/ Happy to provide any sort of debug/version/setup info you need. I'm on IRC as nslater in #org-mode, if that is more convenient for you. Thank you so much for the help! On 17 April 2014 13:00, Bastien b...@gnu.org wrote: Noah Slater nsla...@tumbolia.org

Re: [O] Sorting nodes by clocked time

2014-04-17 Thread Noah Slater
:20, Bastien b...@altern.org wrote: Noah Slater nsla...@tumbolia.org writes: I'm still getting this error! :/ Should be fixed in master. Otherwise use (setq debug-on-error t) and send the backtrace. Better to debug from an uncompiled version if that's possible. Happy to provide any sort

Re: [O] Problem with org-clock-display

2014-04-17 Thread Noah Slater
2014 13:12, Bastien b...@gnu.org wrote: Hi, Noah Slater nsla...@tumbolia.org writes: I was wondering if the bit can be hidden. Is there a font face to customise for this? I find it distracting, especially with a big list of folded nodes. Check

Re: [O] Problem with org-clock-display

2014-04-17 Thread Noah Slater
next to the node titles, like so: * Apple 5:10 ... * Bananas 8:40 ... * Carrots 2:50 ... As you can see, the times wont line up then, but matching them to the node titles is easy. On 17 April 2014 13:43, Bastien b...@gnu.org wrote: Noah Slater nsla...@tumbolia.org writes: Now I need to solve

Re: [O] Sorting nodes by clocked time

2014-04-17 Thread Noah Slater
) to the sequence of functions inside save-restriction. That seems to work, but I'm no elisp/Org pro. Is this how you would have done it? On 17 April 2014 13:55, Bastien b...@gnu.org wrote: Noah Slater nsla...@tumbolia.org writes: Okay, that seem to work. But I'm not able to get this work

Re: [O] Sorting nodes by clocked time

2014-04-17 Thread Noah Slater
2014 10:33, Bastien b...@gnu.org wrote: Hi Noah, Noah Slater nsla...@tumbolia.org writes: Is there any way to sort a collection of siblings by the total clocked time? Now there is in master: C-c ^ k on a headline. Thanks for this idea, -- Bastien

Re: [O] Sorting nodes by clocked time

2014-04-17 Thread Noah Slater
2014 14:02, Noah Slater nsla...@tumbolia.org wrote: Okay, wow. Thanks for writing that. Do you have a Gittip or something? I would love to support your OSS work in some way or otherwise show my gratitude beyond words in an email! Anyway. I tried your function and it works. But afterwards

Re: [O] Sorting nodes by clocked time

2014-04-17 Thread Noah Slater
have funds available. On 17 April 2014 14:26, Bastien b...@gnu.org wrote: Noah Slater nsla...@tumbolia.org writes: Okay, wow. Thanks for writing that. Do you have a Gittip or something? I would love to support your OSS work in some way or otherwise show my gratitude beyond words

Re: [O] Sorting nodes by clocked time

2014-04-17 Thread Noah Slater
Actually, I renamed this my-overview, added (org-clock-display), and bound it to C-c o. Very swish. On 17 April 2014 14:34, Noah Slater nsla...@tumbolia.org wrote: I came up with this: (defun my-sort-buffer () (interactive) (mark-whole-buffer) (org-sort-entries t ?K) (org

Re: [O] Sorting nodes by clocked time

2014-04-17 Thread Noah Slater
Using this a bit, it doesn't quite do what I want it to do. Is there any way to sort recursively? At the moment, calling org-sort-entries on the whole buffer only sorts the top level nodes. On 17 April 2014 14:45, Noah Slater nsla...@tumbolia.org wrote: Actually, I renamed this my-overview

Re: [O] Problem with org-clock-display

2014-04-18 Thread Noah Slater
On 18 April 2014 17:03, Sebastien Vauban sva-n...@mygooglest.com wrote: Also, I did prefer (unlike Noah) when there were no reading dots. Is there a way to remove them, or at least to get them in a very light gray, for example? They are completely removed for me.

Re: [O] Problem with org-clock-display

2014-04-20 Thread Noah Slater
Hmm. Okay. It might be a good idea to have org-clock-shadow or something, so it can be customised separately. I might want to hide the dots, but still have shadow as a useable face. On 20 April 2014 11:02, Bastien b...@gnu.org wrote: Noah Slater nsla...@tumbolia.org writes: Can the dots use

Re: [O] Problem with org-clock-display

2014-04-20 Thread Noah Slater
Can the dots use a custom face? I'd like to customise the colour (by perhaps turning it off). On 19 April 2014 07:18, Bastien b...@gnu.org wrote: Hi, Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: See http://screencast.com/t/fmR5TJfa what happens to the size

Re: [O] Org clock cookies

2014-04-20 Thread Noah Slater
Okay, yep. I'm happy with the org-clock-display stuff for now. Thanks for your responses on this thread. On 17 April 2014 12:34, Bastien b...@gnu.org wrote: Hi Noah, Noah Slater nsla...@tumbolia.org writes: [01:10] would mean I had spent 1hr 10m on this node, and all subnodes. Similarly

[O] Filtering org-clock-display

2014-04-20 Thread Noah Slater
At the start of a clocktable, I can specify a few parameters that allow me to filter/restrict the time ranges used for display. For instance, this only shows me clocks from the past 30 days: :tstart -30d What I'd like to do is do this for org-clock-display too. Perhaps I could specify it at

Re: [O] Possible to always show items in clocktable?

2014-04-20 Thread Noah Slater
Thanks for the help, folks! On 17 April 2014 10:38, Bastien b...@gnu.org wrote: Hi Noah, Noah Slater nsla...@tumbolia.org writes: My intention here is to highlight notes that have received no attention. I want them to show up on my report so that I can see that I need to work on them

Re: [O] How can you sort an Org clock table?

2014-04-20 Thread Noah Slater
Hmm. I'm not sure this is working. If you add :link to the BEGIN blog, the sorting doesn't appear to kick in. Bug, I expect. If I remove :link I can see that some sorting is taking place. But it's not what I expect. With ?t I am getting this sort order: - (empty cell) - 4:02 - 1d 5:15 - 1d

Re: [O] Sorting nodes by clocked time

2014-04-20 Thread Noah Slater
Thanks Sacha, that's great! On 18 April 2014 02:09, Sacha Chua sa...@sachachua.com wrote: Noah Slater nsla...@tumbolia.org writes: Hello, Noah, all! Using this a bit, it doesn't quite do what I want it to do. Is there any way to sort recursively? At the moment, calling org-sort

Re: [O] Filtering org-clock-display

2014-04-20 Thread Noah Slater
Wrt the laziness remark :) I am happy to write patches. On 20 April 2014 12:26, Bastien b...@gnu.org wrote: Noah Slater nsla...@tumbolia.org writes: What do others think about this idea? I welcome feedback on this but let's take care not to overengineer this: if we add to many features

Re: [O] Problem with org-clock-display

2014-04-20 Thread Noah Slater
I guess Sebastien's point is that without a custom face, the only way to turn the dots off is to set the shadow face to be hidden. But that could have unintended side-effects. So if there's no custom face, then there should be a config so that people can turn it off without having to deal with

Re: [O] Filtering org-clock-display

2014-05-24 Thread Noah Slater
On 20 April 2014 15:18, Bastien b...@gnu.org wrote: Noah Slater nsla...@tumbolia.org writes: Note: sorting the clock table doesn't work very well. I want each level to be sorted recursively. Yeah, me too -- if you can work on enhancing how the :sort parameters is handled for clocktables

Re: [O] How can you sort an Org clock table?

2014-05-24 Thread Noah Slater
If you run C-c C-c on the clocktable, it will update, but the sorting is wrong. It should be in reverse order because it's T and not t. Now: remove :link and try again. The sorting works! On 20 April 2014 12:22, Bastien b...@gnu.org wrote: Noah Slater nsla...@tumbolia.org writes: If you add

Re: [O] Filtering org-clock-display

2014-05-25 Thread Noah Slater
On 25 May 2014 07:26, Bastien b...@gnu.org wrote: Hi Noah, Noah Slater nsla...@tumbolia.org writes: As for the rest, please try C-u C-u C-c C-x C-d from master. We can enhance it by having an option setting the default custom range for such display, but going further would

Re: [O] Filtering org-clock-display

2014-05-26 Thread Noah Slater
arguments? (i.e. Make this great new functionality backwards compatible, and off-by-default.) On 26 May 2014 07:14, Bastien b...@gnu.org wrote: Hi Noah, Noah Slater nsla...@tumbolia.org writes: How do I configure the filtering? What filtering? Please re-read the whole thread (where I

Re: [O] Filtering org-clock-display

2014-05-31 Thread Noah Slater
\322=\203a^@\324\325\32$ command-line() normal-top-level() On 30 May 2014 14:15, Bastien b...@gnu.org wrote: Hi Noah, Noah Slater nsla...@tumbolia.org writes: That's pretty cool. Any reason it doesn't use the same syntax as the :tstart param though? I first want to see if the new

Re: [O] Filtering org-clock-display

2014-05-31 Thread Noah Slater
wrote: Noah Slater nsla...@tumbolia.org writes: I'm getting an error on HEAD now: Please run `make' or `make autoloads'. See http://orgmode.org/manual/Installation.html -- Bastien

Re: [O] Filtering org-clock-display

2014-08-05 Thread Noah Slater
17:45, Bastien b...@gnu.org wrote: Hi Noah, Noah Slater nsla...@tumbolia.org writes: Can I pass in the range when calling it from a function? Not directly. (org-clock-display '(16)) will interactively prompt for a range. (let ((org-clock-display-default-range 'thisweek)) (org-clock

[O] MobileOrg

2014-08-06 Thread Noah Slater
Hello folks, Does anyone know what's happening to MobileOrg? It seems like the project was taken over by a new maintainer and then subsequently abandoned. I'd love to use MobileOrg, but I always feel wary about starting to use new software which likely wont receive any updates. Thanks, Noah

[O] Problem with org-plot: (void-variable data-file)

2014-08-09 Thread Noah Slater
Hello, I'm working through this: https://www.gnu.org/software/emacs/manual/html_node/org/Org_002dPlot.html Using ob-plot.el that comes with the org extras. I created the demo table there, and I run org-plot/gnuplot, and I get: Error running timer: (void-variable data-file) Any clue? Thanks,

[O] Marking items done in the past

2014-08-17 Thread Noah Slater
asked me for a date. Something like that anyway. Thanks, -- Noah Slater https://twitter.com/nslater

Re: [O] Marking items done in the past

2014-08-21 Thread Noah Slater
I have posted this to StackOverflow, if someone wants to grab the karma: http://stackoverflow.com/questions/25437069/ On 18 August 2014 02:52, Noah Slater nsla...@apache.org wrote: Hello, I have a number of habits set up that I regularly fill in the day after the activity was done

[O] org-checklist not working as advertised

2014-08-21 Thread Noah Slater
this problem? Thanks, -- Noah Slater https://twitter.com/nslater

[O] Customising colour of heading properties

2014-08-30 Thread Noah Slater
a different face? (In this case, to make it grey, or less distracting.) I'd like that if there's actual textual content in the node, after PROPERTIES, say, that that is the regular face. Thanks, -- Noah Slater https://twitter.com/nslater

[O] Agenda filtering by category does not work for habits

2014-08-31 Thread Noah Slater
, tab to complete, hit enter, and have the agenda filtered. Thank you, -- Noah Slater https://twitter.com/nslater

[O] Command to open up any agenda file?

2014-09-01 Thread Noah Slater
Hello, I quite like C-c b (org-iswitchb) but it only works if the file is already open. What I really want is a command that lets me tab complete any agenda file at all. Does such a thing exist? I couldn't find it in the docs. Thanks! -- Noah Slater https://twitter.com/nslater

[O] Getting lots of Emacs crashes

2014-09-01 Thread Noah Slater
Hello, I'm getting a lot of Emacs crashes recently using Org. Is there any way I can help to debug why this is happening? Thanks, -- Noah Slater https://twitter.com/nslater

[O] Sort habits in agenda view

2014-09-01 Thread Noah Slater
with this? Thanks, -- Noah Slater https://twitter.com/nslater

Re: [O] Command to open up any agenda file?

2014-09-02 Thread Noah Slater
-completing-read Agenda file: (org-agenda-files #+end_src -- Noah Slater https://twitter.com/nslater

[O] Clock start time is gone

2014-09-07 Thread Noah Slater
DONE from TODO [2014-09-01 Mon 22:46] CLOCK: [2014-09-01 Mon 22:01]--[2014-09-01 Mon 22:46] = 0:45 ... So this doesn't make any sense. The clock start time is right there! Any idea? Thanks, -- Noah Slater https://twitter.com/nslater

Re: [O] Getting lots of Emacs crashes

2014-10-05 Thread Noah Slater
gettimeofday messages forever. Any clue? On 1 September 2014 22:06, Noah Slater nsla...@apache.org wrote: Hello, I'm getting a lot of Emacs crashes recently using Org. Is there any way I can help to debug why this is happening? Thanks, -- Noah Slater https://twitter.com/nslater -- Noah Slater

Re: [O] Getting lots of Emacs crashes

2014-10-13 Thread Noah Slater
Is there anything else I could provide that would help? It's still happening to me occasionally. On 5 October 2014 20:43, Noah Slater nsla...@apache.org wrote: Using Org version: release_8.3beta-38-gbaa2c5 $ emacs --version GNU Emacs 24.4.50.1 $ emacs --debug-init Fatal error 11

Re: [O] Getting lots of Emacs crashes

2014-10-21 Thread Noah Slater
Thanks. I have done that now. They told me to upgrade my Emacs. I have done so. We'll see what happens. :) On 13 October 2014 17:54, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Hello, Noah Slater nsla...@apache.org writes: Is there anything else I could provide that would help? It's still

[O] Radio targets with mixed capitalisation do not work in HTML export

2014-03-03 Thread Noah Slater
Experiencing a bug with radio targets and html export. IF set a radio target like Foo then the text foo in the body will be linked to #foo, but the radio target has an anchor id of Foo, so the link doesn't work. I expected the foo text to be linked to #Foo instead.

Re: [O] Radio targets with mixed capitalisation do not work in HTML export

2014-03-21 Thread Noah Slater
Or perhaps to survey what is already out there. What are people already doing/trying to do? On 21 March 2014 18:28, Bastien b...@altern.org wrote: Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: It would probably make my life less miserable. But do radio target users need