Re: [O] Plotting (with gnuplot) using dates timestamps

2012-03-26 Thread Ian Barton
On 26/03/12 18:06, Karl Voit wrote: * Alan Schmitt wrote: On 26 mars 2012, at 17:48, Karl Voit wrote: Can you please post the while working example (or correct my error)? Change this set timefmt "[%Y-%m-%d %a]" to this set timefmt "%Y-%m-%d" I also don't specify the range. set xrange ["

Re: [O] Error in Context-sensitive word count in org mode (elisp)

2012-02-28 Thread Ian Barton
On 28/02/12 08:58, Ian Barton wrote: I have just found this very useful function in org hacks. Unfortunately, it doesn't seem to work with the latest org-mode. I get the following error: Function definition void org-in-regexps-block-p Grepping the org source code, it seems that this fun

[O] Error in Context-sensitive word count in org mode (elisp)

2012-02-28 Thread Ian Barton
I have just found this very useful function in org hacks. Unfortunately, it doesn't seem to work with the latest org-mode. I get the following error: Function definition void org-in-regexps-block-p Grepping the org source code, it seems that this function no longer exists. What has it been rep

Re: [O] Controlling pagination on headings in Latex/PDF export?

2012-02-17 Thread Ian Barton
On 17/02/12 08:05, Stefan Nobis wrote: Nick Dokos writes: \def\mykeepwithnextpar{\par\nobreak\@afterheading} However, I find it exceedingly difficult to manufacture an example that will produce the bad break that the OP reports: LaTeX seems very reluctant to break after the headline. I

Re: [O] Tangling text files

2012-01-27 Thread Ian Barton
On 27/01/12 18:07, dlc wrote: How do I tangle txt to a txt file? #+TITLE: Centos 5 Apache Configuration #+AUTHOR: David Coate * Basic Conguration * Php Settings * Virtual Host e.g. for apache configuration ** example.com Use this as main website, use drupal, various other notes #+BEGIN_SRC: tx

Re: [O] Happy new year!

2011-12-31 Thread Ian Barton
On 31/12/11 18:55, Martyn Jago wrote: Bastien writes: Dear all, time to wrap-up for today and to celebrate. This has been a *great* year of development! May all your TODOs belong to your %s_archive. Happy new year :) Indeed! Bonne année et bonne santé! It's time to get the glad rags on a

Re: [O] Babel Tangling Only Blocks Under One Heading in a File with Multiple Blocks.

2011-11-22 Thread Ian Barton
On 22/11/11 13:46, Rainer M Krug wrote: On Tue, Nov 22, 2011 at 2:36 PM, Ian Barton mailto:li...@wilkesley.net>> wrote: I am using org to keep configuration files for my various servers. A typical file might look like: * Postfix ** main.cf <http://main.cf> #+

[O] Babel Tangling Only Blocks Under One Heading in a File with Multiple Blocks.

2011-11-22 Thread Ian Barton
I am using org to keep configuration files for my various servers. A typical file might look like: * Postfix ** main.cf #+BEGIN_SRC sh :tangle ~/dropbox/configuration_files/wilkesley.org/postfix/main.cf :exports none :noweb yes #+END_SRC ** master.cf * Dovecot ** dovecot.conf Mostly I only

Re: [O] [OT] s/mime / mail encryption

2011-11-08 Thread Ian Barton
On 03/11/11 18:02, Marcelo de Moraes Serpa wrote: Thank you for sharing your experiences guys, I only started thinking about this recently, when I had to send some documents to a banker. The issue is that I'm sure most bankers are not internet-savvy, they might not even know how to download some

Re: [O] Encrypting archived files

2011-11-07 Thread Ian Barton
I started archiving a bunch of pdf and jpg scans of some important documents. I currently use the org-crypt package + gnupg to encrypt org entries, I'm thinking about using gnupg to encrypt the files as well. Is there any integration with org for encryption/decryption of attached files? Any insi

Re: [O] [PATCH] Category filtering in the agenda

2011-11-06 Thread Ian Barton
here is a patch implementing category filtering in the agenda. The patch is not 100% clean wrt documentation, but I throw it now to get some feedback and some testing done. Press "<" in the agenda to filter by category. Press "< <" to filter by the category of the entry point. Another "/ /"

Re: [O] Folding Source Blocks

2011-11-02 Thread Ian Barton
On 02/11/11 13:13, Nick Dokos wrote: Ian Barton wrote: If I have a large begin_src block it can make reading the surrounding text difficult, as the reader has to keep paging up and down. Ideally it would be possible to fold src blocks, but I can see that would be inconsistent with org&#

[O] Folding Source Blocks

2011-11-02 Thread Ian Barton
If I have a large begin_src block it can make reading the surrounding text difficult, as the reader has to keep paging up and down. Ideally it would be possible to fold src blocks, but I can see that would be inconsistent with org's structure. I could put the block in a draw, but was interested

Re: [O] Monthly Agenda View Start Date

2011-10-24 Thread Ian Barton
On 24/10/11 07:51, Carsten Dominik wrote: Hi Ian, actually, there was a thread about this yesterday: thread.gmane.org/gmane.emacs.orgmode/48290/focus=48290 On Oct 24, 2011, at 8:34 AM, Ian Barton wrote: I have just started using the month view in Agenda. However, it displays the whole of

[O] Monthly Agenda View Start Date

2011-10-23 Thread Ian Barton
I have just started using the month view in Agenda. However, it displays the whole of the current month, starting from the first. What I really want is to display a month's view from today. I relize that I can do this with a custom Agenda command, but is there aready some variable I can set tha

Re: [O] Tracking progress in sport trainings ?

2011-09-29 Thread Ian Barton
Xavier maillard.im> writes: > > Currentyl I am using a stupid physical notebook which is good for instant > results but does not fit well when I want see plots for example ;) > > What I am writting down onto the paper is this: > > 1. date/time > 2. duracy > 3. distance > 4. weather > 5. heart

Re: [O] exporting HTML - content only

2011-06-27 Thread Ian Barton
On 27/06/11 15:18, Tamas K Papp wrote: Hi, I started using org-mode to write blog posts for posting on blogger.com. I am aware of org-googlecl, but I am looking for a more lightweight solution to the following problem: How can I export only the _content_ of a page as HTML into a buffer? Speci

Re: [O] documentation versions question

2011-06-23 Thread Ian Barton
On 23/06/11 10:54, Jude DaShiell wrote: Once git pull has been run and the build of org and documentation have been done and installed, should info org provide the org version of 6.33x? Also, orgguide doesn't get added to my info files is it supposed to be held separate for some reason? orgguide

Re: [O] [Bug] Doc string for org-clock-into-drawer truncated?

2011-06-21 Thread Ian Barton
On 21/06/11 08:49, Carsten Dominik wrote: On Jun 20, 2011, at 9:32 PM, Achim Gratz wrote: In org-clock.el, the following definition is found: (defcustom org-clock-into-drawer org-log-into-drawer "Should clocking info be wrapped into a drawer? When t, clocking info will always be inserted i

Re: [O] makeinfo removed from debian squeeze

2011-06-18 Thread Ian Barton
On 18/06/11 07:58, Jude DaShiell wrote: What should be used to replace the makeinfo program in the makefile for org-mode? It appears to be missing from debian squeeze. Try installing texinfo, that's where it's packaged in Ubuntu. Ian.

Re: [O] Google weather

2011-06-07 Thread Ian Barton
Carsten Dominik writes: > > I am trying to use the google weather in Org-mode for the first time, > but I am always getting a 443 error when I evaluate something like > > (org-google-weather "Amsterdam") > > I am not sure where to look for what might causing this - any pointers would > be It lo

Re: [O] Google weather

2011-06-07 Thread Ian Barton
On 07/06/11 07:53, Carsten Dominik wrote: Hi everyone, I am trying to use the google weather in Org-mode for the first time, but I am always getting a 443 error when I evaluate something like (org-google-weather "Amsterdam") I am not sure where to look for what might causing this - any pointe

Re: [O] [Patch] For the Manual: using org-crypt

2011-05-30 Thread Ian Barton
is difficult to get right with a patch. Please take Jambunathans comments int account. Thanks - Carsten On May 27, 2011, at 12:38 PM, Ian Barton wrote: On 27/05/11 10:15, Christian Egli wrote: Carsten Dominik writes: Is anyone working on making this a complete patch? Sorry, no. I&#x

Re: [O] [Patch] For the Manual: using org-crypt

2011-05-27 Thread Ian Barton
On 27/05/11 10:15, Christian Egli wrote: Carsten Dominik writes: Is anyone working on making this a complete patch? Sorry, no. I'll have a go and try to make a proper patch against the current manual. Don't blame me if the manual breaks:) Ian.

Re: [O] Org Contacts, Gnus and Yasnippet Not Playing Nicely

2011-05-24 Thread Ian Barton
On 24/05/11 11:21, Tassilo Horn wrote: Ian Barton writes: Hi Ian, I am trying to set up Org Contacts and gnus. Org Contacts suggests that pressing + in the To: field in a message buffer should offer a list of tags from my contacts file. However, I just get a Tab. I suspect that Yasnippet

[O] Org Contacts, Gnus and Yasnippet Not Playing Nicely

2011-05-23 Thread Ian Barton
I am trying to set up Org Contacts and gnus. Org Contacts suggests that pressing + in the To: field in a message buffer should offer a list of tags from my contacts file. However, I just get a Tab. I suspect that Yasnippet is interfering, as entering the abbreviation for any of my snippets an

Re: [O] Re: Update org-mode

2011-04-05 Thread Ian Barton
On 05/04/11 16:31, Dror Atariah wrote: Let me summarize the steps I carried out eventually, to use the package manager. Note, I am using emacs 23 based editor which was shipped with org-mode 6.33. * Updating Follow the steps: ** Intsall the package manager *** Download the =packages.el= file f

Re: [O] Update org-mode

2011-04-01 Thread Ian Barton
On 01/04/11 16:20, Dror Atariah wrote: I tried to follow the update process described here: http://orgmode.org/worg/org-faq.html under: How do I keep current with bleeding edge development? The only change I made was the place where I checked out the new version. Instead of ~/elisp I have ~/Lib

[O] [Patch] For the Manual: using org-crypt

2011-03-18 Thread Ian Barton
Apologies in advance this isn't a "real" patch:) This is the entry for the manual describing org-crypt.el. I was going to put it in http://orgmode.org/manual/Miscellaneous.html#Miscellaneous However, since I am not a Tex user, I rapidly came to the conclusion that if I tried to patch org.texi,

Re: [O] Trying to replace PasswordSafe with org-crypt

2011-03-17 Thread Ian Barton
Finally, is there a way to force symmetric encryption? You can set (setq org-crypt-key nil) in your .emacs, which should make encryption asymmetric. Ian.

[O] [PATCH] Remove TODO about symmetric encryption as this has already been implemented.

2011-03-15 Thread Ian Barton
diff --git a/lisp/org-crypt.el b/lisp/org-crypt.el index 6454eab..70e8038 100644 --- a/lisp/org-crypt.el +++ b/lisp/org-crypt.el @@ -57,8 +57,6 @@ ;;file, call `org-crypt-use-before-save-magic' after loading ;;org-crypt.el. ;; -;; TODO: -;; - Allow symmetric encryption as well ;;; T

Re: [O] org-crypt Error: org-crypt-use-before-save-magic

2011-03-14 Thread Ian Barton
On 14/03/11 09:36, Julien Danjou wrote: On Mon, Mar 14 2011, Ian Barton wrote: I notice that org-crypt isn't documented in the manual and there is an old message from Carsten asking for someone to document it. If I can get it working I'll promise to document it:) Also I'll

[O] org-crypt Error: org-crypt-use-before-save-magic

2011-03-14 Thread Ian Barton
I am investigating using org-crypt in some of my files. In my .emacs I have: #+BEGIN_SRC emacs-lisp (require 'org-crypt) (org-crypt-use-before-save-magic) (setq org-tags-exclude-from-inheritance (quote ("crypt"))) ; GPG key to use for encryption (setq org-crypt-key "MyKey") #+END_SRC When I sta

[O] The Answer to Life the Universe and Caching Your Passwords (it's not,42).

2011-03-11 Thread Ian Barton
A light hearted look at getting Emacs to cache your encryption passwords. Today I decided to try out the git version of gnus. After cloning the repo and setting my .emacs to load gnus, I was prompted to enter the details for my various email accounts, currently stored in my .authinfo file. Gnus t

Re: [O] [Bug] body-only Export Option Adds Extra html Tags.

2011-03-08 Thread Ian Barton
On 08/03/11 14:30, Manuel Giraud wrote: Manuel Giraud writes: Ian Barton writes: So it looks like SHA: da8dc7bba72613131f97a28f1c4a912b8d85d7cc Rewrite the handling of HTML preamble/postamble caused the problem. I'll have a look at that. Is the and with no opening a normal beha

Re: [O] [Bug] body-only Export Option Adds Extra html Tags.

2011-03-08 Thread Ian Barton
On 07/03/11 18:10, Ian Barton wrote: If I export body-only in my publishing options and publish a file that looks like: #+TITLE: Index for Cycling Pages. #+STARTUP: showall indent #+STARTUP: hidestars #+BEGIN_HTML --- layout: cycling title: Cycling. excerpt: Page about cycling. --- #+END_HTML

[O] [Bug] body-only Export Option Adds Extra html Tags.

2011-03-07 Thread Ian Barton
If I export body-only in my publishing options and publish a file that looks like: #+TITLE: Index for Cycling Pages. #+STARTUP: showall indent #+STARTUP: hidestars #+BEGIN_HTML --- layout: cycling title: Cycling. excerpt: Page about cycling. --- #+END_HTML Some text The resulting html looks li

Re: [O] org google weather

2011-03-04 Thread Ian Barton
Hi Ian, Ian Barton wrote: Has anybody tried adding the functionality of %%(diary-sunrise-sunset) (sunrise, sunset time and daylight hours) to the google weather code? I just have something like: #+CATEGORY: Day/Year &%%(diary-day-of-year) #+CATEGORY: Sunrise &%%(diary-sunrise-sun

Re: [O] org google weather

2011-03-04 Thread Ian Barton
On 03/03/11 21:37, Simon Brown wrote: Evening all, Has anybody tried adding the functionality of %%(diary-sunrise-sunset) (sunrise, sunset time and daylight hours) to the google weather code? Simon I just have something like: #+CATEGORY: Day/Year &%%(diary-day-of-year) #+CATEGORY: Sunrise &%

[O] Re: [Orgmode] Splitting mailing list

2011-02-28 Thread Ian Barton
The thing that is most difficult for me is the fact that I almost never can read the entire subject header. Often I get to read only the first word. Tags will make that worse. I hope the switch from [Orgmode] to [O] will make things easier for you. Since we now have a single letter [O] fo

Re: [Orgmode] Problem with org-time-stamp & co

2011-02-18 Thread Ian Barton
On 17/02/11 20:15, Suvayu Ali wrote: On Thu, 17 Feb 2011 16:15:42 +0100 Michael Käufl wrote: Hi, I tried to enter a date before 01/01/1970 using “C-c .” (org-time-stamp) and org replaced the year by 2011. (The same problem occurs with org-time-stamp- inactive and the C-u prefixed variants.)

[Orgmode] [babel] After Tangle Change File Permission

2011-02-09 Thread Ian Barton
I am starting to use babel to maintain my collection of shell scripts. I want to automate the process as much as possible, so I would like to be able to set the execute bit on my tangled .sh scripts after the tangle process. I see that there is an after-tangle hook. Can anyone give me some hin

Re: [Orgmode] Status google calendar sync

2011-01-21 Thread Ian Barton
I know some people managed to get a kind of sync running between org-mode and google calendar. I would really like to know how this works out for them and maybe create a stimulus to write something (I would play the beta-tester) on worg. Ideally, I want to have a no-brainer. I create a new appoi

Re: [Orgmode] Help with migrating blog to org-mode format

2011-01-10 Thread Ian Barton
On 09/01/11 22:53, Myriam Abramson wrote: Hello, After Google dropped the ftp option to blogger, I dumped my blog to an xml file with the hope of ressucitate it to a more friendly environment for me. I've found this environment with a combination of org-mode, blorg, and ... dropbox. Dropbox jus

Re: [Orgmode] Re: Installing org-mode from git without byte-compiling

2011-01-01 Thread Ian Barton
On 01/01/11 09:58, Ian Barton wrote: On 01/01/11 05:36, Jambunathan K wrote: Inspecting the Makefile, I see that I probably want to make the info documentation and have that installed automatically, I just don't want to byte-compile the lisp. $ make doc/org The above command will cre

Re: [Orgmode] Re: Installing org-mode from git without byte-compiling

2011-01-01 Thread Ian Barton
On 01/01/11 05:36, Jambunathan K wrote: Inspecting the Makefile, I see that I probably want to make the info documentation and have that installed automatically, I just don't want to byte-compile the lisp. $ make doc/org The above command will create a file named 'org' in the doc directory.

Re: [Orgmode] Bug report: filing into a date tree in year 2011 when 2010 exists in file

2011-01-01 Thread Ian Barton
On Dec 31, 2010, at 10:59 PM, Charles Cave wrote: Happy New Year! This morning I filed a note into my taskdiary file which is a date tree file. The top level headlines are: * Configuration * Calendar * 2010 When I filed a new note (date is 1st January 2011) I expected a new top level headin

Re: [Orgmode] History in org-mode

2010-11-22 Thread Ian Barton
On 22/11/10 13:42, Glasspen wrote: Hi! Is it posible to view a week (like agenda-view) that has already passed? I want to be able to see what I did a week back in time. Pressing "b" in Agenda view will take you back a week at a time. Ian. ___ Emac

Re: [Orgmode] Re: New Screencast: Setting Up Org-mode for Windows

2010-11-11 Thread Ian Barton
Thanks for creating this, Russell. It's great! Oh, BTW, is there a tutorial on how to set up a Worg account for Windows users? You should be able to use Putty on Windows, the same way as ssh in Linux. See http://www.chiark.greenend.org.uk/~sgtatham/putty/ Ian.

Re: [Orgmode] Organising freezers and generating shopping lists

2010-11-08 Thread Ian Barton
Have fun with your project. Sounds cool! Don't try to put too many things in, or your project may defrost. Perhaps you should consider a Feature Freeze:) Ian. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emac

Re: [Orgmode] Worg needs some reorganizing

2010-10-14 Thread Ian Barton
On 13/10/10 16:41, Eric Schulte wrote: Dan Davison writes: Worg could do with some reorganization. It is not at all easy to find stuff in there (at least, using a web browser). I agree there is certainly room for improvement here. Maybe this sort of re-organization should be considered alon

Re: [Orgmode] Themes Compatible with color-theme.el

2010-10-14 Thread Ian Barton
Eric, Yes that's a good idea, I'll use your page and add it as a link to the org-appearance page. Ian. On 13/10/10 16:30, Eric Schulte wrote: Ian Barton writes: Hi Eric, There is a file in worg called org-color-themes.org, which contains your colour theme (railscast). However

Re: [Orgmode] Themes Compatible with color-theme.el

2010-10-14 Thread Ian Barton
Hi Carsten and Eric, Yes, I'll fix it. Best wishes, Ian. On 13/10/10 13:40, Carsten Dominik wrote: On Oct 13, 2010, at 12:08 PM, Ian Barton wrote: Hi Eric, There is a file in worg called org-color-themes.org, which contains your colour theme (railscast). However, it's not ref

Re: [Orgmode] Themes Compatible with color-theme.el

2010-10-13 Thread Ian Barton
and use the Lightbox javascript library to allow the user to see a full size popup. This involves quite a bit of fiddling about to get the page to look right and I don't want to mess up the appreance of org-appearance! -- Best wishes, Ian. "Eric Schulte" writes: > Ian Barton

Re: [Orgmode] cache issue when publishing website with include file

2010-10-12 Thread Ian Barton
Vinh Nguyen writes: > > I'm wondering how others are handling this in their work flow? Delete > the cache directory? Edit all .org files so they get updated at the > publishing command? > I delete the .org-timestamps directory. I guess you could always touch all the files in your project, so or

Re: [Orgmode] Themes Compatible with color-theme.el

2010-10-10 Thread Ian Barton
Scott Jaderholm writes: > http://jaderholm.com/color-themes/color-theme-colorful-obsolescence.el > http://jaderholm.com/color-themes/color-theme-active.el > http://jaderholm.com/color-themes/color-theme-wombat.el > > Please link to don't copy so that as I make changes they'll get updated. > > Sco

[Orgmode] Worg - Using Lightbox Javascript.

2010-10-10 Thread Ian Barton
I am writing the screenshots page for my org-color-theme contribution. Usually when I am doing something like this I would make each picture about 500px wide and allow the user to see a full size popup using the Lightbox Javascript library. Lightbox is licenced under the Creative Commons Attrib

Re: [Orgmode] Re: Themes Compatible with color-theme.el

2010-10-10 Thread Ian Barton
On 09/10/10 22:45, Memnon Anon wrote: Hi Ian, Ian Barton writes: If anyone would like to post their theme as a reply to this message, I would be happy to incorporate it into Worg. I use manoj-color-theme, with some minor modifications by now, but those are not in the org related color

Re: [Orgmode] Re: Themes Compatible with color-theme.el

2010-10-10 Thread Ian Barton
On 09/10/10 16:54, Yavuz wrote: I have a theme (a modified zenburn to be less contrasty and use a light background) at http://github.com/yarkun/zenash if anyone is interested. Thanks. I'll add this to the worg page, which I'll be updating this weekend. Ian. __

Re: [Orgmode] Re: Themes Compatible with color-theme.el

2010-10-10 Thread Ian Barton
On 09/10/10 19:42, David O'Toole wrote: Hi everyone, I have a theme with Org customizations called color-theme-folio. it's not done yet, but works fine so far. I'd be happy to make a few more changes and contribute it under whatever license. http://github.com/dto/emacs-config/blob/master/folio.el

Re: [Orgmode] Re: Themes Compatible with color-theme.el

2010-10-07 Thread Ian Barton
On 07/10/10 09:56, Sébastien Vauban wrote: Hi Ian, Ian Barton wrote: Colour themes I have been able to find .el files for. color-theme-colorful-obsolescence.el color-theme-railscast.el color-theme-tangotango.el color-theme-zenburn.el color-theme-sva.el Excellent initiative, to collect themes

[Orgmode] Themes Compatible with color-theme.el

2010-10-07 Thread Ian Barton
I have about as much talent for designing colour themes as the average goldfish. That's unfair, the goldfish are better than me:) So I use someone else's them and customize it a bit. In a recent bout of fiddling I decided to try out a few new themes. I searched the mailing list and there has been

Re: [Orgmode] Re: Orgmode meetup at FOSDEM, February 2011. Who would come?

2010-09-29 Thread Ian Barton
On 29/09/10 08:15, Ian Barton wrote: > Ivan Vilata i Balaguer writes: > >> Having an Org meet-up would be one more great reason to attend FOSDEM >> this year! :) >> >> Carsten Dominik (2010-09-28 19:44:30 +0200) wrote: >> >>> Please reply to this

Re: [Orgmode] Re: Orgmode meetup at FOSDEM, February 2011. Who would come?

2010-09-29 Thread Ian Barton
Ivan Vilata i Balaguer writes: > Having an Org meet-up would be one more great reason to attend FOSDEM > this year! :) > > Carsten Dominik (2010-09-28 19:44:30 +0200) wrote: > >> Please reply to this email if you'd consider to come to FOSDEM[1,2], >> February 5 and 6 next year in Brussels, in ord

Re: [Orgmode] Re: FLOSS Weekly show about Org-mode

2010-09-25 Thread Ian Barton
Julien Fantin writes: > Just noticed the interview is available on iTunes. > http://itunes.apple.com/fr/podcast/floss-weekly-136-emacs-org/id368823654?i= > 87659805 > > Not sure how I'd watch it if I were on my gnu box though. You can downoad the video (hi res) from http://twit.cachefly.net/vide

Re: [Orgmode] FLOSS Weekly show about Org-mode

2010-09-18 Thread Ian Barton
> > If you have suggestions on something specific I should try to cover, > let me know. > So what are you going to say when Randall asks you if you are a Vi or Emacs user:) For those that haven't listened to FOSS weekly before, Randall asks everyone this question. Ian. _

Re: [Orgmode] Re: Agenda and weather forecast

2010-09-10 Thread Ian Barton
On 09/09/10 19:18, Ian Barton wrote: > >> >>>>>>> "Simon" == Simon Guest writes: >> >> Simon> I downloaded google-weather-el-236b269, and stuck >> Simon> %%(org-google-weather) at the top of one of my org files,

Re: [Orgmode] Re: Agenda and weather forecast

2010-09-09 Thread Ian Barton
"Simon" == Simon Guest writes: Simon> I downloaded google-weather-el-236b269, and stuck Simon> %%(org-google-weather) at the top of one of my org files, but Simon> when building the agenda, Emacs complains [...] I had the same trouble at first. Fixed by making sure that

Re: [Orgmode] Re: Finally jekyll and org-jekyll

2010-08-13 Thread Ian Barton
On 12/08/10 09:04, Andrea Crotti wrote: > Ian Barton writes: > >>> >> Hi Andrea, >> >> I don't use org-jekyll myself. You can view my tutorial on the way I >> di it at http://orgmode.org/worg/org-tutorials/org-jekyll.php >> . Basically what you

Re: [Orgmode] Finally jekyll and org-jekyll

2010-08-11 Thread Ian Barton
On 11/08/10 17:41, Andrea Crotti wrote: I've been struggling for already too much time and I really don't get anywhere the few informations I need. I want to finally build my page with jekyll and org-mode, and I also have org-jekyll which looks pretty cool, but anything I tried until now didn't

Re: [Orgmode] Re: What license for Worg?

2010-08-04 Thread Ian Barton
On 04/08/10 06:36, Bastien wrote: > Or we might also consider CC0: > > http://creativecommons.org/publicdomain/zero/1.0/ > > It looks way more simple to me. > > It also circumvents the problem of people having to sign the FSF papers > if the Org/Emacs manuals include part of the code they cont

Re: [Orgmode] What license for Worg?

2010-08-03 Thread Ian Barton
> what is the most suitable license (or licensing scheme) for Worg? > > Here is the best solution I can think of: dual-licensing[1] under the > GNU Free Documentation License 1.3[2] and the Creative Commons BY-SA > 3.0[3] license. This solution would make it possible to take excerpts > from Worg

Re: [Orgmode] Re: packaging org-mode & worg

2010-06-26 Thread Ian Barton
I also like the idea of a debian package for Worg - this cannot hurt and might advertize the project quite widely. I'll create a ppa for Worg on Launchpad and see if I can create a useful package. I think that in addition to just the org files, it would be useful if the package contained

Re: [Orgmode] packaging org-mode & worg

2010-06-24 Thread Ian Barton
Some question come to my mind (see below for a general question): Could you, please, elaborate who are the distribution editors? + Carsten with file org-mode.zip? + FSF emacs+[stable]-orgmode? and what do mean, when you say "upstream"/"downstream" packages? Disclaimer I am not Stefano:) It's

Re: [Orgmode] New implementation of the Org remember process ready for comments and testing

2010-06-23 Thread Ian Barton
O The fact that I have let go of trying to follow up every thread on the mailing list is really great for me, thanks to John and David for providing issue and patch tracking - this is a huge simplification. And thanks to everyone who is contributing with answers and patches! The best part of th

Re: [Orgmode] New implementation of the Org remember process ready for comments and testing

2010-06-23 Thread Ian Barton
1. Run M-x org-capture-import-remember-templates RET to get a translated version of your remember templates into the new variable `org-capture-templates'. This will "mostly" work, but maybe not for all cases. At least it will give you a good place to modify

Re: [Orgmode] how to customize (inactive) timestamp textual format

2010-06-22 Thread Ian Barton
On 22/06/10 08:23, Stefano Zacchiroli wrote: On Mon, Jun 21, 2010 at 10:10:19PM +0200, Carsten Dominik wrote: this is a FAQ: http://orgmode.org/worg/org-faq.php#timestamps-and-system-time-locale Ah, thanks a lot Carsten, I did miss the FAQ entry. (I've only now noticed that the FAQ it not part

Re: [Orgmode] diagnosing emacs hangs

2010-06-22 Thread Ian Barton
On 22/06/10 02:18, Matt Price wrote: Hi all, I'm now using emacs for almost everything and of course that's great, except that it is essentially a single-threaded OS that currently HANGS with some frequency (100% CPU usgte that will continue for hours if you let it go. I think this probably has

Re: [Orgmode] repo.or.cz down?

2010-06-07 Thread Ian Barton
On 07/06/10 04:58, Nick Dokos wrote: Carsten Dominik wrote: I have not been able to reach repo.or.cz for more than a day now. Is it just me? No. I pulled yesterday some time but I just tried again and I could not. I had trouble reaching it this morning, but it's OK now. Ian. _

Re: [Orgmode] GitHub

2010-06-03 Thread Ian Barton
On 02/06/10 20:46, Daniel Martins wrote: Maybe this is a silly question but Is it possible to use UbuntuOne as an alternative to DropBox? https://one.ubuntu.com Not silly at all. Yes you can. There a couple of differences: Ubuntu One handles symlinks differently to Dropbox. Ubuntu One is not

Re: [Orgmode] Re: GitHub

2010-05-22 Thread Ian Barton
On 22/05/10 08:34, Carsten Dominik wrote: Arrgh, typo, I *am* considering! :-) On May 22, 2010, at 8:24 AM, Carsten Dominik wrote: Hi, since a number of you have voiced a strong preference for Org-mode to be hosted on GitHub, I am not considering such a step. Could someone spell out for me w

[Orgmode] Mini HOWTO: Using jQuery and a Plugin to Build a Page Table of Contents in javascript.

2010-05-18 Thread Ian Barton
Org's built in support for generating a table of contents is excellent. However, if you export your org files using the body only option (e.g. if using Jekyll), org doesn't produce a table of contents for you. There may also be times when the built in method doesn't quite do what you want. An alt

Re: [Orgmode] Why does org-html.org refuse to export a table of contents when body-only is t?

2010-05-17 Thread Ian Barton
I'd like to add a table of contents to a HTML export with body-only set to t (to feed into jekyll later), but org-html.el automatically disables the TOC when body-only is given. I have used the attached one-line patch without any problems, the (still XHTML strict compliant) result can be seen he

Re: [Orgmode] Is this the best place for noob questions too?

2010-04-28 Thread Ian Barton
On 27/04/10 23:00, David Frascone wrote: I notice that you guys all seem to be VERY MUCH experts in orgmode. . . my questions are all very . . urm . . RTFM'ish, or just noobish. Should I be posting them somewhere else? I'm still incorporating org-mode into my life, and making many mistakes . .

Re: [Orgmode] Easter without using org-agenda-holidays?

2010-04-28 Thread Ian Barton
On 28/04/10 05:00, andrew mcintosh wrote: I'm Canadian and have made an .org file including all the major Canadian holidays in it except for the Easter holidays. Is there a way to include it without using org-agenda-holidays? I'm not interested in knowing when it's Columbus Day, and more imp

Re: [Orgmode] Recursive calender item

2010-04-28 Thread Ian Barton
could you please advice how to make TODO item to be recursive in Agenda. Let's say item to be every week at 19:00 Tuesday. Then after I pointed it as DONE for this week, it's still as TODO item for next week and so on. Is it possible? ** TODO Put out dustbin SCHEDULED: <2010-05-05 Wed +1

Re: [Orgmode] Plans for synching with Emacs dev sources?

2010-04-14 Thread Ian Barton
On 13/04/10 22:57, Jan Böcker wrote: On 13.04.2010 22:15, Óscar Fuentes wrote: Currently I'm using 6.33x, which is the version that comes with Emacs dev source code. I'll like to use a more recent version of org-mode, and so I ask if there are plans for upgrading Emacs' org-mode sources with the

Re: [Orgmode] Are raw org files available on Worg website?

2010-04-14 Thread Ian Barton
Curious - is there a custom css that these org-files use? For example, I'd like to get the look of the contents-section and the fonts on the worg sites. Livin Stephen Sharma You can almost always find out what stylesheet a page uses by doing View Source in your browser. In this case it's http:

Re: [Orgmode] Re: org-mode tutorial questionaire

2010-03-27 Thread Ian Barton
I keep my stuff in git too, but recently I have found Dropbox very useful. Once I discovered how to install it on my server it meant that all my config files were automatically kept in sync on my computers. in fact Dropbox is still great even if you don't run your own server. Git is still very us

Re: [Orgmode] Re: org-mode tutorial questionaire

2010-03-24 Thread Ian Barton
I keep my ~/.emacs -> ~/git/emacs/emacs.el and ~/git/emacs/custom.el files in a git repository (~/git/emacs) so I can commit changes to these files and add meaningful comments about the reason for the change in the commit message. This lets me easily experiment with changing half a dozen varia

Re: [Orgmode] Re: New Org-mode talk by Carsten Dominik

2010-03-08 Thread Ian Barton
Stefan Vollmar writes: we proudly present: "Emacs Org-mode: Organizing a Scientist's Life and Work" Ogg version has a very lousy sound :-( As if it was pushed through a ~500Hz bandpass filter. But nevertheless thank you very much. It's probably possible to improve the soundtrack. If I can

Re: [Orgmode] Which Emacs on Ubuntu

2010-02-13 Thread Ian Barton
Graham Smith wrote: Ian, I use the emacs-snapshot ppa from https://launchpad.net/~ubuntu-elisp/+archive/ppa. I had some problems with the Ubuntu Emacs 23 package (menu drawing, etc). However, these have probably been fixed by now. The snapshot is a bleeding edge version of Emacs, so you can ex

Re: [Orgmode] Which Emacs on Ubuntu

2010-02-12 Thread Ian Barton
Graham Smith wrote: I have had to do a fresh install of Ubuntu 9.10, and on going to re-install Emacs, I see lots of choices. As I primarily use Emacs to run Orgmode and I find the list of Emacs options rather confusing, can anyone here suggest which is the best option to install. The key choic

[Orgmode] Problems Setting Drawers in .emacs

2010-02-12 Thread Ian Barton
Recently I have noticed a problem setting up Drawers. In my .emacs I have: (add-to-list 'load-path "~/.emacs.d/src/lisp") (add-to-list 'load-path "~/.emacs.d/src/org-mode/contrib/lisp") (require 'org-install) (require 'org-babel-init) (org-babel-load-file "~/.emacs.d/blacky.org") In ~/.emacs.d/b

Re: [Orgmode] Org Babel Bug

2010-02-11 Thread Ian Barton
indent - (indent-code-rigidly (match-beginning 0) (match-end 0) indentation + (indent-code-rigidly + (match-beginning 0) (match-end 0) indentation) (setq start (match-end 0))) (interblock start (point-max)) Ian Barton

[Orgmode] Org Babel Bug

2010-02-09 Thread Ian Barton
I am using Babel to maintein my .emacs file. When I try to publish I am getting a Babel error from one of my org files. The offending section of the org file seems to be: #+BEGIN_SRC emacs-shell 127.0.0.1 mail.wilkesley.org localhost # The following lines are desirable for IPv6 capable hos

Re: [Orgmode] Org2Mobile Announcement

2010-02-07 Thread Ian Barton
Ivan Bulanov wrote: Hello org-mode users! Let me present you Org2Mobile - a service that enables you take your tasks from an org-mode file to the mobile phone calendar. It consists of a desktop agent and a mobile phone application. The desktop program monitors your org file for changes and se

Re: [Orgmode] Any idea why the git repo is so huge

2010-02-02 Thread Ian Barton
The git repo I just checked out a minute ago is 54M, 20 times bigger than the org lisp files. Any idea why it is so large? Thanks. Leo Don't forget it has a complete history of all org development since the initial import of the source. You may be able to reduce the size of your local repo

Re: [Orgmode] Orgmode manual - available in *.org / emacs format?

2010-01-25 Thread Ian Barton
I had a look at Publishing and the 2 contained sample configurations. Will following these examples give the left-hand scrollable TOC like it's visible on the http://orgmode.org/manual page? I think it depends on the css. Have a look on it ;-) If you didn't know, you can easily get the css by do

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

2010-01-25 Thread Ian Barton
I bought an A5 sized (5.5 x 8/5 inches / 14 x 21cm) student diary - one week to an opening with the 7 days on the left and a page for notes on the right. I use this for note taking and writing in very important dates, but I still refer to the org-mode file as the master reference. This diary c

<    1   2   3   4   >