[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

Re: [O] Clocking totals in agenda view

2013-04-26 Thread Rick Moynihan
errors... rather than having to page through them manually... is this possible? Many thanks, R. On 26 April 2013 09:45, Sebastien Vauban sva-n...@mygooglest.com wrote: Hi Rick, Rick Moynihan wrote: I've recently started looking at the time tracking facilities in org-mode, and in particular

[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
://lists.gnu.org/mailman/listinfo/emacs-orgmode From 4c05743905a1ab3970d7f5075440e67e1be9d7f3 Mon Sep 17 00:00:00 2001 From: Rick Moynihan r...@wgrids.com Date: Sun, 28 Nov 2010 23:21:02 + Subject: [PATCH] Fixed babel pretty printing, by fully qualifying function names --- lisp/ob-clojure.el |2

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

2010-11-26 Thread Rick Moynihan
On 26 November 2010 20:29, Eric Schulte schulte.e...@gmail.com 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,

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

2010-11-25 Thread Rick Moynihan
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 part of someones work flow. Best -- Eric Rick Moynihan rick.moyni...@gmail.com writes: Hi Eric, Sorry for the delay

Re: [Orgmode] s5 presentation

2010-11-10 Thread Rick Moynihan
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 http://delicious.com/InkyHarmonics http://sourcesmouth.co.uk

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

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

2010-04-29 Thread Rick Moynihan
On 29 April 2010 13:52, Carsten Dominik carsten.domi...@gmail.com 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 ** Foo 2010-04-04 Exports

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

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

2010-04-26 Thread Rick Moynihan
On 25 April 2010 13:08, Carsten Dominik carsten.domi...@gmail.com 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! :-)

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

2010-04-23 Thread Rick Moynihan
On 23 April 2010 07:30, Carsten Dominik carsten.domi...@gmail.com 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

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

2010-04-23 Thread Rick Moynihan
On 23 April 2010 11:46, Sebastian Rose sebastian_r...@gmx.de 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

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

2010-04-23 Thread Rick Moynihan
On 23 April 2010 12:00, Rick Moynihan rick.moyni...@gmail.com wrote: On 23 April 2010 11:46, Sebastian Rose sebastian_r...@gmx.de 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

[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. ___

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

2010-04-22 Thread Rick Moynihan
On 22 April 2010 22:29, Sebastian Rose sebastian_r...@gmx.de wrote: Rick Moynihan rick.moyni...@gmail.com 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

Re: [Orgmode] Re: Cannot compile release

2010-04-06 Thread Rick Moynihan
@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode -- Rick Moynihan http://twitter.com/RickMoynihan http://delicious.com/InkyHarmonics http://sourcesmouth.co.uk/ ___ Emacs-orgmode mailing list Please use `Reply All' to send replies

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

2010-02-10 Thread Rick Moynihan
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://sourcesmouth.co.uk

[Orgmode] org-babel interpreter prompts

2010-02-10 Thread Rick Moynihan
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/RickMoynihan http://delicious.com/InkyHarmonics http://sourcesmouth.co.uk

Re: [Orgmode] Announcing org-jekyll

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

Re: [Orgmode] Announcing org-jekyll

2010-02-01 Thread Rick Moynihan
On 29 January 2010 23:16, Juan Reyero joa...@gmail.com 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,

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

2009-12-20 Thread Rick Moynihan
2009/12/19 Ethan Brown ethandbr...@gmail.com: 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

[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 rick.moyni...@gmail.com: Also, the properties are exported into the HTML like so: pre class=examplePROPERTIES :FOO: blah :BAR: blah blah /pre Would something like the following not be a better format for parsing/processing? div

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

2009-12-03 Thread Rick Moynihan
2009/12/3 Jonathan Arkell jonath...@criticalmass.com: 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

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

2009-12-03 Thread Rick Moynihan
2009/12/3 Christian Egli christian.e...@sbszh.ch: Hi Rick Moynihan rick.moyni...@gmail.com writes: Would something like the following not be a better format for parsing/processing? div class=properties   dl     dt class=property_key_fooFOO/dtdd class=property_value_fooblah/dd     dt

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

2009-12-02 Thread Rick Moynihan
2009/12/2 Rick Moynihan rick.moyni...@gmail.com: 2009/12/2 Rick Moynihan rick.moyni...@gmail.com: 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

[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

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

2009-12-01 Thread Rick Moynihan
2009/12/2 Rick Moynihan rick.moyni...@gmail.com: 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

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

2009-11-16 Thread Rick Moynihan
2009/11/16 Sebastian Rose sebastian_r...@gmx.de: Greg Newman g...@20seven.org writes: On my calibrated monitor that's fine for readability On Mon, Nov 16, 2009 at 8:15 AM, Sebastian Rose sebastian_r...@gmx.dewrote: My monitor is not calibrated, but I see all the 1's on

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 ben+em...@benfinney.id.au: Rick Moynihan rick.moyni...@gmail.com 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-11 Thread Rick Moynihan
2009/11/11 Ian Barton li...@manor-farm.org: Rick Moynihan wrote: 2009/10/2 Miguel Fernando Cabrera mfcabr...@gmail.com: 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

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

2009-11-11 Thread Rick Moynihan
2009/11/11 Greg Newman g...@20seven.org: The correct url is http://github.com/bmaland/happyblogger On Wed, Nov 11, 2009 at 9:27 AM, Ian Barton li...@manor-farm.org wrote: Rick Moynihan wrote: 2009/11/11 Ian Barton li...@manor-farm.org: Rick Moynihan wrote: 2009/10/2 Miguel Fernando

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 mfcabr...@gmail.com: 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:

[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 geo...@canals.com: Rick Moynihan (addr...@hidden

Re: [Orgmode] Clojure support for org-babel

2009-11-09 Thread Rick Moynihan
2009/11/6 Joel Boehland joel.boehl...@evocomputing.com: 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

Re: [Orgmode] Logging rescheduled tasks

2009-11-09 Thread Rick Moynihan
2009/11/9 Carsten Dominik carsten.domi...@gmail.com: 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 the day not having

Re: [Orgmode] Re: Subversion for backups?

2009-11-04 Thread Rick Moynihan
2009/11/4 Adam Spiers orgm...@adamspiers.org: 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

Re: [Orgmode] Logging rescheduled tasks

2009-11-04 Thread Rick Moynihan
2009/11/4 Adam Spiers orgm...@adamspiers.org: 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 having the capacity to do them

[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

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

2009-11-03 Thread Rick Moynihan
2009/11/3 Richard Moreland r...@ncogni.to: 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

[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

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

2009-06-15 Thread Rick Moynihan
2009/6/15 Bastien bastiengue...@googlemail.com: 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 Eddward DeVilla eddw...@gmail.com:    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

Re: [Orgmode] Re: Sourceforge community award

2009-06-12 Thread Rick Moynihan
2009/6/12 Sebastian Rose sebastian_r...@gmx.de: Carsten Dominik carsten.domi...@gmail.com 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

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

Re: [Orgmode] Sourceforge community award

2009-06-09 Thread Rick Moynihan
2009/6/9 Carsten Dominik carsten.domi...@gmail.com: 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

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

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

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

2009-05-13 Thread Rick Moynihan
2009/5/13 Sebastian Rose sebastian_r...@gmx.de: 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)

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

2009-05-12 Thread Rick Moynihan
2009/5/7 Bernt Hansen be...@norang.ca: 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

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 a href=http://sourceforge.net/community/cca09/nominate/?project_name=Org-Modeamp;project_url=http://orgmode.org/ img

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

2009-05-07 Thread Rick Moynihan
2009/5/7 Bernt Hansen be...@norang.ca: 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

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

2009-05-07 Thread Rick Moynihan
- From: emacs-orgmode-bounces+jonathana=criticalmass@gnu.org [mailto:emacs-orgmode-bounces+jonathana=criticalmass@gnu.org] On Behalf Of Bernt Hansen Sent: May 7, 2009 12:44 PM To: Rick Moynihan Cc: emacs-orgmode@gnu.org Subject: Re: [Orgmode] Organize Your Life In Plain Text

[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] Safari suppoprt in org-info-js

2009-05-05 Thread Rick Moynihan
Sebastian Rose wrote: Rick Moynihan r...@calicojack.co.uk 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

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- notes.org

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

2009-04-30 Thread Rick Moynihan
? 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 publishes a single org-mode

[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

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 carsten.domi...@gmail.com 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

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

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

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

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

2008-10-13 Thread Rick Moynihan
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 to encrypt certain outlines

[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

[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

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

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

[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-Right instead of

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 Andy

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 should

[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

Re: [Orgmode] blorg users?

2008-07-17 Thread Rick Moynihan
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 started to set up Bastien's Blorg software. But there seems to be a lot of templates to customize, and I

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

[Orgmode] Re: Info about Emacs on EEE PC

2008-05-01 Thread Rick Moynihan
. Yes it might, I've forwarded this to the org-mode mailing list in case others might be interested. -- Rick Moynihan [EMAIL PROTECTED] http://sourcesmouth.co.uk/blog/ ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list

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

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 the features can be used independently

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 versa. No. Like

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 what it is, and it's damn good

[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

[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

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't update the cookie

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 object width=\425\ height=\355\param name=\movie\ value=\%s\/paramparam name=\wmode\

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 pretty

[Orgmode] Moving paragraphs instead of lines

2008-02-14 Thread Rick Moynihan
When the cursor is positioned within a paragraph would M-up and M-down 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-up not be better moving the foo paragraph

Re: [Orgmode] importing html

2008-02-11 Thread Rick Moynihan
Brian Gough wrote: Is there an html-org mode converter? I have some web pages I want to import into org. Thanks. Whenever I need to parse HTML, I turn to hpricot. A fantastic Ruby based parser which does a great job of handling worst of the webs HTML.

Re: [Orgmode] using org-mode and screen

2008-02-05 Thread Rick Moynihan
If you're using gnu screen primarily for it's detach capability then you may want to consider 'dtach', which is pretty much just the feature of screen. Consequently it has less keybindings etc, and is more compatible with various programs. I've not really used it with emacs, but you might

Re: [Orgmode] blorg.el

2008-01-29 Thread Rick Moynihan
... :) ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode -- Rick Moynihan http://sourcesmouth.co.uk/blog

Re: [Orgmode] FR: source code

2008-01-29 Thread Rick Moynihan
Phil Jackson wrote: Phil Jackson [EMAIL PROTECTED] writes: Carsten Dominik [EMAIL PROTECTED] writes: [...] I *personally* still can't decide if this is within org's scope though, not to say I wouldn't find it very handy. So then am confused what you initial message was about. The

[Orgmode] Bug Org 5.16 Navigating to outlines via speedbar

2007-12-03 Thread Rick Moynihan
to show the item. If the file is expanded to SHOW ALL then the navigation appears to work as you'd expect. Thanks again. -- Rick Moynihan http://sourcesmouth.co.uk/ ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies

Re: [Orgmode] Restricting the agenda to the current subtree

2007-11-30 Thread Rick Moynihan
Carsten Dominik wrote: On Nov 28, 2007 12:23 PM, Rick Moynihan [EMAIL PROTECTED] wrote: Carsten Dominik wrote: I for one do find this idea useful. Some way to lock all agenda commands to the current subtree or file, until this lock is removed again. I am not sure if I'd like the agenda

Re: [Orgmode] Restricting the agenda to the current subtree

2007-11-28 Thread Rick Moynihan
Bastien wrote: Hi Rick, Rick Moynihan [EMAIL PROTECTED] writes: Firstly is it possible to bind this to a simple key-chord though as I'm finding C-a a A little unwieldy. You can still press `C-c a 0' instead -- this keybinding is kept for backward compatibility. Also, how about

[Orgmode] Restricting the agenda to the current subtree

2007-11-23 Thread Rick Moynihan
I've just discovered that you can restrict the agenda view to the current subtree, and I think I'm going to find this very useful! Firstly is it possible to bind this to a simple key-chord though as I'm finding C-a a A little unwieldy. Also, how about implementing another follow command,

Re: [Orgmode] list format questions

2007-11-23 Thread Rick Moynihan
Eddward DeVilla wrote: , | - [ ] Q2 is a really, really, long Q and needs to be described in | excruciating detail. ` Which might be seen as more natural. But it's not obvious for me. Do you think auto-refill should wrap the line like in the second example? (I'm not

Re: [Orgmode] Re: Question: C-c C-w

2007-11-08 Thread Rick Moynihan
Bernt Hansen wrote: Carsten Dominik [EMAIL PROTECTED] writes: On 8Nov2007, at 12:17 AM, Bastien wrote: Carsten Dominik [EMAIL PROTECTED] writes: is anyone using the command `C-c C-w' a lot? FWIW, I'm not using it at all, but I always thought I *should* :) No, I don't think so, the

Re: [Orgmode] FR: toggling timestamps active/inactive

2007-10-17 Thread Rick Moynihan
Carsten Dominik wrote: On Oct 16, 2007, at 18:22, Adam Spiers wrote: Rick Moynihan ([EMAIL PROTECTED]) wrote: Adam Spiers wrote: This seems like a good idea. Another related one occurred to me today (if it's necessary) which is toggling between the two list indicators. e.g. - foo - bar

Re: [Orgmode] Re: POLL: Volume of emacs-orgmode too high?

2007-10-16 Thread Rick Moynihan
Nuutti Kotivuori wrote: Carsten Dominik wrote: Hi, the mailing list has been extremely active recently, we have had close to 20 email a day. I am worried that this will scare away some members. Do we need to address this, or will people stick around and just wait until things cool off a bit?

  1   2   >