Re: [O] OT: Learning ELISP

2013-01-21 Thread Jonathan Arkell
have tags like keybinding, osx and linux, and working on others as appropriate. - Add TODOs to your init file. Here is my example, but I stand on the shoulders of giants: https://github.com/jonnay/emagicians-starter-kit __ Jonathan Arkell Sr. Developer

Re: [O] Mindwave Emacs. EEG reading and Data gathering in an org-mode buffer.

2012-09-05 Thread Jonathan Arkell
of quantified coding sounds awesome! The question is, how does one marry up a line of code, with a particular neurological state, especially since a given line of code isn't a static entity that one can easily refer to? __ Jonathan Arkell Sr. Developer Inspired

[O] Mindwave Emacs. EEG reading and Data gathering in an org-mode buffer.

2012-09-04 Thread Jonathan Arkell
on a lower-level serial/binary connection to retrieve data from the mindwave to help facilitate raw EEG logging. I don't know if this is going to be useful to anyone, but I figured some people may be interested. Cheers! __ Jonathan Arkell Sr. Developer Inspired

Re: [O] org-jira.el

2012-01-05 Thread Jonathan Arkell
for that matter, go ahead and do what you like with that trivial piece of code. Rename it, delete it, fold it into the new library. Ironically enough, years later, I am back on a project that does use Jira.. :) __ Jonathan Arkell Tech Lead Inspired By Drum Bass

Re: [O] Error args-out-of-range when using org-babel-tangle with org7.7

2011-10-13 Thread Jonathan Arkell
Thanks, that was part of the problem. The other part was a chunk of stub code: #source: el-stack-keys #+begin_src emacs-lisp #+end_src Replacing it with: #source: el-stack-keys #+begin_src emacs-lisp #+end_src Seems to work. __ Jonathan Arkell Tech Lead

[O] Error args-out-of-range when using org-babel-tangle with org7.7

2011-10-12 Thread Jonathan Arkell
Hi Everyone I am having some problems with using org-babel-tangle. Each time I try to use it, I get the error '(args-out-of-range -1 0)'. I've simplified the source code chunk I want to tangle to this: #+src_name stack-el #+begin_src emacs-lisp :tangle stack.el ;;; stack.el -- custom elisp for

Re: [O] Release 7.6

2011-07-08 Thread Jonathan Arkell
After every release there are messages like this. And Memmon is right. It cannot be said too often. Thank you everyone for your hard work. On 7/07/11 11:01 AM, Achim Gratz strom...@nexgo.de wrote: Bastien b...@altern.org writes: I'm releasing Org 7.6. Thank you and everyone else for all the

Re: [O] org and microsoft exchange

2011-06-20 Thread Jonathan Arkell
On 20/06/11 5:53 AM, Holger Wenzel drholgerwen...@googlemail.com wrote: I'm planning to use the org-outlook protocol http://www.emacswiki.org/emacs/org-outlook.el even if this means that I need to have an Outlook-instance running. When I was still on a windows box, I built a little Windows

[Orgmode] Underscores in HTML Exported URLs get backslashes added

2011-02-09 Thread Jonathan Arkell
! __ Jonathan Arkell Tech Lead Inspired By Drum Bass, Scheme, Kawaii p. 403.206.4377 402 -- 11th Ave SE Calgary, AB, Canada T2G 0Y4 jonath...@criticalmass.com criticalmass.com The information contained in this message is confidential. It is intended to be read

Re: [Orgmode] Org-mode Epic Win RPG

2010-09-10 Thread Jonathan Arkell
. Is anyone else interested in this? __ Jonathan Arkell Tech Lead Inspired By Drum Bass, Scheme, Kawaii p. 403.206.4377 402 -- 11th Ave SE Calgary, AB, Canada T2G 0Y4 jonath...@criticalmass.com criticalmass.com On Aug 27, 2010, at 5:35 AM, Rick Moynihan wrote

Re: [Orgmode] [mobileorg-android] Files synced, but nothing showing

2010-08-03 Thread Jonathan Arkell
Fixed the problem! It appears that checksum.dat wasn't being generated. When I upgraded from 6.36c to 7.01g, the file was being generated, and sync worked! Sorry for the list noise! __ Jonathan Arkell Tech Lead Inspired By Drum Bass, Scheme, Kawaii p

[Orgmode] [mobileorg-android] Files synced, but nothing showing

2010-08-02 Thread Jonathan Arkell
help? What Am I doing wrong? __ Jonathan Arkell Tech Lead Inspired By Drum Bass, Scheme, Kawaii p. 403.206.4377 402 -- 11th Ave SE Calgary, AB, Canada T2G 0Y4 jonath...@criticalmass.com criticalmass.com The information contained in this message

Re: [Orgmode] [babel] key binding requests

2010-07-10 Thread Jonathan Arkell
by packages like auto-complete. __ Jonathan Arkell Tech Lead Inspired By Drum Bass, Scheme, Kawaii p. 403.206.4377 402 -- 11th Ave SE Calgary, AB, Canada T2G 0Y4 jonath...@criticalmass.com criticalmass.com On Jul 10, 2010, at 8:22 AM, Austin Frank wrote

Re: [Orgmode] Re: New CSS for orgmode and Worg ?

2010-07-09 Thread Jonathan Arkell
Greg is referring more to CSS 3, rather then HTML 5. But I could be wrong! __ Jonathan Arkell Tech Lead Inspired By Drum Bass, Scheme, Kawaii p. 403.206.4377 402 -- 11th Ave SE Calgary, AB, Canada T2G 0Y4 jonath...@criticalmass.com criticalmass.com

Re: [Orgmode] GTD: Tags or Custom TODO states?

2010-06-23 Thread Jonathan Arkell
. Bernt's Doc has been invaluable to my own implementation process. http://doc.norang.ca/org-mode.html Don't try to do EVERYTHING there, just pick and choose which features you feel you really need. Cheers! __ Jonathan Arkell Tech Lead Inspired By Drum Bass, Scheme

Re: [Orgmode] Tag cloud in Agenda view?

2010-05-19 Thread Jonathan Arkell
a perpetual todo, and I haven't had time to do it, but it would be possible. Mostly it would take some tweaks/modifications to the parser. __ Jonathan Arkell Tech Lead Inspired By Drum Bass, Scheme, Kawaii p. 403.206.4377 402 -- 11th Ave SE Calgary, AB, Canada T2G

Re: [Orgmode] How to combine the analogue (Moleskine) world with digital (org-mode) world ?

2010-01-25 Thread Jonathan Arkell
into the system. Hope that helps! __ Jonathan Arkell Tech Lead Inspired By Drum Bass, Scheme, Kawaii p. 403.206.4377 402 -- 11th Ave SE Calgary, AB, Canada T2G 0Y4 jonath...@criticalmass.com criticalmass.com On Jan 24, 2010, at 7:09 AM, Torsten Wagner wrote

Re: [Orgmode] Re: [babel] features request for Emacs Initialization

2009-12-08 Thread Jonathan Arkell
Doh. Thanks for catching that mistake. On 2009/12/8 1:28 AM, Sébastien Vauban wxhgmqzgw...@spammotel.com wrote: Hi Jonathan, Jonathan Arkell wrote: On 2009/12/7 12:31 AM, bluedian blue.d...@gmail.com wrote: For now, I use this basic snippet when defining emacs code block in my

Re: [Orgmode] [Feature Request] Sane XHTML markup for Properties and Property Drawers

2009-12-03 Thread Jonathan Arkell
Sure, but something like this might be even better still: dl class=²properties² dtFOO/dt ddblah/dd dtBAR/dt ddblah blah/dd /dl You don't need the extra div around the dl, since the dl itself is a block element. The extra div in this case is semantically null (and void!). The Definition

RE: [Orgmode] Re: New module: org-learn, incremental reading

2009-10-27 Thread Jonathan Arkell
I like where org-learn is going. Good job. I am experiencing some issues however (which could easily be me). If I schedule an item for today, and then do an org-smart-reschedule, it seems that it will always get scheduled for 4 days from now, regardless of either the org-learn-fraction, or

RE: [Orgmode] From formatted to table

2009-09-29 Thread Jonathan Arkell
I do a macros for this Put the point on the first word of the table Record Macro Search for Insert | Tab (next column) Tab (first column next row Stop Recording. Then just C-x e (run macro) until the job is done. If you know how many lines are on the table, you can use a prefix argument

RE: [Orgmode] POLL: Change of keys to move agenda through time

2009-08-25 Thread Jonathan Arkell
1. Yes. 2. Abstain. -Original Message- From: emacs-orgmode-bounces+jonathana=criticalmass@gnu.org [mailto:emacs-orgmode-bounces+jonathana=criticalmass@gnu.org] On Behalf Of Carsten Dominik Sent: August 25, 2009 3:12 AM To: org-mode Mailinglist Subject: [Orgmode] POLL: Change of

RE: [Orgmode] Day workflow: need your opinion

2009-08-04 Thread Jonathan Arkell
I'll take a stab at this... Lets say you have the following TODO tags defined: TODO STARTED | DONE And PROJECT | CANCELLED FINISHED And lets say you have project A defined like so: *** PROJECT Project A TODO Some Larger Task - [ ] DO the thing - [ ] That other thing - [ ]

RE: [Orgmode] Feature Request: Keeping me honest

2009-08-04 Thread Jonathan Arkell
This is a great idea! I was thinking about something similar, but my ideal implementation would enforce more granular discipline: If the user is on a TODO item and hits Enter, moves up or down, or sets the TODO state of the todo item (to a not done state), then the enforcer kicks in, and does

[Orgmode] A Couple of GTD Weekly Review repeating tasks, and a GTD Project Yasnippet

2009-08-03 Thread Jonathan Arkell
-show-all nil))) Project YaSnippet: #name : Project Page #contributor : Jonathan Arkell jon...@jonnay.net # -- `(make-string (car (org-heading-components)) ?*)`* Principles I would give someone else totally free reign on this if..$ - $1$ `(make-string (car (org-heading-components)) ?*)` Vision - ${2

[Orgmode] View Agenda for last 7 days

2009-07-21 Thread Jonathan Arkell
-agenda to start at a different date? Jonathan Arkell Sr. Developer Inspired by Drum + Bass, Scheme, Kawaii 402 - 11 Avenue SE Calgary, AB T2G 0Y4 t: 403.206.4377 www.criticalmass.com The information contained in this message is confidential. It is intended to be read only by the individual

RE: [Orgmode] Moon phases

2009-06-22 Thread Jonathan Arkell
Actually, one of the features I missed from Planner mode is that planner would give you a couple of days notice when an entry was coming up in your diary. I found that this could easily be emulated, (and it looks better and works nicer too) with a custom agenda command: (setq

[Orgmode] RE: Lisp Link type for Org mode

2009-06-22 Thread Jonathan Arkell
Aww Crap. How did I miss that. Whups. :/ -Original Message- From: Benjamin Andresen [mailto:be...@in-ulm.de] Sent: June 22, 2009 4:36 PM To: Jonathan Arkell Cc: emacs-orgmode@gnu.org Subject: Re: Lisp Link type for Org mode Hey Jonathan, Jonathan Arkell jonath...@criticalmass.com

[Orgmode] org-jira.el

2009-06-03 Thread Jonathan Arkell
, this is the single most useful emacs package EVAR. Jonathan Arkell Sr. Web Developer Inspired by Drum + Bass, Scheme, Kawaii 402 – 11 Avenue SE Calgary, AB T2G 0Y4 t: 403.206.4377 www.criticalmass.com The information contained in this message is confidential. It is intended to be read only

RE: [Orgmode] First line of exported HTML causes error as .php

2009-05-26 Thread Jonathan Arkell
IT is how PHP is configured on your server. The easiest thing is to set the option short_open_tag to false (assuming you don't use the short ? ? tag syntax, and use the proper ?php ? syntax instead). Check http://ca.php.net/manual/en/ini.core.php#ini.short-open-tag for details.

[Orgmode] New package: org-jira

2009-04-23 Thread Jonathan Arkell
as a series of TODO items. I'm also open to any suggestions. Enjoy! My little org connector: http://www.emacswiki.org/emacs/org-jira.el Dave Benjamin's jira package: http://www.emacswiki.org/emacs/jira.el Jonathan Arkell Sr. Web Developer Inspired by Drum + Bass, Scheme, Kawaii 402 – 11

RE: [Orgmode] Org Mdoe Auto Complete Source

2008-12-17 Thread Jonathan Arkell
Sent: Wednesday, December 17, 2008 1:33 AM To: Jonathan Arkell Cc: emacs-orgmode@gnu.org Subject: Re: [Orgmode] Org Mdoe Auto Complete Source Hi Jonathan, I cannot get this to work yet, what do I need to do in make auto- complete use this? - Carsten On Dec 16, 2008, at 8:31 PM, Jonathan Arkell

[Orgmode] Org Mdoe Auto Complete Source

2008-12-16 Thread Jonathan Arkell
systems can be hooked in? (Anything, Auto-Complete, etc.) Enjoy! Jonathan Arkell Sr. Web Developer Inspired by Drum + Bass, Scheme, Kawaii 402 – 11 Avenue SE Calgary, AB T2G 0Y4 t: 403.206.4377 www.criticalmass.com The information contained in this message is confidential. It is intended

RE: [Orgmode] Question to windows users

2008-12-10 Thread Jonathan Arkell
You could see if uuidgen is available, and if not, fallback to an online uuid generator: http://www.famkruithof.net/uuid/uuidgen Sending a post request to that URL shouldn't be too hard. And you can extract the UUID from the first h3 element on the page. I would separate the code responsible

[Orgmode] Org mode snippets WAS: Using yasnippet with org Mode

2008-11-25 Thread Jonathan Arkell
Arkell [EMAIL PROTECTED] # -- :PROPERTIES: :VISIBILITY:folded: :END: #name : Personal Project #contributor : Jonathan Arkell [EMAIL PROTECTED] # -- * $1 :project:personal: ** Why? - $2 ** Outcome $3 ** Brainstorming *** $4 *** Who

[Orgmode] A few new user questions, Custom agenda views, calendar in frame, and Hyperlinks on win32

2008-11-19 Thread Jonathan Arkell
, whenever I try to visit a file like \\AWindowsServer\path\to\file I get the error message “eval: ShellExecute failed: The system cannot find the file specified. ^M” Is it easy to fix this? What is going on? I am using org 6.10c, on Emacs W32 (Emacs v 22). Thanks! Jonathan Arkell Sr. Web

[Orgmode] Feature Request: org-remember to attach toa different headline level

2008-11-14 Thread Jonathan Arkell
/ (aput 'org-remember-templates Current Project `(?c ** TODO %?\n DEADLINE: %^t\nMade From:%i\n %a ,(concat ~/org/ org-file) Tasks)) (org-remember nil ?c)) Jonathan Arkell Sr. Web Developer Inspired by Drum + Bass, Scheme, Kawaii 402 – 11 Avenue SE Calgary, AB T2G 0Y4 t: 403.206.4377

RE: [Orgmode] MacOSX: Notifications with Growl

2008-11-07 Thread Jonathan Arkell
I am chiming in a little late here, but... Try out Todochiku, which is a notifications package I wrote for emacs: http://www.emacswiki.org/emacs/ToDoChiKu It works with appt (and thus with org mode) and it is compatible across different notification programs (and OS). It has a customization