Re: [O] Filtering org-clock-display

2014-08-05 Thread Noah Slater
On 28 July 2014 17:45, Bastien wrote: > Hi Noah, > > Noah Slater 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-def

[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
I could get a prompt which 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 wrote: > Hello, > > I have a number of habits set up that I regularly fill in the day > after the activity was done. Is there a

[O] org-checklist not working as advertised

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

[O] Customising colour of heading properties

2014-08-30 Thread Noah Slater
GBOOK, and PROPERTIES bits 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
, start typing the name of a category, 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
it". Can someone help me with this? Thanks, -- Noah Slater https://twitter.com/nslater

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

2014-09-02 Thread Noah Slater
eractive > behavior is the same). > > #+begin_src elisp > (defun find-org-agenda-file () > (interactive) > (find-file (org-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
19:41] - State "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
0 gettimeofday(0x7FFF5FBFD388, 0x0, 0xE0E4) = 1412534540 0 gettimeofday(0x7FFF5FBFD328, 0x0, 0xE0E0) = 1412534542 0 And then just gettimeofday messages forever. Any clue? On 1 September 2014 22:06, Noah Slater wrote: > Hello, > > I'm getting a lot of Emacs crashes recently using

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 wrote: > Using Org version: release_8.3beta-38-gbaa2c5 > > $ emacs --version > > GNU Emacs 24.4.50.1 > > $ emacs --debug-init > &

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 wrote: > Hello, > > Noah Slater 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 <<> 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 wrote: > Hi Nicolas, > > Nicolas Goaziou writes: > > > It would probably make my life less miserable. But do radio target users > > need entities within? > > IMHO the bes

[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 th

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 wrote: > Noah Slater writes: > > > I posted a question on StackOverflow: > > > > > http://stackoverflow.com/questions/22749704/how-can-you-sort-an-org-clock-table > > > > Sum

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

2014-03-31 Thread Noah Slater
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 wrote: > Noah Slater writes: > > > Yeah, tr

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 wrote: > Noah Slater 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 t

[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 wi

[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. T

[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!

[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 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 summary at

Re: [O] Org clock cookies

2014-04-17 Thread Noah Slater
is, and can share the patch if it's something you're interested in reviewing/integrating. On 17 April 2014 10:35, Bastien wrote: > Hi Noah, > > Noah Slater writes: > > > Would it be possible to code a similar cookie ("[:]" to be expanded > >

Re: [O] Org clock cookies

2014-04-17 Thread Noah Slater
all subnodes. > > I've already started hacking on this, and can share the patch if it's > something you're interested in reviewing/integrating. > > > On 17 April 2014 10:35, Bastien wrote: > >> Hi Noah, >> >> Noah Slater writes: >> >

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 wrote: > Noah Slater writes: > > > Oh, funny. I had already patched this locally. I picked "e" for "tim > > [e]". > > > > Using your version, I get an error: > > &g

Re: [O] Sorting nodes by clocked time

2014-04-17 Thread Noah Slater
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 wrote: > Oh, funny. I had already

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

2014-04-17 Thread Noah Slater
times. Just stick them right after the node text, like a cookie. As I say: I am more than happy to actually work on the patches necessary to make these changes On 17 April 2014 10:22, Bastien wrote: > Hi Noah, > > Noah Slater writes: > > > Note: > > > > - Times are i

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 wrote: > Noah Slater writes: > > >

Re: [O] Sorting nodes by clocked time

2014-04-17 Thread Noah Slater
nfolded. On 17 April 2014 13:20, Bastien wrote: > Noah Slater 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'

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

2014-04-17 Thread Noah Slater
y it looks. Thoughts? On 17 April 2014 13:12, Bastien wrote: > Hi, > > Noah Slater writes: > > > I was wondering if the "" bit > > can be hidden. Is there a font face to customise for this? I find it > > distracting,

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

2014-04-17 Thread Noah Slater
o the right at all, just stick them right 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 wrote: > Noah Slater writes: > >

Re: [O] Sorting nodes by clocked time

2014-04-17 Thread Noah Slater
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 wrote: > Noah Slater writes: > > > Okay, that seem to work. > > > > But I'm not able to get this

Re: [O] Sorting nodes by clocked time

2014-04-17 Thread Noah Slater
I still get the error. On 17 April 2014 10:33, Bastien wrote: > Hi Noah, > > Noah Slater 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
April 2014 14:02, Noah Slater 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 aft

Re: [O] Sorting nodes by clocked time

2014-04-17 Thread Noah Slater
have funds available. On 17 April 2014 14:26, Bastien wrote: > Noah Slater 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 in an e

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 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 wrote: > Actually, I renamed this my-overview, added (o

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

2014-04-18 Thread Noah Slater
On 18 April 2014 17:03, Sebastien Vauban 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 wrote: > Noah Slater writes: > > > Can the dots use a custom face?

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 wrote: > > > Hi, > > Sebastien Vauban > writes: > > > See http://screencast.com/t/fmR5TJfa what happens to the size of the > > titles, when the overlay is applied or re

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 wrote: > Hi Noah, > > Noah Slater writes: > > > "[01:10]" would mean I had spent 1hr 10m on this node, and all > >

[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 wrote: > Hi Noah, > > Noah Slater 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

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"

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 wrote: > Noah Slater 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 o

Re: [O] Filtering org-clock-display

2014-04-20 Thread Noah Slater
around the file Wrt the laziness remark :) I am happy to write patches. On 20 April 2014 12:26, Bastien wrote: > Noah Slater 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

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 thos

Re: [O] Filtering org-clock-display

2014-05-24 Thread Noah Slater
On 20 April 2014 15:18, Bastien wrote: > Noah Slater 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

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

2014-05-24 Thread Noah Slater
5:00] => 2:30 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 wrote: >

Re: [O] Filtering org-clock-display

2014-05-25 Thread Noah Slater
On 25 May 2014 07:26, Bastien wrote: > Hi Noah, > > Noah Slater 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,

Re: [O] Filtering org-clock-display

2014-05-26 Thread Noah Slater
oes it make sense for this function to behave like it used to if you just call it like (org-clock-display) with no other arguments? (i.e. Make this great new functionality backwards compatible, and off-by-default.) On 26 May 2014 07:14, Bastien wrote: > Hi Noah, > > Noah Slater writes: >

Re: [O] Filtering org-clock-display

2014-05-31 Thread Noah Slater
\311=\204^^^@\307^H\312Q\202;^@\313\307\314\315#\203*^@\316\202;^@\313\307\314\317#\203:^@\320\nB^R\321\202;^@\316\322^S\323^A\322\211#\210^K\322=\203a^@\324\325\32$ command-line() normal-top-level() On 30 May 2014 14:15, Bastien wrote: > Hi Noah, > > Noah Slater writes: &

Re: [O] Filtering org-clock-display

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