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

[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: [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 &%

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

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

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

[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

[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

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

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

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

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

[O] Re-align All Tables in a Region.

2012-08-18 Thread Ian Barton
I have a file which contains lots of tables. The document is created by a shell script, so when it's opened none of the tables are aligned. Is there a command that will let me re-align all tables in a region? There are a lot of tables, so I don't want to do them one at a time. As a workaround

Re: [O] Re-align All Tables in a Region.

2012-08-19 Thread Ian Barton
On 18/08/12 09:40, Andrew Young wrote: Sat, Aug 18, 2012 at 4:14 AM, Ian Barton wrote: I have a file which contains lots of tables. The document is created by a shell script, so when it's opened none of the tables are aligned. Is there a command that will let me re-align all tables in a r

[O] Using Capture to Append a Line to a Table

2012-08-19 Thread Ian Barton
I am not sure if this is user error, or a bug. I want to append a line to table using Capture. My Capture template is: ("b" "Bike log" table-line (file "~/dropbox/org/org_files/cycling/bike_log.org") "|%u|%?||" :prepend t ) In bike_log.org I have just: | Heading 1 | Heading 2 | Heading 3 |

Re: [O] Using Capture to Append a Line to a Table

2012-08-20 Thread Ian Barton
On 19/08/12 16:41, Bastien wrote: Hi Ian, Ian Barton writes: I am not sure if this is user error, or a bug. I want to append a line to table using Capture. This if fixed in git, thanks for reporting this! That was quick! Thanks, can confirm it's fixed for me. Ian.

Re: [O] GNU Emacs ported to Android

2012-08-21 Thread Ian Barton
On 21/08/12 16:22, Karl Voit wrote: I just stumbled upon https://play.google.com/store/apps/details?id=com.zielm.emacs&hl=en It is still in an early phase but still I am dreaming of having Org-mode on my XOOM tablet ... :-) HW/SW-keyboard is still an issue here IMHO. The Ctrl/ESC keys of my fr

Re: [O] Alternate format for datetree

2012-08-28 Thread Ian Barton
On 27/08/12 07:08, John Hendy wrote: On Sun, Aug 26, 2012 at 11:04 PM, Nick Dokos wrote: John Hendy wrote: On Sun, Aug 26, 2012 at 3:11 PM, c b <24x7x...@gmail.com> wrote: Hi, I have been using org-mode for about 18 months now and love it. I recently came across the org-capture file+datetr

Re: [O] Alternate format for datetree

2012-08-29 Thread Ian Barton
On 28/08/12 13:50, Nick Dokos wrote: Ian Barton wrote: I would like to use something like this. However, using a recent git checkout of org mode and the following simple template from the original list message: ("u" "Test" entry (file+

Re: [O] Alternate format for datetree

2012-08-29 Thread Ian Barton
On 29/08/12 15:25, John Hendy wrote: On Wed, Aug 29, 2012 at 2:49 AM, Ian Barton wrote: On 28/08/12 13:50, Nick Dokos wrote: Ian Barton wrote: I would like to use something like this. However, using a recent git checkout of org mode and the following simple template from the original list

Re: [O] Google-weather.el and the Latest Git Version of Org-mode

2012-09-04 Thread Ian Barton
On 31/08/12 14:19, Carson Chittom wrote: Jude DaShiell writes: It might be near time to investigate wunderground.com and loose google for weather before igoogle disappears. Other weather sites capable of text output may also be available, I haven't investigated that yet. For those in the US

Re: [O] Google-weather.el and the Latest Git Version of Org-mode

2012-09-05 Thread Ian Barton
On 04/09/12 08:54, Ian Barton wrote: On 31/08/12 14:19, Carson Chittom wrote: Jude DaShiell writes: It might be near time to investigate wunderground.com and loose google for weather before igoogle disappears. Other weather sites capable of text output may also be available, I haven&#

Re: [O] Alternate format for datetree

2012-09-06 Thread Ian Barton
On 29/08/12 21:01, Ian Barton wrote: On 29/08/12 15:25, John Hendy wrote: On Wed, Aug 29, 2012 at 2:49 AM, Ian Barton wrote: On 28/08/12 13:50, Nick Dokos wrote: Ian Barton wrote: I would like to use something like this. However, using a recent git checkout of org mode and the following

Re: [O] info org section 3.1

2012-09-07 Thread Ian Barton
On 07/09/12 10:16, Jude DaShiell wrote: As an experiment, I replaced the org-mode from git with the debian org-mode package version 7.8.11 and tried creating the table again. This time, no errors. Apparently something happened between 7.8.11 and 7.9.11 to make this happen even with emacs 23.x sy

Re: [O] org-e-groff-export-to-groff produces empty output file

2012-09-21 Thread Ian Barton
On 20/09/12 20:38, Eric Schulte wrote: Hi, Maybe I'm missing something obvious here, but I can't get org-e-groff to generate anything but an empty output file. I've boiled this down to the following minimal example. First save the attached example.org file to /tmp/example.org. Then run the fo

[O] Bug:install: cannot stat ‘org-install.elc’

2012-10-03 Thread Ian Barton
Just done a git pull followed by make clean, make all and make install. I get the following error: install: cannot stat ‘org-install.elc’: No such file or directory make[1]: *** [install] Error 1 make[1]: Leaving directory `/home/ian/Dropbox/.emacs.d/src/org-mode/lisp' make: *** [install-lisp] E

[O] Setting Tags Using #+INCLUDE:

2012-10-22 Thread Ian Barton
I have tags defined in my .emacs using setq org-tag-alist. However, I have a group of files (>100) for which I want to define a different set of tags. Rather than place a #+TAGS directive I thought I would define them in another file (setup.org) and INCLUDE this in each of the 100 files. Howev

Re: [O] Setting Tags Using #+INCLUDE:

2012-10-22 Thread Ian Barton
Thanks Carsten, Works perfectly. Ian. On 22/10/12 13:59, Carsten Dominik wrote: Hi Ian, you need to use #+setupfile instead of #+include for this purpose. - Carsten On 22 okt. 2012, at 14:39, Ian Barton wrote: I have tags defined in my .emacs using setq org-tag-alist. However, I have a

[O] Babel: Processing Tables - Ignore Some Rows

2012-10-30 Thread Ian Barton
I am using gnuplot to plot some data from a table: #+tblname: monthly_total_mileage |---+--| | Month | Distance | |---+--| | Jan | 272.04 | | Feb | 317.11 | | Mar | 354.27 | | Apr | 288.21 | | May | 488.35 | | Jun | 444.92 | | Jul | 497.21 | | A

Re: [O] Babel: Processing Tables - Ignore Some Rows

2012-10-31 Thread Ian Barton
:-3,]? hth, Tom Ian Barton writes: I am using gnuplot to plot some data from a table: #+tblname: monthly_total_mileage |---+--| | Month | Distance | |---+--| | Jan | 272.04 | | Feb | 317.11 | | Mar | 354.27 | | Apr | 288.21 | | May | 488.35 | | Jun

Re: [O] Suggestions for progress tracking

2012-11-11 Thread Ian Barton
On 11/11/12 03:48, Eric Abrahamsen wrote: David Rogers writes: Eric Abrahamsen writes: I'm starting another novel translation, and want to keep track of progress in org (I've blown too many deadlines in the past). I've been looking at the habits functionality, but it doesn't quite match wha

Re: [O] Org css

2012-12-13 Thread Ian Barton
On 10/12/12 12:17, Vladimir Lomov wrote: Hi, ** flav [2012-12-10 13:03:52 +0100]: Hello, I can't find out the css of the orgmode web site. Is it possible to get it ? Where ? Thanks wget http://orgmode.org/org.css A more generic solution, which should work for any web site, is to display

[O] [babel] Using Property Drawers to Pass Values to a Variable

2012-12-23 Thread Ian Barton
I am trying to pass a variable value to a latex source code block: * Letter. :PROPERTIES: :first_name: Ian :last_name: Barton :END: #+begin_src latex var: last_name =(org-get-entry nil "last_name") #+end_src However, it appears as though it's only supported for lisp. Any sug

[O] Org/LaTex setup for Business Letter Revisited

2012-12-24 Thread Ian Barton
I have been following the various threads about using the scrlttr2 class. However, none of them quite worked for me. I have come up with the following hack using Babel. There are three files attached which illustrates the general principles. * koma variables which don't change are defined in

Re: [O] Trimming quotes

2012-12-30 Thread Ian Barton
On 30/12/12 05:01, Nick Dokos wrote: PS. FWIW, my guidelines are to trim as much as possible. I include the question(s) that I respond to and insert my answers inline. I try to include enough context so that somebody reading just that piece of mail can make (at least some) sense of the question

[O] Using Properties in Capture Templates.

2013-01-19 Thread Ian Barton
I want to create a capture template which prompts for certain properties in a property draw, but alos creates some other properties without prompting for a value. However, I am having trouble mixing properties which are entered by the user and blank properties. The following example shows what

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

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

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] relative links in html export

2012-03-26 Thread Ian Barton
On 26/03/12 23:53, Matt Price wrote: Hi, I want to include a link like this in a document intended only for html output: [[/][Front Page]] I've also tried [[http:/][Front Page]] Neither produces the result I want, which is Front Page Is there any way to get the latter result? Thanks, matt

Re: [O] ledger file in org mode hangs during code block eval

2012-04-08 Thread Ian Barton
On 08/04/12 05:06, Alexandros Bantis wrote: Hello all, Hoping someone might be help me diagnose this problem. I recently changed my linux distro from ubuntu to arch linux. I had an org-file that was running very well (over a year) up until the switch over. I have monthly entries separated into s

Re: [O] ledger file in org mode hangs during code block eval

2012-04-09 Thread Ian Barton
On 09/04/12 11:37, Bastien wrote: Hi Alexandros, Alexandros Bantis writes: Have you got: (org-babel-do-load-languages 'org-babel-load-languages '((R . t) (ditaa . t) (dot . t) (emacs-lisp . t) (gnuplot . t) (haskell . nil) (latex . t) (ledger . t) (ocaml .

Re: [O] ledger file in org mode hangs during code block eval

2012-04-09 Thread Ian Barton
On 09/04/12 16:24, Ian Barton wrote: On 09/04/12 11:37, Bastien wrote: Hi Alexandros, Alexandros Bantis writes: Have you got: (org-babel-do-load-languages 'org-babel-load-languages '((R . t) (ditaa . t) (dot . t) (emacs-lisp . t) (gnuplot . t) (haskell . nil) (latex . t) (ledger .

Re: [O] Google Summer of Code -- 3 Org projects for our first participation!

2012-04-24 Thread Ian Barton
we will have 3 students hacking Org thanks to Google and the GSoC program. The list of all accepted projects can be checked here: http://www.google-melange.com/gsoc/projects/list/google/gsoc2012 Congratulations to Thorsten, Aurélien and Andrew who made it! And special thanks to Thorsten, w

[O] Problem Installing Info Files

2012-05-23 Thread Ian Barton
When I run make install I am getting the following error: make -C doc install make[1]: Entering directory `/home/ian/Dropbox/.emacs.d/src/org-mode/doc' if [ ! -d ~/.emacs.d/src/info ]; then mkdir -p ~/.emacs.d/src/info; else true; fi ; install -p org ~/.emacs.d/src/info install-info --infodir=~

Re: [O] Problem Installing Info Files

2012-05-23 Thread Ian Barton
On 23/05/12 11:19, Jude DaShiell wrote: Try: sudo make .install-info while in the org directory and see what happens. On Wed, 23 May 2012, Ian Barton wrote: When I run make install I am getting the following error: make -C doc install make[1]: Entering directory `/home/ian/Dropbox/.emacs.d

Re: [O] Problem Installing Info Files

2012-05-23 Thread Ian Barton
On 23/05/12 11:35, suvayu ali wrote: Hello Ian, On Wed, May 23, 2012 at 12:11 PM, Ian Barton wrote: from the directory containing org gives the following error: ~/.emacs.d/src/info/dir: could not read (No such file or directory) and could not create (No such file or directory) I think your

Re: [O] Variable `org-mobile-directory` must point to an existing directory. Multiplatform setup, howto

2012-05-27 Thread Ian Barton
On 26/05/12 20:00, Orlando López D. wrote: I configured emacs org-mode on a Mac, working properly, having my org files and MobileOrg file within my DropBox folder ( ~/DropBox/ ). Now, I will like to get my emacs setup working properly on my Windows box. I have been able to get it working in term

Re: [O] Variable `org-mobile-directory` must point to an existing directory. Multiplatform setup, howto

2012-05-29 Thread Ian Barton
On 28/05/12 15:45, Orlando wrote: Ian Barton wilkesley.net> writes: On 26/05/12 20:00, Orlando López D. wrote: I configured emacs org-mode on a Mac, working properly, having my org files and MobileOrg file within my DropBox folder ( ~/DropBox/ ). Now, I will like to get my emacs se

Re: [O] Reporting Errors in Org Mode Manual

2012-06-26 Thread Ian Barton
On 26/06/12 12:16, Bastien wrote: Hi Varun, Varun Vats writes: I looked through the Org Mode manual for a way to report errors and/ or suggest changes in it, but could not find anything other than a way to report bugs in the Org Mode implementation itself. I was wondering if someone could poi

Re: [Orgmode] Help with binding new key to change task state

2009-02-16 Thread Ian Barton
The second thing I am trying to do is have a shortcut to take a task from TODO to DONE without going through the above process. You can do this in Agenda View. C-u then type done in the mini-buffer. You can also choose other states and the mini buffer offers tab completion. Ian. _

[Orgmode] Error When Publishing a Single File

2009-02-17 Thread Ian Barton
This has been happening for a while. I suspect it's something in my settings, but I can't work out what. When I publish a single file, I get the following error: Debugger entered--Lisp error: (wrong-type-argument arrayp nil) file-truename(nil) org-publish-file("/home/ian/nfs/firewall/Documen

Re: [Orgmode] Error When Publishing a Single File

2009-02-17 Thread Ian Barton
Ian Barton writes: This has been happening for a while. I suspect it's something in my settings, but I can't work out what. When I publish a single file, I get the following error: Since this feature is prone to error, I'd suggest to drop it entirely. I never use it her

Re: [Orgmode] Using Git to update more than one machine (one without network access)

2009-02-25 Thread Ian Barton
I use a repo on a usb drive to keep my emacs init files in sync, but have absolutely no idea how to do this for my org-mode files. In essence, I'm trying to first pull changes from //repo.or.cz to my laptop, and then either have a second repo on the usb drive which I can pull changes onto, or pu

Re: [Orgmode] Error When Publishing a Single File

2009-02-27 Thread Ian Barton
Many thanks Carsten. Hi Ian, this bug is fixed now. Thanks for the report. - Carsten On Feb 17, 2009, at 12:21 PM, Ian Barton wrote: This has been happening for a while. I suspect it's something in my settings, but I can't work out what. When I publish a single file, I get the

Re: [Orgmode] MORE: Using git via USB for personal org dir and other data files

2009-02-28 Thread Ian Barton
Here is a rough idea of what I think I need to do now. Please comment on any ommissions or problems: At home, on my primarly workstation: 1. cd to a directory with a good tree (perhaps ~/org) already under git control. 2. insert the USB drive (I have a label "BLUE" on my usb drive. On my gno

[Orgmode] Article: Synchronizing org Files Using bzr and git

2009-03-03 Thread Ian Barton
I have been working on an article on syncing org files using a version control system for a while. The recent posts about using a usb stick motivated me to try and finish it. You can see the html version at http://www.ian-barton.com/ian-barton/org_vcs/org_vcs.html and get the current version

Re: [Orgmode] Article: Synchronizing org Files Using bzr and git

2009-03-04 Thread Ian Barton
Mark Elston wrote: Just a note. Be careful of the use of colors. For example, you have quoted strings in yellow in section 3.3. This color makes the strings almost invisible on my screen. This makes it hard to read. Also, is there a single-page or pdf version of this material? Mark, Sorry

Re: [Orgmode] Re: Article: Synchronizing org Files Using bzr and git

2009-03-05 Thread Ian Barton
Sebastian Rose wrote: Bernt Hansen writes: Mark, Sorry about the yellow I hadn't noticed it. I am trying to fix it, but it seems to be defeating my very limited css skills. The css generated by org is: *~ bzr add *.org In my stylesheet I am trying things like: pre.src { font-sty

Re: [Orgmode] My Python solution to generating unique Ids in headlines

2009-03-05 Thread Ian Barton
I settled on using a small Python script, since I am not a Lisp programmer. 1. I created a text file todononum.txt which contains the next number to use. 2. I created the following script to read this file, return the next available number formatted in a unique, easy to find string, for exam

Re: [Orgmode] Article: Synchronizing org Files Using bzr and git

2009-03-06 Thread Ian Barton
First of all, I do not control in any way what gets on Worg. Bastien set up Worg as user-edited content, and this is what it should be. If you aks my opinion, I think your tutorial is *exactly* what Worg was made for! I have not studied it in detail, but it looks useful, addresses a subject that

Re: [Orgmode] Worg: broken link for tracking habits minitutorial

2009-03-08 Thread Ian Barton
It looks like the link to his tutorial has been lost with the new addition of the git/bzr tutorial that follows it, on worg. I hope it's still available, as I intend to implement some of the ideas in that document. Hi Alan, Apologies, it's probably my fault :( The link works correctly on m

Re: [Orgmode] alter all subtrees containing specific tag

2009-03-08 Thread Ian Barton
I use pgg to encrypt some org subtrees (e.g. the ones containing passwords). At the moment I have to encrypt/decrypt them one at a time by selecting the appropriate region and running pgg-encrypt-region/pgg-decrypt-region. I want to make a function that will automatically encrypt/d

Re: [Orgmode] Emacs22/23: %%(diary-anniversary) Change of behaviour?

2009-03-10 Thread Ian Barton
Today, I installed Emacs 23.0.91.1 to test it. Having a look at the agenda, I missed some birthdays I had in my organizer.org in the suggested format: %%(diary-anniversary 2 10 1789) Geburtstag Ghandi: %d Jahre. D M Y I thought I made a mistake and switched month and day,

Re: [Orgmode] Re: Article: Synchronizing org Files Using bzr and git

2009-03-11 Thread Ian Barton
One thing that confused me is that I tried to work with two machines, without a server. Figuring git is distributed, I thought I do not need a server, and I tried to follow the tutorial. Obviously, I got hit when I performed a 'git push' onto a non-bare repository (now I know what these things

Re: [Orgmode] Announcing my Python module to read org-mode files

2009-03-15 Thread Ian Barton
Over the last couple of months I have developed a Python module to read an org-mode file and return the nodes as a list of objects. The module is the basis of a Python/TK GUI program to display a "Word of the Day" (another article will be published about this program soon). I hope the module is

Re: [Orgmode] The most important project for org developers?

2009-03-19 Thread Ian Barton
I currently export my schedule to google calendar with org's icalendar export. But I have to manually upload the ics file, so I'd prefer a solution that interfaces with google directly, such as an Integration of T.V. Rahman's google-client code for emacs with org-mode. I didn't get around to lo

Re: [Orgmode] iPhone ----> org-mode

2009-03-23 Thread Ian Barton
Pretty simple - it could be cleaner, and filenames and such are hardcoded, but it should be easy for anyone to fix it up or simply replace the filenames and formatting to their liking. It's simple ... but still feels like magic when I press one button on my iPhone in the car, and what I spoke is

Re: [Orgmode] iPhone ----> org-mode

2009-03-24 Thread Ian Barton
This is nice, no more superfluous flat file... thanks! I don't think so! Because if I see this correctly, your own solution will allow new entries to be refiled to other files, removed or archived, without the script adding them again. If you do this in Ians solution, I think they will be adde

Re: [Orgmode] iPhone ----> org-mode

2009-03-24 Thread Ian Barton
Carsten Dominik wrote: On Mar 24, 2009, at 9:30 AM, Ian Barton wrote: This is nice, no more superfluous flat file... thanks! I don't think so! Because if I see this correctly, your own solution will allow new entries to be refiled to other files, removed or archived, without the s

Re: [Orgmode] iPhone ----> org-mode

2009-03-25 Thread Ian Barton
I do hope that this will not stop python hackers from exploring this further, because I thought that the python solution was really good and innovative, and it shows what can be done with modules like the ones Charles has put out. - Carsten Don't worry it wont:) I have set up a repo for my P

[Orgmode] org-reqall Was: iPhone ----> org-mode

2009-03-26 Thread Ian Barton
Finally got round to uploading this to git hub. The url is http://github.com/geekinthesticks/org-reqall/tree/master Some new things: guids are now stored in a dotfile, so should persist if you refile tasks. Items from the rss feed can now be stored in different org files according to their rs

Re: [Orgmode] [OT] reQcall alternatives in Germany?

2009-04-02 Thread Ian Barton
Org-feed.el sounds wonderful. Regretfully, the most useful feature of reQall -- the collection of items by phone -- is not available outside of USA, Canada or England. Does anybody know about an alternative in Germany that could be used in the same way with org-feed? Dial2do has more European c

Re: [Orgmode] Technical Issue with compiling org mode

2009-04-16 Thread Ian Barton
Krishan Rajaratnam wrote: Hi I tried to install org mode by following the instructions and using make, but Im not very familiar with make and I got an error. Im sending this email to try to get this problem resolved. Here are the details: Im using regular emacs so I left the emacs binary as e

Re: [Orgmode] A first push to Worg: please git me out of trouble?

2009-04-24 Thread Ian Barton
I just tried to make a small change to Worg, but can't manage to push the changes. I followed the recipe on the git-worg page, (and since a simple git push doesn't work, I used the added command to "git remote add public..." So far so good but when I try to 'git push public' I get the error

Re: [Orgmode] C-k keystroke kills the subtree

2009-04-25 Thread Ian Barton
I'm using org-mode for a several months and recently a sad thing happened with me. I suddenly found that a subtree where I look into rather rarely, but the information there is quite important, disappeared. Obviously I have stroked C-k while the point was located on the collapsed tree, and wh

Re: [Orgmode] Re: Sorting org-mode Outlines with xemacs

2009-04-27 Thread Ian Barton
I think there was a recent announcement on the org-mode list that emacs 21 is no longer supported? Isn't emacs 22 available for lenny? Upgrading your emacs would probably be beneficial in other ways as well. Just a thought. Yes, it's available in various flavours: emacs22 - The GNU Emacs edit

[Orgmode] Some Javascript Adventures

2009-05-12 Thread Ian Barton
Yesterday on my bike ride I was listening to an old FLOSS Podcast about jQuery. There are a few things that Sebastian's org-info-js doesn't do, that I would like. Unfortunately, my knowledge of javascript is almost zero. However, the jQuery library seems to have excellent documentation. More i

Re: [Orgmode] source code block HTML appearance under linux firefox

2009-05-13 Thread Ian Barton
Hi Dan, It looks fine here in Firefox 3.0.10 on Ubuntu Jaunty. What version of FF are you using? Ian. When source code blocks are rendered in HTML, in firefox under linux I see a thick lower border to the box enclosing the code, however I don't see this in firefox under windows and OS X, nor

Re: [Orgmode] Some Javascript Adventures

2009-05-14 Thread Ian Barton
Unfortunately, it's tricky to get jQuery to work in Opera together with org-info.js (org-info.js works, jQuery doesn't :) ). Even in Firefox, if you place the jQuery stuff below the org-info.js stuff, it stops working. We should realy create a jQuery version of org-info.js... Thanks for the t

Re: [Orgmode] Some Javascript Adventures

2009-05-14 Thread Ian Barton
I have been wondering if it would somehow be possible to get the #+STYLE option to allow for an include file in addition to directly typing stuff in. The maintainability of multi line STYLE options would then be much easier. Ian. And this is, how you need to do it, if you have the sitemap in

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

2009-05-14 Thread Ian Barton
Hi Eric, There is one small omission from the installation instuctions. On Debian/Ubuntu you need to: apt-get install sufary Ian. I hope blorgit works out for you. I've been using it for a couple of months both at work and at home, and it's starting to get fairly stable/reliable. Please d

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

2009-05-15 Thread Ian Barton
which is ubuntu) and I don't have the sufary package installed on either. Thanks -- Eric Ian Barton writes: Hi Eric, There is one small omission from the installation instuctions. On Debian/Ubuntu you need to: apt-get install sufary Ian. I hope blorgit works out for you. I've

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

2009-05-17 Thread Ian Barton
Hi Eric, Thanks for the help. It was in the rake themes:default step. I got an error message about a missing command, which I think was "sass". I'll uninstall surfar and try to get an accurate error message later today. Hi Ian, The issue here is that ruby couldn't find the sass executable o

<    1   2   3   4   >