[Orgmode] Quicklook

2009-10-15 Thread Jonathan
Has anyone found a nice solution for rendering Org files in OSX Quicklook in some prettified format (eg, org-mode highlights)? ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.

[Orgmode] Proposing a new way for org-get-level-face to behave (customizable)

2010-11-10 Thread Jonathan BISSON
Hi, I'm new to this list, and an 6-8 month (or so) user of org-mode. I needed to get my outline-level-9 and further to look at least like the outline-level-8 and not cycling to outline-level-1 as my customization for this one got a bigger face. And I don't want a child to be bigger than its paren

[Orgmode] Proposing a new way for org-get-level-face to behave (customizable)

2010-11-11 Thread Jonathan BISSON
Hi, I needed to get my outline-level-9 and further to look at least like the outline-level-8 and not cycling to outline-level-1 as my customization for this one got a bigger face. And I don't want a child to be bigger than its parent for visibility purpose. So I'm proposing this (I could provide

Re: [Orgmode] Proposing a new way for org-get-level-face to behave (customizable)

2010-11-12 Thread Jonathan BISSON
On Fri, 2010-11-12 at 13:39 -0600, Carsten Dominik wrote: > Ji Jonathan, > > thanks you for this, I have checked in a slightly modified version of > your patch. > > Thanks > > - Carsten > Hope this would be of some help. I was thinking about ways to add as muc

[Orgmode] Automatic screenshot insertion

2010-11-18 Thread Jonathan BISSON
Here is a little function that allows a user to insert a screenshot easily. Only works on unix-like systems where ImageMagick is installed (adapt "import" to your screenshot program if needed). (defun my-screenshot () "Take a screenshot into a unique-named file in the current buffer file dir

[Orgmode] A python module for orgmode files

2010-12-13 Thread Jonathan BISSON
Hi all, A new project : A python module for orgmode files https://github.com/bjonnh/PyOrgMode Hope someone would find this useful/helpful. You can also contribute as much as you wish/can ;) The code is not really clean (I'm working on docstrings and cleaning-up) but should be usable. Please

Re: [Orgmode] A python module for orgmode files

2010-12-13 Thread Jonathan BISSON
On 12/14/2010 01:03 AM, Chris Malone wrote: > I guess the real question is: did you write the org-mode-parsing Python > code using org-mode? ;-) No but I was thinking that would be nice to fold classes and get TODO items (and even scheduled ones) Maybe using # as a "star". I don't know if it it

[Orgmode] Re: A python module for orgmode files

2010-12-14 Thread Jonathan BISSON
Charles Cave gmail.com> writes: > I wrote a Python Orgnode module at least a year ago. > Have a look at this and feel free to adapt what you find > of interest. My module is designed to read an orgmode > file into a list of Orgnode objects. > > http://members.optusnet.com.au/~charles57/GTD/or

[Orgmode] Re: A python module for orgmode files

2010-12-14 Thread Jonathan BISSON
Jeff Horn gmail.com> writes: > I think what Chris was referring to is the fact that you can write > literate programs using org-mode and org-babel. You can mix > documentation and code, and then run some nifty functions that > separate them out. The advantage, of course, is that your source is >

Re: [Orgmode] Re: A python module for orgmode files

2010-12-14 Thread Jonathan BISSON
On 12/14/2010 03:15 PM, chris.m.mal...@gmail.com wrote: >> > Jeff Horn gmail.com> writes: > >> What about tangling? When you tangle your org file, you get a source > >> file for that language. > > > > Tangling is what I had in mind for my comment. It seems like an easy way > to have literate p

[Orgmode] Re: Announce: org-mode and thunderbird integration

2010-12-14 Thread Jonathan BISSON
Martin Svenson mail.com> writes: > > I've successfully integrated org-capture with thunderbirdIt is very trivial, but since I saw earlier posts on this: check https://bitbucket.org/phromo/org-thunderbird/src/b6ac29949911/thund.jsIt has a few limitations - works by org-mode shell links (see note

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 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: 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

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

2009-12-07 Thread Jonathan Arkell
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

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" 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

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 Wag

[Orgmode] [PATCH] Detect Mac OS X in iCal import

2010-03-30 Thread Jonathan Creekmore
This patch modifies the Mac OS X detection code to check for both Leopard and Snow Leopard, since they both store iCal events in separate files for Spotlight searching purposes. Jonathan --8<---cut here---start->8--- diff --git a/contrib/lisp/org-mac-iCa

Re: [Orgmode] [OT] Re: Org mode and emacs email

2010-03-31 Thread Jonathan Creekmore
Geralt, You could try ignoring the inbox folder and just pay attention to the All Mail folder. That should accomplish the same thing. Otherwise, you could try setting up a virtual folder that contains Inbox and Sent Items. -- Jonathan Creekmore jonat...@thecreekmores.org Sent from my

Re: [Orgmode] Tag cloud in Agenda view?

2010-05-19 Thread Jonathan Arkell
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,

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

2010-06-23 Thread Jonathan Arkell
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

Re: [Orgmode] Re: [org-babel] Does org-babel needs some simplification?

2010-06-30 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 Hi Daniel I would say, that if you absolutely need a productive environ

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

2010-07-09 Thread Jonathan Arkell
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

Re: [Orgmode] [babel] key binding requests

2010-07-10 Thread Jonathan Arkell
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

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

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, K

Re: [Orgmode] Org-mode Epic Win RPG

2010-09-10 Thread Jonathan Arkell
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,

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" wrote: >Bastien writes: >> I'm releasing Org 7.6. > >Thank you and everyone else for all the work that has been put in

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

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] [PATCH] Adding features to contrib/lisp/org-collector.el (propview)

2011-10-28 Thread Jonathan BISSON
Hi there, I did a small patch for org-collector. Here are the changes : - Adding a :colnames property, allowing to give the column names (instead of displaying the function used to populate the table) - Adding a :noquote property, allowing to remove the double quotes around strings I hope some

Re: [O] [PATCH] Adding features to contrib/lisp/org-collector.el (propview)

2011-10-28 Thread Jonathan BISSON
On 10/28/2011 04:32 PM, Bastien wrote: > Hi Jonathan, > > Jonathan BISSON writes: > >> I did a small patch for org-collector. > > Thanks for this -- can you resend the patch by attaching > it, instead of inserting it in the body of the email? It > is not readab

[O] Avoiding div from special blocks to be in …

2011-12-04 Thread Jonathan BISSON
Hi, I just uncommented a line in org-special-blocks.el that made div special blocks (like #+begin_foo) in html export to be between …… It seems to work well like this (and now the produced documents are W3C valid). Any clue on why it was commented ? diff --git a/lisp/org-special-blocks.el b/lisp

Re: [O] Avoiding div from special blocks to be in …

2011-12-04 Thread Jonathan BISSON
lines to follow the same structure as other > similar bits of code. > > > Yours, > Christian > Neater implementation, I vote for it :) Jonathan signature.asc Description: OpenPGP digital signature

[Orgmode] (org-display-inline-images)

2011-02-06 Thread Jonathan BISSON
Hi, I'm using inline images a lot in my org-files, but sometimes, the inline image disappears and I need to do a (org-display-inline-images) again. I need to look in more details when does this really happen. But what annoys me is that I added a : #+STARTUP: inlineimages, and it doesn't seems to

[Orgmode] Publishing - Sitemap problem

2011-02-07 Thread Jonathan BISSON
Hi, The sitemap generation when publishing a project does not take into account a title change in a page. I need to remove the org cache files (~/.org-timestamps/org-*) to get it updated. Is there a way to correct this behaviour (bug) ? J. signature.asc Description: OpenPGP digital signature

[Orgmode] Underscores in HTML Exported URLs get backslashes added

2011-02-09 Thread Jonathan Arkell
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

Re: [O] [OT] Pomodoro for emacs

2011-04-19 Thread Jonathan BISSON
M arsenal, haven't tried it > yet, but wanted to spread the word :) > > Cheers, > > Marcelo. > > Hi, I use this one : http://www.couchet.org/blog/index.php?post/2010/08/04/Pomodoro-et-org-mode Nice and well integrated in orgmode. Cheers, Jonathan

Re: [O] [ANN] neo - No Emacs Org in Python

2011-04-20 Thread Jonathan BISSON
tering support > Hi Olivier, nice to see a new project about org and python. Maybe you should have a look at my project too: https://github.com/bjonnh/PyOrgMode that supports reading and writing of org-files, drawers,… Don't know if it can be of some help to you (or maybe just inspiring you). Cheers, Jonathan

[O] Tools for working with Zotero and OrgMode

2011-04-22 Thread Jonathan BISSON
pe it can help some of you. Jonathan signature.asc Description: OpenPGP digital signature

Re: [O] Parsing org files with python

2011-04-23 Thread Jonathan BISSON
You have PyOrgMode also (https://github.com/bjonnh/PyOrgMode)

Re: [O] HTML Postamble is inside Content DIV

2011-04-30 Thread Jonathan BISSON
Sébastien Vauban writes: > > Hello, > > After a couple of tests, I've observed that the postamble is forced to be > included *inside* the div "content". > > Proof on Line 1764... These are the ending tags of every HTML page: > > #+begin_src emacs-lisp > (unless body-only (insert "\n\n\n

Re: [O] org and microsoft exchange

2011-06-20 Thread Jonathan Arkell
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

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

2012-09-04 Thread Jonathan Arkell
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

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

2012-09-05 Thread Jonathan Arkell
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

Re: [O] Org Mode TOOD two way sync tool

2012-10-07 Thread Jonathan BISSON
Sriram Karra gmail.com> writes: > > > I am the author of ASynK (http://karra-asynk.appspot.com), a PIM sync tool and framework written in python that works across a variety of PIM providers such as Outlook, Google and BBDB. I am considering extending ASynK to do a bi-directional sync of Outlook

[O] bug#12702: 24.2; Orgmode Refile complains "Not bookmark format"

2012-10-23 Thread Jonathan Schaeffer
Le 22/10/2012 18:15, Glenn Morris a écrit : Jonathan Schaeffer wrote: To reproduce : Create a .org file, create 2 level-1 entries. Create one level-2 entry and hit C-c C-w to refile it into the other level-1 entry. Like this : * Entry One * Entry Two ** Refile Me The level-2 entry is

[O] bug#12702: 24.2; Orgmode Refile complains "Not bookmark format"

2012-10-23 Thread Jonathan Schaeffer
Le 23/10/2012 09:50, Glenn Morris a écrit : Jonathan Schaeffer wrote: If, instead of visiting a file, I open just a new buffer with "C-x b test.org", the behaviour is different : On refile (C-c C-w) nothing happens but the error message shows: wrong type argument: arrayp, nil Th

[O] bug#12702: 24.2; Orgmode Refile complains "Not bookmark format"

2012-10-24 Thread Jonathan Schaeffer
help. Perhaps Org could trap and report such errors more gracefully. The error message makes sense ... as soon as you know where the problem comes from :) cheers, Jonathan PS. I'm kind of new to emacs, and use orgmode intensively now, and it's my first emacs bug report. Your rea

[O] bug#12702: 24.2; Orgmode Refile complains "Not bookmark format"

2012-10-25 Thread Jonathan Schaeffer
tell how he was able to corrupt his bookmarks file ? jonathan -- IUEM - Service Informatique rue Dumont D'Urville Technopôle Brest-Iroise 29280 Plouzané France tel: +33 2 98 49 87 94

Re: [O] OT: Learning ELISP

2013-01-21 Thread Jonathan Arkell
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 ___

Re: [O] org-jira.el

2012-01-05 Thread Jonathan Arkell
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 &

[O] Latex export : newlines in footnotes.

2012-05-28 Thread Jonathan BISSON
Hello, When I try to export my org file using latest git (1 month ago version got this problem too) to a tex file, I have problems with footnotes. * Orgfile Hello [fn:foo: bar] -> Latex Output Hello \footnote{bar } So I got a newline after bar, which causes big troubles in tables as the

Re: [O] Latex export : newlines in footnotes.

2012-05-29 Thread Jonathan BISSON
Jonathan BISSON gmail.com> writes: > > Hello, > > When I try to export my org file using latest git (1 month ago version > got this problem too) to a tex file, I have problems with footnotes. > > * Orgfile > > Hello [fn:foo: bar] > > -> Latex Output

[Orgmode] Mismatched help text for org-agenda

2009-02-13 Thread Jonathan Moore
The help text in the definition of org-agenda is missing some functions that are resented when you call the function interactively -- compare the two text blocks below: a Call `org-agenda-list' to display the agenda for current day or week. t Call `org-todo-list' to display the global tod

[Orgmode] Import outlook appointments meetings into Org Mode ... coming soon, but need help.

2009-04-08 Thread Jonathan Arkell
.) 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

[Orgmode] New package: org-jira

2009-04-23 Thread Jonathan Arkell
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,

[Orgmode] Org on a Netbook; making a new page sole window after following a link

2009-04-29 Thread jonathan coupe
I don't know if anyone on the list has tried or reported on this before, but I'm running Org on a Netbook - an SSD Linux Asus One - and it runs great. Booting the machine takes around 20 seconds and starting a fresh emacs by clicking on an org file takes around another two and was even faster befor

[Orgmode] full screen/borderless mode - fixed via customize

2009-04-29 Thread jonathan coupe
2009/4/29 Matthew Lundin - Hide quoted text - jonathan coupe writes: > > > Btw, it could make sense to make "toggle full or split screen after > > following a link" part of Customize, given how many Netbooks are being > > sold. In fact, have I missed an option

RE: [Orgmode] Organize Your Life In Plain Text!

2009-05-07 Thread Jonathan Arkell
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

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 syntax instead). Check http://ca.php.net/manual/en/ini.core.php#ini.short-open-tag for details. -Original Message

[Orgmode] org-jira.el

2009-06-03 Thread Jonathan Arkell
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

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 org-agenda-custom-

RE: [Orgmode] pretty icons in org buffers

2009-06-22 Thread Jonathan Arkell
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

[Orgmode] Lisp Link type for Org mode

2009-06-22 Thread Jonathan Arkell
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

[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 writes: > Hey every

[Orgmode] View Agenda for last 7 days

2009-07-21 Thread Jonathan Arkell
;)) 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,

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

2009-08-03 Thread Jonathan Arkell
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

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 - [ ] Mo

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

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 ke

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

[Orgmode] Re: auto-fill bug

2008-03-18 Thread Jonathan Moore
Adam Spiers adamspiers.org> writes: > > Carsten Dominik (dominik science.uva.nl) wrote: > > Probably you have set the value of comment-start to "#" somewhere in > > your customization? There is something wring with the line wrapping > > in combination with this setting, I have not yet understo

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 o

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

2008-11-14 Thread Jonathan Arkell
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

[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] Org mode snippets WAS: Using yasnippet with org Mode

2008-11-25 Thread Jonathan Arkell
I make extensive use of yasnippets with org. I usually have different page types (Person, project, etc) and for each page type I usually have a snippet. Some of my snippets are specifically for my needs, but some of them are more general: #name : Properties Folded #contributor : Jonathan

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 element on the page. I would separate the code responsible for

[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 to be

RE: [Orgmode] Org Mdoe Auto Complete Source

2008-12-17 Thread Jonathan Arkell
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

[O] Bug: Exporting smart single quotes in Org 8.3 seems broken [8.3.2 (8.3.2-elpa @ /Users/jonathan/.emacs.d/elpa/org-20150929/)]

2015-10-02 Thread Jonathan Oddie
result is: This is 'within single quotes'. This is ``within double quotes''. Thanks in advance for any advice, Jonathan Emacs : GNU Emacs 24.4.1 (i686-apple-darwin, NS apple-appkit-1038.36) of 2014-10-20 on builder10-6.porkrind.org Package: Org-mode version 8.3.2

Re: [O] Bug: Exporting smart single quotes in Org 8.3 seems broken [8.3.2 (8.3.2-elpa @ /Users/jonathan/.emacs.d/elpa/org-20150929/)]

2015-10-02 Thread Jonathan Oddie
'...' for inner quotes in org-mode source files. However, I could customize `org-export-smart-quotes-alist' to export outer quotes using single quote marks and inner quotes using double quote marks. Is that about right? Thanks, Jonathan

Re: [O] Bug: Exporting smart single quotes in Org 8.3 seems broken [8.3.2 (8.3.2-elpa @ /Users/jonathan/.emacs.d/elpa/org-20150929/)]

2015-10-02 Thread Jonathan Oddie
nfo "'") (apostrophe :utf-8 "’" :html "’")) org-export-smart-quotes-alist) and then adding #+LANGUAGE: en-GB to my input org-mode file (sample input and output below). Would a patch to this effect be acceptable for a future Org release? (I would

[O] Displaying time (not just date) in timeline?

2015-05-20 Thread Jonathan Coupe
Is this possible? If so, could someone explain how? It seems an odd thing for a timeline not to be able to show time, but I've searched the manual and the net and can't find anything. (It might be worth adding a note to the manual that timeline can only show date, not times, if this is the case?)

[O] Bug: org-publish problem for pictures with thumbnails but without explicit width specification [7.9.3f (release_7.9.3f-17-g7524ef @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2015-07-01 Thread Dees, Jonathan
it should not be required to give a width. Unfortunately I don't know enough Lisp yet to propse a proper fix. Can you help out? Thanks, Jonathan Emacs : GNU Emacs 24.3.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) o

[O] Bug: Passing nil argument in org-refresh-properties [8.2.5h (8.2.5h-98-g0820d0-elpa @ /home/jjohnson/.emacs.d/elpa/org-20140407/)]

2014-04-07 Thread Jonathan Johnson
figure-edit-buffer) org-after-todo-state-change-hook '(org-clock-out-if-current) org-after-todo-statistics-hook '(org-summary-todo) org-confirm-shell-link-function 'yes-or-no-p ) Regards, -- Jonathan Johnson

Re: [O] [PATCH] Re: Bug: `org-agenda-prepare-buffers' fails at (org-refresh-properties "APPT_WARNTIME" 'org-appt-warntime) [8.2.5h (8.2.5h-82-gd91d4b-elpaplus @ /home/wgg/.emacs.d/elpa/org-plus-contri

2014-04-07 Thread Jonathan Johnson
, Jonathan -- Jonathan Johnson

[O] Desktop search for Org-Mode (linux/os-x). Looking for betas and code reviewers

2014-05-21 Thread Jonathan Coupe
Hi- I'm working on an interface between the excellent recoll desktop search engine and org-mode. Recoll's a powerful beast with lots of options (booleans, proximity search, stemming, date, directory, file type) and the ability to search your recently (Firefox) visited web sites as well as fil

Issue with internal directory links

2020-01-03 Thread Jonathan Fox
Issue: When calling `org-open-at-point' with the cursor on an internal link to a directory, the directory is not opened in a new dired buffer and the following message is printed in the minibuffer: "Running less path/to/directory...done" --

Re: Issue with internal directory links

2020-01-06 Thread Jonathan Fox
de'. In 27.0.50, the value assigned is "less '%s'". On Sat, Jan 4, 2020 at 12:58 PM Nicolas Goaziou wrote: > Hello, > > Jonathan Fox writes: > > > When calling `org-open-at-point' with the cursor on an internal link > > to a directory, the d

Re: [O] Orgmode Latex Export with Babel/LilyPond

2020-01-11 Thread Jonathan Gregory
eader, - change \relative c’ to \relative c', and - add the missing the #+end_src part. The configuration I used: (add-to-list 'load-path "/usr/share/emacs/site-lisp") (require 'lilypond-mode) (org-babel-do-load-languages 'org-babel-load-languages '((lilypond . t))) -- Jonathan

Re: [O] Orgmode Latex Export with Babel/LilyPond

2020-01-11 Thread Jonathan Gregory
> The lilypond installation is at, > >/usr/share/lilypond/2.18.2/ > > > Any advice or suggestions would be most welcome. Version 9.1.9 comes with ob-lilypond.el. There's no ob-babel-lilypond.el AFAIK. Also, where is ly-nix-ly-path and other ly-* variables defined? I don't see these variables. -- Jonathan

Re: [O] Orgmode Latex Export with Babel/LilyPond

2020-01-13 Thread Jonathan Gregory
Hello On 12 Jan 2020, adam wrote: > On Sun, 2020-01-12 at 10:43 +1300, adam wrote: >> On Sun, 2020-01-12 at 09:04 +1300, adam wrote: >> > >> > On Sat, 2020-01-11 at 12:30 -0300, Jonathan Gregory wrote: >> > > >> &g

[Orgmode] Problem when customizing TODO sequence

2007-06-07 Thread Jonathan Underwood
) call-interactively(org-todo) This is with GNU Emacs 22 and org-mode 4.77. Am I doing something stupid, or is this a bug? Jonathan ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Re: Problem when customizing TODO sequence

2007-06-07 Thread Jonathan Underwood
On 07/06/07, Carsten Dominik <[EMAIL PROTECTED]> wrote: Try restarting Emacs, to make sure everything is consistent. Done. It is. Then check the value of the variable org-version to make sure that you are using the right value. C-h v org-version reports 4.76, so i think that's ok (I noticed

[Orgmode] Re: an annoying indentation

2007-06-13 Thread Jonathan Moore
Leo gmail.com> writes: > > - Carsten Dominik (2007-06-12) wrote:- > > >> *** heading 1 > >> - item 1 > >> - item 2 > >> > >> Now hit tabwith cursor right before '-', it becomes, > >> > >> *** heading 1 > >> - item 1 > >> - item 2 > > > > The question I have is: why would you pr

[Orgmode] "Specified time is not representable" with org-timeline in 4.77

2007-06-14 Thread Jonathan Moore
I am getting an error "Specified time is not representable" when calling org-timeline. The backtrace looks like: encode-time(0 0 0 0 0 0 0 0 0) apply(encode-time (0 0 0 0 0 0 0 0 0)) org-time-string-to-time(#("2007-05-10" 0 10 (fontified t mouse-face highlight rear-nonsticky t keymap (keym

Problems with babel reading Japanese paths in Windows

2022-03-11 Thread Jonathan Nogueira
or something similar but I'm not sure where to look to fix this. -- Thanks, Jonathan Nogueira

Re: Problems with babel reading Japanese paths in Windows

2022-03-14 Thread Jonathan Nogueira
I did and it seems to work fine, I also tested this using plantuml-mode's normal compliation procedure. This seems to specifically be a problem with org-mode and babel's compilation Thanks for your help! On Sat, Mar 12, 2022 at 9:49 PM Ihor Radchenko wrote: > Jonathan Nog

Re: Org-babel-lilypond always renders full pages

2020-03-29 Thread Jonathan Gregory
tleMarkup = ##f scoreTitleMarkup = ##f } http://lilypond.org/doc/v2.18/Documentation/usage/lilypond-output-in-other-programs -- Jonathan

Re: Org-babel-lilypond always renders full pages

2020-03-31 Thread Jonathan Gregory
Hi Oliver On 30 Mar 2020, Oliver Heck wrote: > Hi Jonathan, > > that works fine. Thank you! > > Can I set this as default header somewhere in the org file or will I > have to include it to every snippet (I will have a lot of them). > > Oliver You can use the Noweb Ref

  1   2   3   >