Re: [O] Clocking totals in agenda view

2013-04-26 Thread Rick Moynihan
d been clocking errors... rather than having to page through them manually... is this possible? Many thanks, R. On 26 April 2013 09:45, Sebastien Vauban wrote: > Hi Rick, > > Rick Moynihan wrote: >> I've recently started looking at the time tracking facilities in >> org-mod

[O] Clocking totals in agenda view

2013-04-26 Thread Rick Moynihan
Hi all, I've recently started looking at the time tracking facilities in org-mode, and in particular clocking time, which really is awesome. org-agenda-consistency-checks seems really useful, however I'd really like to add another similar overlay to the agenda that displays how much time was cloc

[O] Hierarchical calculations

2012-02-07 Thread Rick Moynihan
Hi all, I recently wanted to use org-mode to do some simple calculations where estimate values would hierarchically bubble up a tree, in a similar way to checkbox percentages e.g. * Total Effort [110] ** Task 1 [45] *** Task 1.1 [20] *** Task 1.2 [10] *** Task 1.3 [15] *** Task 1.4 [10] ** Task

Re: [Orgmode] Re: Org-Babel - Clojure & Lazy Sequences Bug

2010-11-28 Thread Rick Moynihan
___ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > From 4c05743905a1ab3970d7f5075440e67e1be9d7f3 Mon Sep 17 00:00:00 2001 From: Rick Moynihan Date: Sun, 28 N

Re: [Orgmode] Org-Babel - Clojure & Lazy Sequences Bug

2010-11-26 Thread Rick Moynihan
On 26 November 2010 20:29, Eric Schulte wrote: > > Alright, I'm going to fold this into the master branch (we'll still have > the entirety of the existing ob-clojure in git for resurrection if need > be). That's great news! >> >> I'm not sure what you mean by "external evaluation", but have foun

Re: [Orgmode] Org-Babel - Clojure & Lazy Sequences Bug

2010-11-25 Thread Rick Moynihan
fied by :session) I may prefer this to the existing > ob-clojure. > > I'd be interested to hear what others think.  Personally I'm happy to > lose external evaluation and switch to purely slime-based evaluation, > but I don't want to trash it if it is an important par

Re: [Orgmode] Org-Babel - Clojure & Lazy Sequences Bug

2010-11-23 Thread Rick Moynihan
   (read >       (slime-eval >        `(swank:interactive-eval-region >          ,(buffer-substring-no-properties (point-min) (point-max))) > #+end_src > > which then results in > > #+begin_src clojure >  (map (fn [el] (list el (* el el))) (range 10)) > #+end_src > > eva

Re: [Orgmode] s5 presentation

2010-11-10 Thread Rick Moynihan
_ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > -- Rick Moynihan http://twitter.com/RickMoynihan

[Orgmode] Org-Babel - Clojure & Lazy Sequences Bug

2010-11-04 Thread Rick Moynihan
I have the following org file: #+BEGIN_SRC clojure (range 10) #+END_SRC #+results: : clojure.lang.lazy...@f35bf8c6 Where as I would expect to see the sequence. Evaluating the code inside a doall doesn't seem to do anything either: #+BEGIN_SRC clojure (doall (range 10)) #+END_SRC #+results: :

[Orgmode] Org-mode Epic Win RPG

2010-08-27 Thread Rick Moynihan
A colleague of mine has been using the Epic Win Iphone app to get things done: http://www.epicwinapp.com/ It combines TODO lists, with an RPG game... The more you get done, the more you level up. It made me wonder, has anyone done something like this for org-mode? R. _

[Orgmode] org-crypt symmetric encryption patch

2010-04-30 Thread Rick Moynihan
I've patched org-crypt to use symmetric encryption. If org-crypt-key is nil a symmetric cipher is used. The change seems to work locally for me. R. 0001-Allow-symmetric-encryption-when-org-crypt-key-is-no.patch Description: Binary data ___ Emacs-orgm

Re: [Orgmode] Turning on TOC export of timestamps for headlines

2010-04-29 Thread Rick Moynihan
On 29 April 2010 13:52, Carsten Dominik wrote: > > On Apr 28, 2010, at 2:25 AM, Rick Moynihan wrote: > >> I can't seem to get timestampts to export to HTML as part of the TOC >> when they're in a headline, e.g. the following org-mode headline >> >> **

[Orgmode] Turning on TOC export of timestamps for headlines

2010-04-27 Thread Rick Moynihan
I can't seem to get timestampts to export to HTML as part of the TOC when they're in a headline, e.g. the following org-mode headline ** Foo <2010-04-04> Exports to the table of contents as just "Foo", is there anyway to get the timestamp listed also? I've tried setting a timestamp:t option for

Re: [Orgmode] org-mode CSS property export bug

2010-04-26 Thread Rick Moynihan
On 25 April 2010 13:08, Carsten Dominik wrote: > OK, it has been applied now, and I have re-published everything on > orgmode.org, including Worg, to make problems with this show up as quickly > as possible. > > Thanks! > > - Carsten Thanks for the quick fix on this! :-) org-mode rocks! R. _

Re: [Orgmode] org-mode CSS property export bug

2010-04-23 Thread Rick Moynihan
On 23 April 2010 12:00, Rick Moynihan wrote: > On 23 April 2010 11:46, Sebastian Rose wrote: >> Very old browsers. Do we have to support them? > > I personally don't care for older browsers, though others may differ here. > >> The appended testfile works in Opera10

Re: [Orgmode] org-mode CSS property export bug

2010-04-23 Thread Rick Moynihan
On 23 April 2010 11:46, Sebastian Rose wrote: > Very old browsers. Do we have to support them? I personally don't care for older browsers, though others may differ here. > The appended testfile works in Opera10 an FF 3.6. Is there something > missing? It works also in Safari 4, and Chrome (both

Re: [Orgmode] org-mode CSS property export bug

2010-04-23 Thread Rick Moynihan
On 23 April 2010 07:30, Carsten Dominik wrote: > > We could change . to _ , but that would break old links, so I am hesitating. > But of course if this really violates standards, we can change it. > > Sebastian has the last word on these issues. Unfortunately it seems that underscores, though no-

Re: [Orgmode] org-mode CSS property export bug

2010-04-22 Thread Rick Moynihan
On 22 April 2010 22:29, Sebastian Rose wrote: > Rick Moynihan writes: > > Hey Rick, > > interesting observation! I found, the pages validate everywhere, and so > I started to search. It seems to be valid CSS 2 (I couldn't find a > evidence though). Looks like an inco

[Orgmode] org-mode CSS property export bug

2010-04-22 Thread Rick Moynihan
Hi all, It seems that org-mode exports invalid CSS properties for id's. e.g. "sec-1.1" is an invalid CSS ID because it collides with the syntax for CSS classes, meaning that you can't style it. I'd suggest replacing the dots with another char. R. __

[Orgmode] Implementing Kanban in Org-mode

2010-04-09 Thread Rick Moynihan
Hi all, I've recently taken an interest in Kanban, as a means of organising tasks in a team. I was wondering if anyone here has tried doing this with org-mode, and if they have any tips. I can imagine org's TODO_SEQ's map nicely onto the columns in a Kanban task board. It might even be possible

Re: [Orgmode] Re: Cannot compile release

2010-04-06 Thread Rick Moynihan
be >    defined: doc-view-goto-page, doc-view-current-page > Wrote /Users/jmg/tmp/org-6.35/lisp/org-docview.elc > emacs -batch -q -no-site-file -eval "(progn (add-to-list (quote load-path) > \"/usr/local/share/emacs/site-lisp\") (add-to-list (quote load-path) > (expand-fil

[Orgmode] org-babel interpreter prompts

2010-02-10 Thread Rick Moynihan
had been run interactively. I'd personally find this useful and would like to see this for ruby, shell and clojure modes... Though it'd be nice to have it work for all the other languages and modes that support a REPL or interactive prompt too. -- Rick Moynihan http://twitter.com

[Orgmode] Another blog written with org-mode with org-jekyll

2010-02-10 Thread Rick Moynihan
, I'd just like to once again say thanks to everyone in the org-mode community. This time for making org-mode a killer static blogging solution! -- Rick Moynihan http://twitter.com/RickMoynihan http://delicious.com/InkyHarmonics http://sourcesm

Re: [Orgmode] Announcing org-jekyll

2010-02-02 Thread Rick Moynihan
Replies inline below: On 1 February 2010 19:14, Juan Reyero wrote: > On Mon, Feb 1, 2010 at 12:23 PM, Rick Moynihan > wrote: >> On 29 January 2010 23:16, Juan Reyero wrote: >>> Full description: http://juanreyero.com/open/org-jekyll/ >>> Source code: http:

Re: [Orgmode] Announcing org-jekyll

2010-02-01 Thread Rick Moynihan
On 29 January 2010 23:16, Juan Reyero wrote: > Greetings, > > I've been toying around with a small package to export entries as a > Jekyll blog.  It is different from other approaches I am aware of in > that it will find your blog entries anywhere in the files belonging to > a project, and it will

Re: [Orgmode] Best way to use org-mode as a work log

2009-12-20 Thread Rick Moynihan
2009/12/19 Ethan Brown : > I've been an emacs user since about 1990, but have just recently > discovered org-mode.  It seems as if it would be very well suited to > use as my work log--I currently just use a regular text file. > > Since a work log is based around daily entries, I'm wondering if > a

Re: [Orgmode] Re: Properties and Property Drawers in HTML export

2009-12-03 Thread Rick Moynihan
2009/12/3 Christian Egli : > Hi > > Rick Moynihan writes: >> Would something like the following not be a better format for >> parsing/processing? >> >> >>   >>     FOO> class="property_value_foo">blah >>     BAR> class

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

2009-12-03 Thread Rick Moynihan
2009/12/3 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!). Agreed... It wa

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

2009-12-03 Thread Rick Moynihan
Just bumping this thread/question: 2009/12/2 Rick Moynihan : > Also, the properties are exported into the HTML like so: > > PROPERTIES > :FOO: blah > :BAR: blah blah > > > Would something like the following not be a better format for > parsing/processi

[Orgmode] Re: Properties and Property Drawers in HTML export

2009-12-02 Thread Rick Moynihan
2009/12/2 Rick Moynihan : > 2009/12/2 Rick Moynihan : >> Does anyone know if it's possible to export org-mode properties and >> property drawers in a HTML export? >> >> R. > > Ok, just discovered the :drawers option! > > The documentation claims that su

[Orgmode] Re: Properties and Property Drawers in HTML export

2009-12-01 Thread Rick Moynihan
2009/12/2 Rick Moynihan : > Does anyone know if it's possible to export org-mode properties and > property drawers in a HTML export? > > R. Ok, just discovered the :drawers option! The documentation claims that supplying a list of properties allows you to filter which ones are

[Orgmode] Properties and Property Drawers in HTML export

2009-12-01 Thread Rick Moynihan
Does anyone know if it's possible to export org-mode properties and property drawers in a HTML export? R. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/ema

Re: [Orgmode] Colors for pre elem. on orgmode.org

2009-11-17 Thread Rick Moynihan
2009/11/17 Eric S Fraga : > At Tue, 17 Nov 2009 19:17:43 +0100, > Sebastian Rose wrote: > > [...] > >>   M-x customize-variable RET org-export-htmlize-output-type RET >> >> >> Set it to `CSS' > > > > Sigh.  When will I ever learn.  If I think something should be > possible in org-mode, it's alread

Re: [Orgmode] Colors for pre elem. on orgmode.org

2009-11-16 Thread Rick Moynihan
2009/11/16 Sebastian Rose : > Greg Newman writes: >> On my calibrated monitor that's fine for readability >> >> On Mon, Nov 16, 2009 at 8:15 AM, Sebastian Rose wrote: > > > My monitor is not calibrated, but I see all the 1's on > http://www.fotocommunity.de/pc/pc/mypics/572427/display/3843090 so t

Re: [Orgmode] Is there a good way to use org as blog system?

2009-11-11 Thread Rick Moynihan
2009/11/11 Greg Newman : > The correct url is http://github.com/bmaland/happyblogger > > On Wed, Nov 11, 2009 at 9:27 AM, Ian Barton wrote: >> >> Rick Moynihan wrote: >>> >>> 2009/11/11 Ian Barton : >>>> >>>> Rick Moynihan wrote: &

Re: [Orgmode] Is there a good way to use org as blog system?

2009-11-11 Thread Rick Moynihan
2009/11/11 Ian Barton : > Rick Moynihan wrote: >> >> 2009/10/2 Miguel Fernando Cabrera : >>> >>> Hi, >>> >>> You might be interested in Jekkyl, a Ruby program that is a  blog-aware, >>> static  web sites generator. It basically generat

Re: [Orgmode] Re: Is there a good way to use org as blog system?

2009-11-11 Thread Rick Moynihan
2009/11/11 Ben Finney : > Rick Moynihan writes: > >> I'm looking for an org-mode based static blogging solution that's more >> robust than blorg […] > > Writing an online journal from Org mode is on my list of things to do, > but I haven't got around

Re: [Orgmode] Is there a good way to use org as blog system?

2009-11-10 Thread Rick Moynihan
2009/10/2 Miguel Fernando Cabrera : > Hi, > > You might be interested in Jekkyl, a Ruby program that is a  blog-aware, > static  web sites generator. It basically generates HTML out of tex,haml, > textile files. > > check it out: http://github.com/mojombo/jekyll/ > Example sites: http://wiki.github

Re: [Orgmode] Logging rescheduled tasks

2009-11-09 Thread Rick Moynihan
2009/11/9 Carsten Dominik : > Hi Rick, > > On Nov 3, 2009, at 5:01 PM, Rick Moynihan wrote: > >> Hi all, >> >> I'm wondering if anyone logs rescheduled tasks with org-mode...  As I >> find myself sometimes scheduling tasks for a future date, but then on

Re: [Orgmode] Clojure support for org-babel

2009-11-09 Thread Rick Moynihan
2009/11/6 Joel Boehland : > Hello, > I love org-mode and org-babel, and would like to be able to use > Clojure with them. I have put a first cut that supports Clojure, along > with a support test file up on github: > > http://github.com/jolby/org-babel-clojure > > I would like to be able to have th

[Orgmode] Feature Request: Logging rescheduled tasks (was Logging rescheduled tasks)

2009-11-09 Thread Rick Moynihan
Is it possible to get this implemented as a feature in org-mode? It seems like there is a need for recording a history of the times that items were scheduled/deadlined for and to allow easy rescheduling/deadlining. R. 2009/11/6 George Pearson : > Rick Moynihan (addr...@hidden) wrote: >

Re: [Orgmode] Logging rescheduled tasks

2009-11-04 Thread Rick Moynihan
2009/11/4 Adam Spiers : > Rick Moynihan (rick.moyni...@gmail.com) wrote: >> Hi all, >> >> I'm wondering if anyone logs rescheduled tasks with org-mode...  As I >> find myself sometimes scheduling tasks for a future date, but then on >> the day not hav

Re: [Orgmode] Re: Subversion for backups?

2009-11-04 Thread Rick Moynihan
2009/11/4 Adam Spiers : > >> I would say that if (1) you generally are connected to the internet, with >> only >> minor intervals offline and (2) have access to a hosted svn repository (so >> you >> don't manage it yourself, and so that you can use the simple https protocol >> instead of fussing

Re: [Orgmode] MobileOrg 1.0 for iPhone/iPod Touch now available

2009-11-03 Thread Rick Moynihan
2009/11/3 Richard Moreland : > Hi all, > > MobileOrg 1.0 is now available in the iTunes AppStore:  http://bit.ly/1kpHqg >  Documentation (including a screencast demonstrating the app) is available > on the website at http://mobileorg.ncogni.to. > > Many thanks to Carsten and all the beta testers wh

[Orgmode] Logging rescheduled tasks

2009-11-03 Thread Rick Moynihan
Hi all, I'm wondering if anyone logs rescheduled tasks with org-mode... As I find myself sometimes scheduling tasks for a future date, but then on the day not having the capacity to do them. In these situations I just reschedule them, but it'd be nice to record the dates for which an item was or

Re: [Orgmode] [Announcement] Org-babel initial release

2009-09-15 Thread Rick Moynihan
Reply below: 2009/9/15 Sebastian Rose : > > * Some thoughts > > > I actually wonder, if all those interpreted languages are different at > all. Why not add an generic call to interpreters. Executing Shell > scripts or Perl, Php, JavaScript... makes no big difference here. On > Linux at least, they

Re: [Orgmode] Sourceforge voting has started

2009-06-23 Thread Rick Moynihan
2009/6/23 Carsten Dominik : > > Hi all, > > the voting for the sourceforge community choice awards has started at > > http://sourceforge.net/community/cca09/vote > > We are up against, among others, Freemind.  Which means that we have a > formidable opponent and we need to get our mothers, grandmot

[Orgmode] Feature suggestion: context sensitive movement

2009-06-18 Thread Rick Moynihan
I was just thinking that often I want to jump around items in org-mode more quickly than I do at present, depending on the context of the point. e.g. * Foo blah blah blah * Bar | blah blah blah * Baz Assuming the point is located at | I might want to quickly jump to previous headings by pushing

Re: [Orgmode] Org video for the SourceForge Commmunity Choices Award 2009

2009-06-15 Thread Rick Moynihan
2009/6/15 Bastien : > Hi all, > > I managed to create a short video for the SCCA 2009: > >  http://www.youtube.com/watch?v=TlTDSX0vRiA >  http://vimeo.com/5155665 (for those who prefer) > Wow Bastien, great job Care to say what tools you used? R. ___

Re: [Orgmode] Re: Sourceforge community award

2009-06-12 Thread Rick Moynihan
2009/6/12 Sebastian Rose : > Carsten Dominik writes: >> Is the picture big enough? 640x480 at least, so say the rules > > > OK. Attached picture is 640x545 and has the darker green buttons again > (funny actually, I did that as one of the last steps, so 3 Ctrl.-z's did > the trick). > > How ab

Re: [Orgmode] Re: Sourceforge community award

2009-06-12 Thread Rick Moynihan
2009/6/12 Eddward DeVilla : >    This picture looks great.  I kinda like the first one Carsten sent > out that some though was too colorful.  That shot also highlighted the > fact that keys were 'special'.  This shot is dangerously close to look > like we're just passing off a colorized outline.  I

Re: [Orgmode] Re: Sourceforge community award

2009-06-11 Thread Rick Moynihan
I think using analogy and metaphor might be a more effective way to get the message across in 140 characters. So rather than describing org-mode features in this constraint are we not better using the opportunity to pique curiosity? And align ourselves with the OSCON audience? After all not even

Re: [Orgmode] Sourceforge community award

2009-06-09 Thread Rick Moynihan
2009/6/9 Carsten Dominik : > OK, in my last email I already said that we have been selected > as a finalist for the Sourceforge Community Award in the category > > Most Likely to Change the Way You Do Everything. > > I am *very* excited about this, and I would love *us* to win > this award or at le

[Orgmode] org-info-js bug?

2009-06-03 Thread Rick Moynihan
Hi Sebastian, I recently cloned the latest org-info-js from your github account and noticed some problems with the rendering of TAG indexes. Specifically for each tag I see the following... e.g. the tag here is BRIAN: BRIAN'));"> BRIAN BRIAN" style="visibility:hidden;display:none;"> Thanks aga

[Orgmode] org-mode Google Wave Integration

2009-05-29 Thread Rick Moynihan
Okay, I've just seen the demo of Google Wave here: http://wave.google.com/ I've not had chance to look at it in depth (I've only viewed 29 minutes of the video) and skimmed the protocol spec but it seems that Google Wave is a collaborative messaging protocol to collaborate on tree structures. It

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

2009-05-13 Thread Rick Moynihan
2009/5/13 Sebastian Rose : > > I like the idea of publishing the sources. > > Shouldn't we do something like this on worg too? > > It's amazing to see the too files side by side - both perfectly > readable - visible simplicity and a great source of examples for > (potentially new) users. > > BTW: i

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

2009-05-12 Thread Rick Moynihan
2009/5/7 Bernt Hansen : > Hi all, > > At Carsten's request I've started to document how I use org-mode in my > daily activities.  I plan to cover everything I use org-mode for and > this document is about half finished at this time. > > The current (under construction) document is available at > ht

Re: [Orgmode] org-mode for Sourceforge Community Choice Award

2009-05-08 Thread Rick Moynihan
Carsten Dominik wrote: On May 8, 2009, at 1:43 AM, Marko Schütz wrote: I nominated org-mode for the Sourceforge Community Choice Award 2009 href="http://sourceforge.net/community/cca09/nominate/?project_name=Org-Mode&project_url=http://orgmode.org/ "> src="http://sourceforge.net/images/cca/cc

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

2009-05-07 Thread Rick Moynihan
rkell > # -- > #+BEGIN_SRC $1$> > $0$> > #+END_SRC$> > > > All my other templates are very specific to my job/role. > > -Original Message- > From: emacs-orgmode-bounces+jonathana=criticalmass@gnu.org > [mailto:emacs-orgmode-bounces+jonatha

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

2009-05-07 Thread Rick Moynihan
2009/5/7 Bernt Hansen : > Hi all, > > At Carsten's request I've started to document how I use org-mode in my > daily activities.  I plan to cover everything I use org-mode for and > this document is about half finished at this time. > > The current (under construction) document is available at > ht

Re: [Orgmode] Safari suppoprt in org-info-js

2009-05-05 Thread Rick Moynihan
Sebastian Rose wrote: Rick Moynihan writes: Hi all, Though I don't use Safari; some of my colleagues do and they've reported that my org files published with org-info-js don't have any of the javascript features enabled. Is this a known issue? Yes. It should be fixed now.

[Orgmode] Safari suppoprt in org-info-js

2009-05-05 Thread Rick Moynihan
Hi all, Though I don't use Safari; some of my colleagues do and they've reported that my org files published with org-info-js don't have any of the javascript features enabled. Is this a known issue? R. ___ Emacs-orgmode mailing list Remember:

Re: [Orgmode] Problem with org-publish :include

2009-05-04 Thread Rick Moynihan
Carsten Dominik wrote: On Apr 28, 2009, at 2:02 PM, Rick Moynihan wrote: Hi all, I am using org-mode v6.26d (from the git repo) and keep all my org files in a single ~/org directory. I'm trying to setup a new org- publish project that publishes a single org-mode file (meeting- note

Re: [Orgmode] Problem with org-publish :include

2009-04-30 Thread Rick Moynihan
s for them? I've pasted the stacktrace I get with toggle-debug-on-error below; Thanks again Rick Moynihan wrote: Hi all, I am using org-mode v6.26d (from the git repo) and keep all my org files in a single ~/org directory. I'm trying to setup a new org-publish project that publish

[Orgmode] Problem with org-publish :include

2009-04-28 Thread Rick Moynihan
Hi all, I am using org-mode v6.26d (from the git repo) and keep all my org files in a single ~/org directory. I'm trying to setup a new org-publish project that publishes a single org-mode file (meeting-notes.org) and excludes all the others. Here's the relevant bit of my org-publish-projec

Re: [Orgmode] Re: Release 6.17

2009-01-05 Thread Rick Moynihan
Carsten Dominik wrote: On Jan 4, 2009, at 3:33 PM, Steven E. Harris wrote: Carsten Dominik writes: Code references use special labels embedded directly into the source code. Such labels look like "((name))" and must be unique within a document. How does the parser know that, say, "((def))"

Re: [Orgmode] ido's flex matching in org-refile

2008-11-21 Thread Rick Moynihan
Carsten Dominik wrote: Hi Rick, not al completion prompts are affected, because some use special completion functions, for example completing tags. One that does not is completion for a property name, after `C-c C-x p'. Maybe give this one a try? Yes, this one appears to work... :-)

Re: [Orgmode] ido's flex matching in org-refile

2008-11-21 Thread Rick Moynihan
Carsten Dominik wrote: Hi, I have applied Erics patch, with two changes: 1. There is an additonal option you need to set: `org-completion-use-ido'. 2. For a test period, each prompt using ido completion will be prefixed with "i:", so that we can easily identify areas where using ido's

Re: [Orgmode] MacOSX: Notifications with Growl

2008-11-07 Thread Rick Moynihan
Alex Ott wrote: Hi all I wrote small note about show notifications with Growl under Mac OS X. This could be useful when using org-mode. Note is could be found on my site http://xtalk.msk.su/~ott/en/writings/EmacsMacOSXAndGrowl.html Thanks for this, this'll prove handy at work. I took the lib

[Orgmode] Custom filtering the agenda by (file) tag

2008-11-04 Thread Rick Moynihan
Hi all, I've been setting up a whole bunch of org-agenda-custom-commands and am having trouble setting up a filter to display ONLY items in the agenda view which are tagged PERSONAL across all my org-agenda-files. I tried several ways to do this and ended up trying the following: (org-add-agenda

Re: [Orgmode] How you can help

2008-10-31 Thread Rick Moynihan
Avdi Grimm wrote: A few points, from someone with a decent amount of testing background: * As someone who has contributed to OS projects, the lack of a pre-existing set of regression tests in org-mode is actually *the* most significant blocker to my getting involved in org-mode development. I d

Re: [Orgmode] Org-Mode Presentation Videos

2008-10-17 Thread Rick Moynihan
Russell Adams wrote: Fellow Org'ers, About a month after Carsten gave his incredible presentation at Google, I shared his video with the Houston Linux Users Group at one of our bimonthly Saturday meetings. Instead of reinventing the wheel, I chose to share his video with the group and augment i

Re: [Orgmode] Symmetric encryption with org-crypt.el?

2008-10-13 Thread Rick Moynihan
familiar enough with any of the packages to know precisely what needs done. If I find some more time, in the next few weeks, I might take another look. R. On Oct 6, 2008, at 11:43 AM, Rick Moynihan wrote: Is it possible to use a symmetric cipher with org-crypt.el? I'd really like t

Re: [Orgmode] custom link type for files in a git repo

2008-10-06 Thread Rick Moynihan
2008/10/6 Austin Frank <[EMAIL PROTECTED]>: --- snip --- > > Now that org and git are starting to be used in conjunction by more and > more of us, would anyone else find it useful to have a custom link type > for linking to git objects? Absolutely!! git is my new favourite tool, and being able to

[Orgmode] Symmetric encryption with org-crypt.el?

2008-10-06 Thread Rick Moynihan
Is it possible to use a symmetric cipher with org-crypt.el? I'd really like to encrypt certain outlines and encode/decode them on several machines without worrying about managing public/private keys. I can see how using public key crypto might be benefecial when sharing files between several

Re: [Orgmode] Undoing from Org Done Notes

2008-09-05 Thread Rick Moynihan
Carsten Dominik wrote: On Sep 5, 2008, at 11:49 AM, Rick Moynihan wrote: Hi Carsten, I'll give Bernt's suggestion a try, and hopefully this will happen a lot less. I am quite fond of the sequence shifting keys though, so we'll see how I get on. Rather than re-defining un

Re: [Orgmode] Undoing from Org Done Notes

2008-09-05 Thread Rick Moynihan
d logic to implement it. Maybe the easiest is to define yourself a separate key for switching sequences, so that it is less likely to press S-right by accident? - Carsten On Aug 12, 2008, at 1:38 PM, Rick Moynihan wrote: Hi all, I make quite extensive use of org's sequences, and make use

Re: [Orgmode] Undoing from Org Done Notes

2008-09-02 Thread Rick Moynihan
Apologies for the noise, but I haven't seen a response to this feature request / query, and org-mode continues to bug me because of this :-) Any responses, suggestions (and especially implemenations ;-) ) welcome. Thanks again, R. Rick Moynihan wrote: Hi all, I make quite extensive u

[Orgmode] Re: Slides with Org

2008-08-28 Thread Rick Moynihan
Sebastian Rose wrote: Hi, Rick asked for Slides from Org-modes HTML export recently. While there is no real support slides in org-info.js, I still gave it try to have a poor mans slides. The main missing thing was the ability to navigate the section by clicking the window. This is now added an

Re: [Orgmode] org-info.js - new version with tags index

2008-08-26 Thread Rick Moynihan
Sebastian Rose wrote: Hello list, Rick Moynihan requested a table of contents sorted by tags (http://lists.gnu.org/archive/html/emacs-orgmode/2008-07/msg00434.html). The new version on http://repo.or.cz/w/Worg.git provides a the shortcut 'C' to show such an index: Tag1 - Hea

Re: [Orgmode] Exporting to HTML - underscores cause unwanted sub-script

2008-08-15 Thread Rick Moynihan
Parker, Matthew wrote: Hi, The export to HTML is really great One thing that I'm tripping up on is that I'm trying to list data base names that have underscores, e.g. prc_tms. And the 'second word' is coming out subscript: 'prctms' field I had this same problem and tried to find a wa

[Orgmode] Undoing from Org Done Notes

2008-08-12 Thread Rick Moynihan
Hi all, I make quite extensive use of org's sequences, and make use of the org-log-done features to prompt for a note when a task is closed. My problem is that when reorganising I often push a sequence on to a done state instead of switching sequences, i.e. I press S- instead of C-S-. When

S5 Based presentations in Orgmode (Was Re: [Orgmode] org to pdf presentation conversion)

2008-08-04 Thread Rick Moynihan
I've been thinking about how org-mode would make a good format for writing and publishing slides and presentations. Then I remembered reading something about this on here already (and found this thread). > Christian Egli <[EMAIL PROTECTED]> writes: > >> I just stumbled across this blog by An

Re: [Orgmode] Hyperlinked Tag table in org-publish HTML export

2008-08-01 Thread Rick Moynihan
Sebastian Rose wrote: > Hi Rick, > > > I don't seem to understand your aim precisely. How should this > navigation look like in HTML? > > If we had a 'tag cloud' or a tag index - where should the link 'TAG' > point to? There could be multiple headlines in the file using that tag > 'TAG'. Sorry, I

[Orgmode] Hyperlinked Tag table in org-publish HTML export

2008-07-30 Thread Rick Moynihan
Hi all, Well I've been continuing my usage of org-mode, and have been using it for sometime as a lightweight bug tracker for documenting bugs and associated code-snippets/error-reports in small software projects. Recently I wanted to make this document viewable for others, and so published i

Re: [Orgmode] blorg users?

2008-07-17 Thread Rick Moynihan
theme also). Be sure to let the me know if you're using this, and hopefully we can iron out some problems. R. 2008/6/30 Rick Moynihan <[EMAIL PROTECTED]>: > David O'Toole wrote: >> >> I've abandoned my old program "org-blog.el" and have starte

Re: [Orgmode] org-publish

2008-07-07 Thread Rick Moynihan
I have similar settings but I still do not get any output. Any ideas what I can check or what other debug information can I provide? Any thoughts appreciated. Just the other day I ran into this problem with org-publish, and it took me quite a while to realise that I needed to create an org

Re: [Orgmode] blorg users?

2008-06-30 Thread Rick Moynihan
David O'Toole wrote: I've abandoned my old program "org-blog.el" and have started to set up Bastien's "Blorg" software. But there seems to be a lot of templates to customize, and I also have to come up with styles. Are there any other blorg users out there who would share their configs and templa

[Orgmode] Re: Info about Emacs on EEE PC

2008-05-01 Thread Rick Moynihan
the extra money for the bigger screen. > I'm sure that this kind of feedbacks will interest a lot of Emacs user and > potentially eee user. Yes it might, I've forwarded this to the org-mode mailing list in case others might be interested. -- Rick Moynihan [EMAIL PROTECTED] http://sourcesmout

Re: [Orgmode] Org-mode versus Taskpaper - now for real

2008-04-03 Thread Rick Moynihan
Joel J. Adamson wrote: Manish <[EMAIL PROTECTED]> writes: On Thu, Apr 3, 2008 at 3:25 PM, Rick Moynihan wrote: > Emacs might be Org's greatest ally, but it's also simultaneously > Org's biggest problem. My point here, isn't to bash Emacs, it is

Re: [Orgmode] Org-mode versus Taskpaper - now for real

2008-04-03 Thread Rick Moynihan
Bastien wrote: Rick Moynihan <[EMAIL PROTECTED]> writes: It's a shame Taskpaper doesn't just use a subset of org-mode's syntax really. What would it be useful for? Using both TaskPaper and org-mode? I think people using TaskPaper are not likely to use org-mode and vice

Re: [Orgmode] Org-mode versus Taskpaper - now for real

2008-04-03 Thread Rick Moynihan
Manish wrote: On Thu, Apr 3, 2008 at 3:25 PM, Rick Moynihan wrote: > Eddward DeVilla wrote: > > > I guess the best way to address this problem might be to document up > > front that org-mode uses a simple, readable, text only format and that > > all of

Re: [Orgmode] Org-mode versus Taskpaper - now for real

2008-04-03 Thread Rick Moynihan
Eddward DeVilla wrote: I guess the best way to address this problem might be to document up front that org-mode uses a simple, readable, text only format and that all of the features can be used independently of each other but that they do interact well together. (It's been a while since I've sc

Re: [Orgmode] thousands of Invalid face attribute messages

2008-03-28 Thread Rick Moynihan
Carsten Dominik wrote: Maybe this is a temporary bug in the redisplay code in the Emacs CVS head? I would hope so - Carsten I get something similar in the Emacs that installed from Ubuntu Gutsy: This is GNU Emacs 22.1.1 (i486-pc-linux-gnu, GTK+ Version 2.12.0) of 2007-11-06 on terranov

Re: [Orgmode] Checkboxes with outline cookies bug? - Not in Item

2008-03-27 Thread Rick Moynihan
Rick Moynihan wrote: Hi all, Just found what appears to be a bug with checkboxes when the outline they're part of has a cookie, e.g: * Outline [%] - [ ] foo - [ ] bar - [ ] baz Marking either foo,bar or baz as done with a C-c causes a "Not in item" error, and doesn'

[Orgmode] Checkboxes with outline cookies bug? - Not in Item

2008-03-27 Thread Rick Moynihan
Hi all, Just found what appears to be a bug with checkboxes when the outline they're part of has a cookie, e.g: * Outline [%] - [ ] foo - [ ] bar - [ ] baz Marking either foo,bar or baz as done with a C-c causes a "Not in item" error, and doesn't update the cookie. Interestingly, the foll

[Orgmode] Deadline count down in working days

2008-03-27 Thread Rick Moynihan
Hi all, I realise this functionality is probably in org already, but I can't seem to find it mentioned anywhere (though perhaps I'm not looking very hard). Currently when I look at my agenda I see this: gtd: In 5 d.: TODO [#A] A particular work related task The 5d countdown

Re: [Orgmode] blorg.el

2008-02-19 Thread Rick Moynihan
Bastien Guerry wrote: What about a simple dynamic block ? (defun org-dblock-write:youtube (params) "Insert a header from a file." (let ((url (plist-get params :url))) (insert (format " value=\"%s\">" url url #+BEGIN: youtube :url "http://www.youtube.com/watch?v=fu8rAWciQNs"; #

[Orgmode] Moving paragraphs instead of lines

2008-02-14 Thread Rick Moynihan
When the cursor is positioned within a paragraph would M- and M- not be better set to move the current paragraph above or below it's surrounding paragraphs respectively? e.g. When the point is positioned in the following outline, would a M- not be better moving the foo paragraph above the bar

Re: [Orgmode] org 2 openoffice impress converter

2008-02-14 Thread Rick Moynihan
Bastien Guerry wrote: Hi Fabian, Fabian Braennstroem <[EMAIL PROTECTED]> writes: Wouldn't it be great to create a presentation in emacs; at least the first outlining? Sounds nice. So, what do you think about an org 2 openoffice impress converter...? The exporting process is probably prett

  1   2   >