quot; bits. I 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
_______
The idea 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. Develo
am also working 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
else 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 &
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
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 fo
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" wrote:
>Bastien writes:
>> I'm releasing Org 7.6.
>
>Thank you and everyone else for all the work that has been put in
On 20/06/11 5:53 AM, "Holger Wenzel" 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 Scripting Host
REPL, f
Thanks!
__
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 only by the i
rather fun.
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,
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, K
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 messag
n that does the completion, then it could be used
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
d whistles and Lynx in the same
stylesheet!
I think 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
__
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
Hi Daniel
I would say, that if you absolutely need a productive environ
but hte more you take the time to learn it, the
better you can customize it to make it **your** GTD implementation.
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 f
een 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,
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 Wag
Doh.
Thanks for catching that mistake.
On 2009/12/8 1:28 AM, "Sébastien Vauban" wrote:
Hi Jonathan,
Jonathan Arkell wrote:
> On 2009/12/7 12:31 AM, "bluedian" wrote:
>>
>> For now, I use this basic snippet when defining emacs code block in my
>> c
Why not use a macro? That is one of the great things about lisp:
(defmacro JDL-Debug (section &rest code)
`(if JDL-Ddebuging
(progn
(message (concat "start " ,section))
,code
(message (concat "end " ,section)
(I haven't tested it, but that should work.)
On 2009
Sure, but something like this might be even better still:
FOO
blah
BAR
blah blah
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 list is basically a set of key/value pairs a
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 my
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
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 ke
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
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
- [ ] Mo
tle tags type &rest options)
"Return a tags todo query list"
`(tags-todo ,(jonnay-org-tag-bundle tags type)
((org-agenda-overriding-header ,title) ,@options)))
(defun jonnay-org-go-tags-todo (tag )
"Return a tags todo query for a single conte
;))
nil
("weekly.html" "weekly.ps" ))
I tried setting org-agenda-ndays to -7, but that didn't really work. Is there
some way to tell org-agenda to start at a different date?
Jonathan Arkell
Sr. Developer
Inspired by Drum + Bass, Scheme,
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 writes:
> Hey every
y with it going into the org
contrib directory, or being added to one or both of the contributed lisp eval
files.
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 co
Count me in as a Yes. I think it would not only reduce the visual noise, but
it would look slick, and make Org even more fun to work with.
The biggest thing for me though, is that they should degrade gracefully.
--
From: emacs-orgmode-bounces+jonathana=criticalma
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 org-agenda-custom-
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 by the
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 syntax instead). Check
http://ca.php.net/manual/en/ini.core.php#ini.short-open-tag for details.
-Original Message
Here are a few of my snippets:
#name : Properties Folded
#contributor : Jonathan Arkell
# --
:PROPERTIES:
:VISIBILITY:folded:
:END:
#name : Meeting
#contributor : Jonathan Arkell
# --
Attendees
- $1
General Notes
- $2
Generated Tasks
Open Questions
icket list 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,
.)
Thanks!
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 by the individual or entity named above or
n
Dominik
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, Jonat
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 to be
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 element on the page.
I would separate the code responsible for
Arkell <[EMAIL PROTECTED]>
# --
:PROPERTIES:
:VISIBILITY:folded:
:END:
#name : Personal Project
#contributor : Jonathan Arkell <[EMAIL PROTECTED]>
# --
* $1 :project:personal:
** Why?
- $2
** Outcome
$3
** Brainstorming
**
, 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
ing-read "Org file: " (directory-files "~/org/"
(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))
Jo
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 o
44 matches
Mail list logo