[O] Running Node.js and exporting css.

2014-08-22 Thread Josh Berry
Couple of weeks ago, I accidentally spammed the message board with several attempts to send up a couple of patches for some problems I was seeing. So, firstly, apologies for the spam. The two problems I was seeing were related to executing js using node.js, and exporting css with vendor

[O] [PATCH] Couple of small fixes in exporting node.js and css content.

2014-08-05 Thread Josh Berry
as I could. Thanks! -josh p.s. The toy paper is here: http://taeric.github.io/DancingLinks.html From 0441982a9457f9bbd953a06ab4fa830c6ffc967b Mon Sep 17 00:00:00 2001 From: Josh Berry tae...@gmail.com Date: Mon, 4 Aug 2014 22:45:43 -0400 Subject: [PATCH 1/2] Fix css export when proprietary

[O] [PATCH] Couple of small fixes in exporting node.js and css content.

2014-08-05 Thread Josh Berry
I've got a toy paper I'm writing where I ran into a couple of issues exporting to html. The first issue is related to exporting the source of a css block that contains proprietary properties. In short, it looks like a list is generated for the font face, where a single value was expected. The

[O] [PATCH] Couple of small fixes in exporting node.js and css content.

2014-08-04 Thread Josh Berry
as I could. Thanks! -josh From 0441982a9457f9bbd953a06ab4fa830c6ffc967b Mon Sep 17 00:00:00 2001 From: Josh Berry tae...@gmail.com Date: Mon, 4 Aug 2014 22:45:43 -0400 Subject: [PATCH 1/2] Fix css export when proprietary properties are used * htmlize.el (htmlize-face-size): Check for a list instead

Re: [O] Advice needed: Cant find a decent way to autosync my work TODO org file between laptop and work pc

2014-05-25 Thread Josh Berry
On Sat, May 24, 2014 at 1:11 AM, Xebar Saram zelt...@gmail.com wrote: need to sync my main work TODO org file between my work PC and laptop i carry around on work related trips and when im at home. i have tried several methods buy really none of them work. i mainly used git over the last 6

Re: [O] Writing .el files for org in org?

2014-05-22 Thread Josh Berry
On Thu, May 22, 2014 at 5:54 AM, Rainer M Krug rai...@krugs.de wrote: 4) and if it is working, detangled into ob-org Apologies for jumping in as a lurker. When you say detangled, is there a process for doing this? I know that working with cweb files the tangled output included some

[O] Bug [w/patch]: TODO blocking doesn't work across files with different TODO keyword sets

2013-08-31 Thread Josh Berry
Hi list, Some of my agenda files use custom TODO keywords (set through a #+SETUPFILE), and some use the standard TODO | DONE keywords. I recently discovered that TODO blocking is broken in the files which use custom keywords. It turns out the org-not-done-heading-regexps variable was global

Re: [O] Custom Agenda View for Projects

2011-03-18 Thread Josh Berry
On Fri, Mar 18, 2011 at 10:57, Jason McBrayer jmcb...@carcosa.net wrote: On Thu, Mar 17, 2011 at 6:55 PM, Josh Berry d...@condordes.net wrote: I think org considers child tasks to be dependencies of the parent task -- so if a parent task (such as your PROJ) has children, it won't be displayed

Re: [O] Custom Agenda View for Projects

2011-03-17 Thread Josh Berry
On Tue, Mar 15, 2011 at 14:35, Christian Zang christian.z...@googlemail.com wrote: 2011/3/15 Christian Zang christian.z...@googlemail.com: 2011/3/15 Manish mailtomanish.sha...@gmail.com: On Tue, Mar 15, 2011 at 11:54 AM, Christian Zang wrote: 2011/3/15 Manish: On Tue, Mar 15, 2011 at 12:54

[O] Version 7.5: C-c C-t anything fails with args out of range

2011-03-08 Thread Josh Berry
Hi list, I just upgraded from org-mode 7.4 to 7.5, and I can't set or change TODO states at all with C-c C-t now; an args-out-of-range error gets raised. I've tried doing a make clean in my org-mode checkout, to no avail. I'm running GNU emacs 23.2.1 on Mac OSX (in Aqua), installed via

Re: [O] Version 7.5: C-c C-t anything fails with args out of range

2011-03-08 Thread Josh Berry
On Tue, Mar 8, 2011 at 15:25, Nick Dokos nicholas.do...@hp.com wrote: Josh Berry d...@condordes.net wrote: I just upgraded from org-mode 7.4 to 7.5, and I can't set or change TODO states at all with C-c C-t now; an args-out-of-range error gets raised.  I've tried doing a make clean in my org

Re: [O] Version 7.5: C-c C-t anything fails with args out of range

2011-03-08 Thread Josh Berry
On Tue, Mar 8, 2011 at 18:14, Nick Dokos nicholas.do...@hp.com wrote: Josh Berry d...@condordes.net wrote: On Tue, Mar 8, 2011 at 15:25, Nick Dokos nicholas.do...@hp.com wrote: Josh Berry d...@condordes.net wrote: I just upgraded from org-mode 7.4 to 7.5, and I can't set or change TODO

Re: [O] Version 7.5: C-c C-t anything fails with args out of range

2011-03-08 Thread Josh Berry
On Tue, Mar 8, 2011 at 22:55, Carsten Dominik carsten.domi...@gmail.com wrote: On 9.3.2011, at 06:49, David Maus wrote: At Tue, 8 Mar 2011 15:08:57 -0800, Josh Berry wrote: Hi list, I just upgraded from org-mode 7.4 to 7.5, and I can't set or change TODO states at all with C-c C-t now