Re: [O] Saving org-capture buffer while writing it

2017-02-21 Thread Ian Barton
> > Hi, > > > > Sometimes when I am taking notes, I end up spending a lot of time in a > > capture buffer. If I happen to switch to something else, I end up > > loosing the capture buffer. I probably just kill the buffer > > accidentally, or do `C-c C-k'. > > > > Is there a way I can take backups

Re: [O] Possible Bug in Capture.

2017-02-21 Thread Ian Barton
> > Your template is invalid. Per `org-capture-templates', it should be > > (file+datetree "path/to/file") > > IOW, there should be no "Notes." > > > Regards, > > -- > Nicolas Goaziou > Thank you! Things have obviously changed since the last time I set up a capture template. Note to self:

Re: [O] Capture Bug?

2016-09-22 Thread Ian Barton
plain (file (funcall(capture-pelican-draft-file "~/Documents/emacs/web_sites/ianbarton.net/org/_posts"))) "#+AUTHOR: Ian Barton\n#+DATE: %u\n#+PROPERTY: MODIFIED: \n#+TITLE\n#+CATEGORY: Blog \n#+PROPERTY: TAGS \n#+PROPERTY: SUMMARY \n#+SETUPFILE: ../setup.org\n\n") Not sure if that's what you meant. It didn't work. -- Best wishes, Ian.

Re: [O] Why no secure code retrieval

2016-07-02 Thread Ian Barton
On Sat, Jul 02, 2016 at 04:18:42PM +0200, Bastien Guerry wrote: > Hi Nicolas, > > Nicolas Goaziou writes: > > > GPG signing tags is OK, but I wouldn't like to request every commit to > > be signed. > > Agreed. > > >>> I know that https can be a bit tedious to setup so I am

[O] Problems with M- on Emacs 25.

2016-04-17 Thread Ian Barton
I think that this is an Emacs not org-mode problem, but maybe somebody can throw some light on it. On my computer running 24.5.1 M works as expected. However, on emacs 25.1.50.1 I get: Debugger entered--Lisp error: (error "There is no other window") scroll-other-window(-)

Re: [O] Publishing a Book as PDF and ePub.

2015-11-05 Thread Ian Barton
On Tue, Nov 03, 2015 at 10:56:14AM +, Eric S Fraga wrote: > On Monday, 2 Nov 2015 at 15:37, Ian Barton wrote: > > Next year our mountaineering club has its 50th anniversary. On the > > 21st anniversary we published a book of articles written by members of > > the club.

[O] Publishing a Book as PDF and ePub.

2015-11-02 Thread Ian Barton
Next year our mountaineering club has its 50th anniversary. On the 21st anniversary we published a book of articles written by members of the club. Luckily the text was written in WordPerfect and I have converted it to a series of org-mode files, one per chapter. For the upcoming 50th anniversary

[O] org-weather Update to OpenWeather API.

2015-10-12 Thread Ian Barton
In the past few days I have noticed that org-weather from https://github.com/kautsig/org-weather was no longer working. It appears that OpenWeather now requires you to get an API key. You can get a free one by registering. As a temporary horrible hack you can update org-weather-api-url in

Re: [O] Plotting with gnuplot

2015-07-29 Thread Ian Barton
On Thu, Jul 23, 2015 at 08:46:30AM +0200, Michael Welle wrote: With two code blocks, use :session foo for one and :session bar for the other. Does your problem persist? yepp, that was the idea. But no success. If I understand the problem correctly, you need to put reset as the first

Re: [O] Can't save file with latest version of org

2015-05-01 Thread Ian Barton
On Thu, Apr 30, 2015 at 02:06:22PM -0400, Kyle Meyer wrote: Hello, Richard Stanton stan...@haas.berkeley.edu wrote: I just ran git pull to update to the latest version of org-mode. Now, when I try to save an org file, I get the error message: user-error: Not in a sub-editing buffer I

Re: [O] refiling with helm

2015-03-01 Thread Ian Barton
On Sat, Feb 28, 2015 at 08:19:17AM +0200, Xebar Saram wrote: I was wondering if anyone uses helm for refiling org capture data. and if so can anyone share his methods/setup? googling for it didnt yield to many results (especially for people like me who dont know to code :)) I tried using the

[O] EXPORT_FILENAME Doesn't Seem to Be Documented.

2015-01-21 Thread Ian Barton
Following my earlier post about how to specify and export filename on a per buffer basis the variable EXPORT_FILENAME doesn't seem to be documented in anywhere in the current git version of org, although it appears in http://orgmode.org/manual/Export-settings.html. I think it should appear at

[O] Setting The Output Directory for Markdown Export.

2015-01-19 Thread Ian Barton
I want to export a single file to somewhere other than its current directory. Using publish seems to be over the top for this simple use case. I can't find a variable or in buffer option that lets me set the output directory. Searching the list turns up org-export-publishing-directory, but

Re: [O] Setting The Output Directory for Markdown Export.

2015-01-19 Thread Ian Barton
the first thing that popped up in my mind when reading your question have fun, Dieter On Mon, Jan 19, 2015 at 11:53 AM, Ian Barton li...@wilkesley.net mailto:li...@wilkesley.net wrote: I want to export a single file to somewhere other than its current directory. Using publish seems

Re: [O] Customizing Timestamps in html Export.

2014-12-03 Thread Ian Barton
On 02/12/14 09:45, Nicolas Goaziou wrote: Hello, Ian Barton li...@wilkesley.net writes: However, the using the minimal.el: #+begin_src emacs-lisp ;; activate debugging (setq debug-on-error t) (setq debug-on-quit t) (add-to-list 'load-path ~/.emacs.d/src/lisp) (require 'org

[O] gnupg-2.1.0-4 Breaks Encryption in Emacs.

2014-12-02 Thread Ian Barton
This happened to me yesterday. Thought I would re-post here as there is a potential loss of data and I use org-mode in my encrypted files. Symptoms are errors like: Opening output file: [pub f 1024 17 3B6F8AF143C21F3B 1320594077 1509822256 nil u nil ...], 15 The error only happens when you

Re: [O] Customizing Timestamps in html Export.

2014-12-01 Thread Ian Barton
On 26/11/14 11:23, Ian Barton wrote: I can't work out how to do this. I want to customize the format of timestamps when I publish a project to html. There seem to be various variables, such as org-html-metadata-timestamp-format, which customize the format in pre and postambles and when using

[O] Customizing Timestamps in html Export.

2014-11-26 Thread Ian Barton
I can't work out how to do this. I want to customize the format of timestamps when I publish a project to html. There seem to be various variables, such as org-html-metadata-timestamp-format, which customize the format in pre and postambles and when using the DATE: buffer option, but nothing

Re: [O] What is the Preferred Method for Logging Creation Date?

2014-11-10 Thread Ian Barton
On 06/11/14 20:20, Dominic Surano wrote: I'm a huge fan of Org-mode and have been using it daily for a little over a year. I've been following this list for about 8 months and really benefit from the level of technical discussion. I've finally encountered a methodology problem that I haven't

Re: [O] What is the Preferred Method for Logging Creation Date?

2014-11-10 Thread Ian Barton
On 10/11/14 14:18, Ian Barton wrote: On 06/11/14 20:20, Dominic Surano wrote: I'm a huge fan of Org-mode and have been using it daily for a little over a year. I've been following this list for about 8 months and really benefit from the level of technical discussion. I've finally encountered

Re: [O] Editing Org-mode syntax in a web-browser (textarea)?

2014-09-25 Thread Ian Barton
On 25/09/14 07:58, Thorsten Jolitz wrote: Hi List, this question is explicitly *not* about popping up an emacsclient instance from firefox or chrome to edit an html textarea in Emacs. And its *not* about emacs-w3m or eww. Not an answer to your question, but I sometimes use Stackedit:

Re: [O] Make html password protected?

2014-09-10 Thread Ian Barton
On 08/09/14 11:22, Rainer M Krug wrote: Hi I do not have much experience with html and websites (what an understatement!) but I would like to publish / export a simple html page password protected. Is ther an easy way to do it in word? The content is not highly confidential or sensitive, just

Re: [O] Tables of contents for individual sections wanted -- will donate

2014-06-30 Thread Ian Barton
On 29/06/14 19:51, D. C. Toedt wrote: at http://www.CommonDraft.org, and plan to expand and maintain it. QUESTION: I'm currently using a single, multi-level table of contents (TOC) at the beginning of the document. That ends up being a lot to scroll through to get to the first chapter. I'd

Re: [O] Tables of contents for individual sections wanted -- will donate

2014-06-30 Thread Ian Barton
On 2014-06-30 19:55, D. C. Toedt wrote: Thanks, Ian.  I've done things like that in the past, but it'd entail maintaining the TOC by hand, which I was hoping to avoid.  True, I'd be able to create the initial TOC using org-mode, followed by manually inserting jQuery calls.  But I'd have to

Re: [O] org-weather for openweathermap.org

2014-06-16 Thread Ian Barton
On 15/06/14 12:54, Thorsten Jolitz wrote: Not sure though if this data (except the moon phase) is as universally and easily available as the data you display Sunset and rise would be interesting too of course. You can get sunrise and sunset by doing something like in an Agenda file:

Re: [O] org-weather for openweathermap.org

2014-06-16 Thread Ian Barton
On 16/06/14 11:45, Thorsten Jolitz wrote: Ian Barton li...@wilkesley.net writes: On 15/06/14 12:54, Thorsten Jolitz wrote: Not sure though if this data (except the moon phase) is as universally and easily available as the data you display Sunset and rise would be interesting too

[O] Way OT: Xah Lee.

2014-05-18 Thread Ian Barton
Please feel free to delete this if you think it's not appropriate for the list. Many people will have read Xah Lee's excellent Emacs tutorials at http://ergoemacs.org/emacs/emacs.html and possibly seen his interview with Sacha Chua at https://www.youtube.com/watch?v=rKPKWqvTImA Xah has

Re: [O] crossing out tasks

2014-05-08 Thread Ian Barton
On 08/05/14 11:12, Sharon Kimble wrote: This is so simple but I can't find a solution. If I have a list of tasks with + in front, when done I can put a + at the end which crosses them out, making it very easy to see what I have left to do. Except, sometimes the preceding task inherits the

Re: [O] Using KOMA and Memoir?

2014-05-07 Thread Ian Barton
On 07/05/14 06:48, Martin Schöön wrote: On 6 May 2014 23:28, Suvayu Ali fatkasuvayu+li...@gmail.com mailto:fatkasuvayu+li...@gmail.com wrote: On Tue, May 06, 2014 at 09:41:27PM +0200, Martin Schöön wrote: I the altered #+latex_class: article to #+latex_class: komaarticle in my

Re: [O] org-caldav: problems connecting to owndrive

2014-05-07 Thread Ian Barton
On 07/05/14 14:43, Seb Frank wrote: Hi there, I've been trying to setup org-caldav to sync to my owndrive calendar. Setup is #+begin_src emacs-lisp (setq org-caldav-url https://my.owndrive.com/remote.php/caldav/calendars/myusername;) (setq org-caldav-calendar-id myid) (setq org-caldav-inbox

Re: [O] org-caldav: problems connecting to owndrive

2014-05-07 Thread Ian Barton
On 07/05/14 14:43, Seb Frank wrote: Testing this with gnutls on the command line confirms the problem: % gnutls-cli -V -p 443 my.owndrive.com http://my.owndrive.com ... - Status: The certificate is NOT trusted. The signature in the certificate is invalid. *** Verifying server certificate

Re: [O] Error with org-agenda-write

2014-04-30 Thread Ian Barton
On 29/04/14 19:06, Bastien wrote: Ian Barton li...@wilkesley.net writes: The only version of the file I have on my disk is in /home/ian/.emacs.d/src/org-mode/contrib/lisp/htmlize.el Looks like a problem with one of your (customized?) face. Can you reproduce it with emacs -Q ? Well I had

[O] Error with org-agenda-write

2014-04-29 Thread Ian Barton
I haven't used this function for a while, but now get the following error. Backtrace below. I am using a recent git clone: 338e89ef163406e5714a601567415689c478df6d I am simply doing M-x org-agenda-export end entering a filename ~/agenda.html. Debugger entered--Lisp error:

Re: [O] Error with org-agenda-write

2014-04-29 Thread Ian Barton
On 29/04/14 15:56, Bastien wrote: Hi Ian, Ian Barton li...@wilkesley.net writes: I haven't used this function for a while, but now get the following error. Backtrace below. I am using a recent git clone: 338e89ef163406e5714a601567415689c478df6d I am simply doing M-x org-agenda-export end

Re: [O] [babel] Setting python interpreter version on per-block or per-subtree basis

2014-04-25 Thread Ian Barton
Is there an easy way to specify the python version to use for a particular block or sub-tree? My use case is that I have mainly migrated to python 3, but there is still the occasional library that has not been updated yet, so I need to fall back to python 2.7 for some tasks. I can work around

Re: [O] Using Emacs Org-mode on a server with ssh on an iPad

2014-04-04 Thread Ian Barton
On 02/04/14 14:10, Pere Quintana Seguí wrote: As I mentioned in a previous message, I recently bought an iPad. I'm considering the possibility to not use Mobileorg and use Emacs on a server (Digital Ocean) with an ssh client and a bluetooth keyboard. Is anyone using Emacs and org-mode this way

Re: [O] TODOs and birthdays

2014-03-28 Thread Ian Barton
On 28/03/14 08:19, Sharon Kimble wrote: And for the birthday TODOs, how can I include the date of birth so that it shows their age please? Like - , | *** TODO Winnie Poohs birthday - is 83 | SCHEDULED: 2014-12-02 Tue AGE: 1930-12-02 ` You can use the following expression for

Re: [O] TODOs and birthdays

2014-03-28 Thread Ian Barton
On 28/03/14 16:02, Sharon Kimble wrote: Ian Barton li...@wilkesley.net writes: On 28/03/14 08:19, Sharon Kimble wrote: And for the birthday TODOs, how can I include the date of birth so that it shows their age please? Like - , | *** TODO Winnie Poohs birthday - is 83 | SCHEDULED: 2014

Re: [O] Is anyone spending money for Org-mode?

2014-03-13 Thread Ian Barton
On 12/03/14 20:50, William Denton wrote: How much money is coming in? Might there be something that could be paid for that would be helpful, such as getting professionally done subtitles/captions on one of the videos? Or something else that's in the class of tasks that someone could volunteer

Re: [O] Selecting Date Causes Complete Lockup of Emacs

2014-01-13 Thread Ian Barton
On 13/01/14 00:05, Bastien wrote: Hi Ian, Ian Barton li...@wilkesley.net writes: Place the point in the Date column and type C-c !. Now select a date in the calendar. I chose a date in the past few days, but don't know if this is relevant. Emacs locks up completely, no back trace and the only

[O] Selecting Date Causes Complete Lockup of Emacs

2014-01-11 Thread Ian Barton
+#begin_src :SETUP: #+DRAWERS: SETUP NOTES PROPERTIES #+TITLE: Log of Various Bike Rides in 2014. #+STARTUP: overview indent #+STARTUP: hidestars #+OPTIONS: H:3 num:2 tags:t toc:nil timestamps:t eX:t LaTeX:t #+TAGS: n_wales(n) lakes(l) scotland(s) peak_district(p) :END: * January. #+tblname:

Re: [O] working on cloud

2014-01-09 Thread Ian Barton
On 09/01/14 08:36, David Belohrad wrote: I was using before Dropbox for all sort of syncing, especially my org mode files, which change quite often. Dropbox is generally very fine (as well e.g. for sharing screenshots between windows and linux machines). At certain moment I started to have two

[O] Remote References to Tables in Included Files.

2013-12-12 Thread Ian Barton
I am trying to combine summary data from org tables. Data for each year is stored in a separate org file, with a table for each month. I have created a file called combined.org, which INCLUDES the org files for each of the 12 months. Can't find remote table october2012. examplea.org: *

Re: [O] Latex Missing number, treated as zero.

2013-12-02 Thread Ian Barton
On 01/12/13 20:23, Michael Strey wrote: Hi Ian, li...@wilkesley.net writes: This is a Latex problem, but I am hoping someone here can trow some light on it. No, it's not a LaTeX problem. \documentclass{scrlttr2} \usepackage[english]{babel} [NO-DEFAULT-PACKAGES] This line is no valid

[O] Latex Missing number, treated as zero.

2013-12-01 Thread Ian Barton
This is a Latex problem, but I am hoping someone here can trow some light on it. I was trying out the Koma Letter Export script. I get the following error when trying to create a pdf from the Simple letter example. )) (/usr/share/texmf/tex/latex/koma-script/DIN.lco)

Re: [O] managing articles in my personal library, and their citational material, using org mode instead of bibtex

2013-11-19 Thread Ian Barton
On 19/11/13 01:40, Christopher W. Ryan wrote: Not sure citational is even a word, but hopefully it conveys my meaning! I've been using LaTeX for academic writing and reading for quite some time, with emacs as my editor. I'm pretty familiar with managing a .bib file containing all the references

Re: [O] org-writers-room sort of works! just in time for NaNoWriMo

2013-11-01 Thread Ian Barton
On 01/11/13 06:08, Alan L Tyree wrote: Matt Price writes: I have just pushed a more-or-less-working version of my Org Writer's Room mode to github: SNIP PS, the readme on github is a little out of date, but the code itself is mostly documented so I hope that helps. Though there's no

Re: [O] Full org-mode on unrooted Android

2013-10-13 Thread Ian Barton
On 09/10/13 14:57, Alexander Vorobiev wrote: There is also emacs for Android https://play.google.com/store/apps/details?id=com.zielm.emacs but after trying it and playing with some other ports of unix applications, I decided to bit the bullet and install full Ubuntu on That looks interesting

Re: [O] Full org-mode on unrooted Android

2013-10-09 Thread Ian Barton
On 08/10/13 11:36, Scot Becker wrote: Just a quick note to say that it's possible to get a full Emacs+org-mode on (unrooted) Android using an app called 'zshaolin'. You can either download the app from the Google Play store for approx $3 or download the toolchain and source from their website

Re: [O] Using Variable Width Fonts for org-mode and Fixed Width forTabless

2013-10-02 Thread Ian Barton
On 27/09/13 08:19, Alan Schmitt wrote: Hi Ian, li...@wilkesley.net writes: I am struggling to get this to work. In my init files I have: (set-default-font DejaVu Serif Italic) I have followed the advice on StackOverflow

Re: [O] Using Variable Width Fonts for org-mode and Fixed WidthforTablesss

2013-10-02 Thread Ian Barton
On 02/10/13 10:10, Alan Schmitt wrote: Hi Ian, li...@wilkesley.net writes: ur help. That sort of works. The fonts in org-table, etc are fixed pitch as expected. However, I seem unable to set a variable width font using text-mode-hook. Whatever font I choose Emacs ends up using DejaVu Sans

Re: [O] Org Tutorials need more structure

2013-09-28 Thread Ian Barton
On 28/09/13 07:11, Carsten Dominik wrote: Can we have a discussion here on how this path should look like? When you came to Org-mode as a newby, what were the three resources that really made an impression on by being accessible and providing feel and promise for digging deeper? - Carsten

[O] Using Variable Width Fonts for org-mode and Fixed Width for Tables

2013-09-26 Thread Ian Barton
I am struggling to get this to work. In my init files I have: (set-default-font DejaVu Serif Italic) I have followed the advice on StackOverflow http://stackoverflow.com/questions/3758139/variable-pitch-for-org-mode-fixed-pitch-for-tables and customized my Init file to include:

Re: [O] advice needed: how do you guys sync org files between devices?

2013-07-04 Thread Ian Barton
On 01/07/13 13:06, Xebar Saram wrote: Hi all I have been using dropbox since i started using orgmode a few weeks ago (yeah im a neewb :)), which kinda works but i find it very annoying as it keeps creating conflicted copies, isnt reliable on my Linux main machine etc etc.. I was wondering what

Re: [O] New maintainer

2013-04-20 Thread Ian Barton
On 18/04/13 22:52, Tom Davey wrote: Hi everybody, I'm just an Org user, one of the many anonymous persons who have benefited from this fantastic piece of software. Over the past two years I have come to use Org every day, all day long, more than any other application with the possible exception

Re: [O] Org as a static site generator

2013-04-06 Thread Ian Barton
On Fri, Apr 05, 2013 at 11:02:56AM -0500, Christopher Allan Webber wrote: Ian Barton writes: On 01/04/13 13:08, Vincent Beffara wrote: Yes, I mean, I know which html you need for that, simply within o-blog you need to manage between relative paths, absolute paths, canonical paths

Re: [O] Org as a static site generator

2013-04-06 Thread Ian Barton
On 06/04/13 16:15, Christopher Allan Webber wrote: Cool, thanks for that info! Ian Barton writes: On Fri, Apr 05, 2013 at 11:02:56AM -0500, Christopher Allan Webber wrote: Ian Barton writes: On 01/04/13 13:08, Vincent Beffara wrote: Yes, I mean, I know which html you need

Re: [O] What Happened to org-export-html-extension?

2013-04-05 Thread Ian Barton
On 03/04/13 12:26, Bastien wrote: Hi Ian, Ian Barton li...@wilkesley.net writes: Thanks for the clear explanation. Using my own function works, but this does seem to be a regression. Defining your own extension is useful e.g. if you want to emit .php files. Indeed. I fixed this regression

Re: [O] Org as a static site generator

2013-04-01 Thread Ian Barton
On 01/04/13 13:08, Vincent Beffara wrote: Yes, I mean, I know which html you need for that, simply within o-blog you need to manage between relative paths, absolute paths, canonical paths and so on in the template, to match the right section, - mainly it should be a matter of let-ing the

[O] What Happened to org-export-html-extension?

2013-03-31 Thread Ian Barton
I am trying to publish a project where the files have a custom extension using the new exporter: (org-ianbarton :base-directory ~/Documents/emacs/web_sites/ianbarton/org/_posts :base-extension org :publishing-directory

Re: [O] What Happened to org-export-html-extension?

2013-03-31 Thread Ian Barton
On 31/03/13 11:01, Suvayu Ali wrote: Hello Ian, On Sun, Mar 31, 2013 at 10:43:21AM +0100, Ian Barton wrote: However, all files are published with an .html extension. My Emacs customize interface claims that org-export-html-extension doesn't exist. Grepping the source for org-export-html

Re: [O] What Happened to org-export-html-extension?

2013-03-31 Thread Ian Barton
org-html-publish-to-html is defined in ox-html.el and looks like this (sans doc): (defun org-html-publish-to-html (plist filename pub-dir) (org-publish-org-to 'html filename .html plist pub-dir)) You could define your own publishing function, e.g. (defun

[O] Publishing to html With the New Exporter

2013-02-18 Thread Ian Barton
I am trying to change my publishing setup over to use the new exporter. With the recent merge and change of names from -e-backend to -ox-backend I am a bit confused as to how I should set up my publishing alist. I have tried: #+begin_example (require 'ox-html) (require 'ox-publish)

Re: [O] Publishing to html With the New Exporter

2013-02-18 Thread Ian Barton
On 18/02/13 13:54, Nicolas Goaziou wrote: Hello, Ian Barton li...@wilkesley.net writes: I am trying to change my publishing setup over to use the new exporter. With the recent merge and change of names from -e-backend to -ox-backend I am a bit confused as to how I should set up my publishing

Re: [O] Publishing to html With the New Exporter

2013-02-18 Thread Ian Barton
On 18/02/13 17:25, Nicolas Goaziou wrote: Ian Barton li...@wilkesley.net writes: A bit more investigating showed that the file causing the problem was a blank .org file with no content at all. Removing this fixed the problem and I can now export! I don't know if not being able to handle files

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

[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

[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 suggestions as how to

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

Re: [O] Suggestions for progress tracking

2012-11-11 Thread Ian Barton
On 11/11/12 03:48, Eric Abrahamsen wrote: David Rogers davidandrewrog...@gmail.com writes: Eric Abrahamsen e...@ericabrahamsen.net 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

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

2012-10-31 Thread Ian Barton
:-3,]? hth, Tom Ian Barton li...@wilkesley.net 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

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

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

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 li...@wilkesley.net wrote: I have tags defined in my .emacs using setq org-tag-alist

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

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

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

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 li...@manor-farm.org wrote: On 28/08/12 13:50, Nick Dokos wrote: Ian Barton li...@wilkesley.net wrote: I would like to use something like this. However, using a recent git

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 jdash...@shellworld.net 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

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 jdash...@shellworld.net 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

Re: [O] Alternate format for datetree

2012-08-29 Thread Ian Barton
On 28/08/12 13:50, Nick Dokos wrote: Ian Barton li...@wilkesley.net 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+headline

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 li...@manor-farm.org wrote: On 28/08/12 13:50, Nick Dokos wrote: Ian Barton li...@wilkesley.net wrote: I would like to use something like this. However, using a recent git checkout of org mode and the following

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 nicholas.do...@hp.com wrote: John Hendy jw.he...@gmail.com 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

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.emacshl=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

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 li...@wilkesley.net 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] 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 li...@wilkesley.net 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

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

[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] Reporting Errors in Org Mode Manual

2012-06-26 Thread Ian Barton
On 26/06/12 12:16, Bastien wrote: Hi Varun, Varun Vats mailvarunv...@gmail.com 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

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

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

[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

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 Bartonli...@wilkesley.net 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

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,

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 Bantisamban...@gmail.com 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] 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 Bantisamban...@gmail.com 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

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

Re: [O] relative links in html export

2012-03-27 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 a href=/Front Page/a Is there any way to get the latter result?

  1   2   3   4   >