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

2012-05-29 Thread Jonathan Leech-Pepin
...@gmail.com wrote: Jonathan, Thanks for your attention to this matter. After doing an evaluation, I am getting the correct path on my Windows machine, which is c:/Users/User/Dropbox/MobileOrg What do you recommend that I try next? Thanks, On Tue, May 29, 2012 at 7:43 AM, Jonathan Leech-Pepin

Re: [O] Problem exporting to PDF (and viewing)

2012-05-12 Thread Jonathan Leech-Pepin
I suspect you should be able to get it to recognize C:/Program\ Files/sumatrapdf/sumatrapdf.exe. Alternately if the exe is found on your PATH (you may need to add it by hand), you should be able to manage with: (executable-find sumatrapdf.exe) which should be able to track back the path to

Re: [O] HTML export fails with (void-variable org-version)

2012-04-25 Thread Jonathan Leech-Pepin
Hello Bernt On Wed, Apr 25, 2012 at 12:21, Bernt Hansen be...@norang.ca wrote: Achim Gratz strom...@nexgo.de writes: Bastien writes: In the meantime, if you don't want to compile (I do not) the stupid workaround is to set org-version in your config...  but yeah, let's fix this upstream

[O] Bug Regression : Bad SEXP from Org-Class

2012-04-02 Thread Jonathan Leech-Pepin
Hello Org, As of this morning I am getting the following errors on my work machine (last updated on Friday) when trying to load my Agenda: , | Bad sexp at line 106 in [...]/personal.org: (org-class 2012 03 12 2012 04 28 1 15) | Bad sexp at line 107 in [...]/personal.org: (org-class 2012 03

Re: [O] Bug Regression : Bad SEXP from Org-Class

2012-04-02 Thread Jonathan Leech-Pepin
I can confirm that it is fixed. Thank you. On Mon, Apr 2, 2012 at 10:46, Bastien b...@gnu.org wrote: Hi Jonathan, Jonathan Leech-Pepin jonathan.leechpe...@gmail.com writes: As of this morning I am getting the following errors on my work machine (last updated on Friday) when trying to load

Re: [O] BUG: Unable to compile on Master

2012-04-02 Thread Jonathan Leech-Pepin
I can confirm it's fixed. Thank you On Mon, Apr 2, 2012 at 02:04, Samuel Wales samolog...@gmail.com wrote: On 2012-04-01, Bastien b...@gnu.org wrote: same in 22 Fixed.  Please try again. yes, thank you, bastien. -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com

[O] BUG: Unable to compile on Master

2012-04-01 Thread Jonathan Leech-Pepin
Hello Org, Using current git master I get the following error when running: , | make clean make make info ` Error , | In toplevel form: | lisp/org-ascii.el:29:1:Error: Invalid function: body | Makefile:484: recipe for target `lisp/org-ascii.elc' failed | make: ***

[O] [Request] Export comments as comments

2012-03-26 Thread Jonathan Leech-Pepin
Hello, I'm asking the following on behalf of a question[1] on Stack Overflow. Would it be possible to add the ability to export comments included in an Org file to the destination format when comments are supported, for example in LaTeX and HTML? Regards, Jonathan [1]

Re: [O] About org-babel menu

2012-03-19 Thread Jonathan Leech-Pepin
On Mon, Mar 19, 2012 at 10:41, Rainer M Krug r.m.k...@gmail.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19/03/12 15:22, Eric Schulte wrote: Hi FengShu, I don't know much about the Emacs customization interface, but it is certainly the solution to this issue.  There does

Re: [O] OrgMobile problem: only three files in checksums.dat

2012-03-18 Thread Jonathan Leech-Pepin
I haven't had this issue with Org-Mobile specifically because I'm not using it, however I found the same error when using el-get. In my case at least the issue popped up because I was using zsh/bash via cygwin for =shell-file-name= where =shell-quote-argument= expected it to be cmdproxy.exe on

Re: [O] Git repo not cloneable?

2012-03-02 Thread Jonathan Leech-Pepin
Seems that the URL listed on that page is not correct for cloning. The URL is the correct one for web access. The following works for me (stuck behind a firewall that blocks git://): , | [remote origin] | fetch = +refs/heads/*:refs/remotes/origin/* | url = http://orgmode.org/org-mode.git

Re: [O] [babel] [PATCH] enhanced org-babel-goto-named-src-block

2012-02-29 Thread Jonathan Leech-Pepin
Hello Thomas, I ran into exactly that question this morning and managed to figure it out. If I use emacs -q then C-c works as expected and is mapped to (org-mark-ring-goto optional N). However when trying C-c C-h I find out that C-c is a prefix for a few yasnippet commands: , |

[O] Possible bug: List items with * in them when *:nil

2012-01-29 Thread Jonathan Leech-Pepin
The following question came up on Stack Overflow: http://stackoverflow.com/questions/9051330/possible-bug-in-org-mode-export-of-item-with The following sample org file does not export as possibly expected. ,--- | #+TITLE: Bug? | #+OPTIONS: *:nil toc:nil

Re: [O] Non-interactive insertion of future-dates

2012-01-25 Thread Jonathan Leech-Pepin
Hello, On Wed, Jan 25, 2012 at 11:42, Simon Campese emacs-orgm...@campese.de wrote: Dear community, I want to setup a capture-template that sets a SCHEDULE-property in the future (say one week from today) without any user interaction. Currently, I almost achieve this by inserting the

Re: [O] Unexpected expansion in a table

2011-12-26 Thread Jonathan Leech-Pepin
title - #+TITLE: is a yasnippet expansion. I think it's pre-added by default in the emacs-starter-kit (if not in general via YAS). You may need to see about adjusting the snippet so it doesn't affect things in the table. On Sat, Dec 24, 2011 at 12:36, Nick Dokos nicholas.do...@hp.com wrote:

[O] Bug: [ORG-ODT] Export does not respect author:nil and timestamp:nil [7.8.02 (release_7.8.02.8.g8fb0)]

2011-12-16 Thread Jonathan Leech-Pepin
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

Re: [O] delete, add new row

2011-12-01 Thread Jonathan Leech-Pepin
I'm not sure as to the reason why it does so, but based on your example, the formula is referencing the specific cell itself, rather than the relative position of the cell. If you change your formula to use a relative reference, it will continue to work even when you add, remove and move the

Re: [O] launching appropriate application from file link in org file

2011-11-14 Thread Jonathan Leech-Pepin
Assuming your keePass file has an appropriate file extension you should be able to have it open automatically by customizing: M-x customize-variable ret org-file-apps ret and adding the file extension to the list of types (either with default or by specifying exactly which application to use for

Re: [O] How to set up anniversaries/birthdays with org-contacts-anniversaries?

2011-11-08 Thread Jonathan Leech-Pepin
:BIRTHDAY: without any date is an invalid date for the sexp. org-contacts-anniversaries loops through all valid contacts (headlines with an :EMAIL: property) for any that contain the :BIRTHDAY: property (by default, this can be customized). When there is no date associated the value is nil.

[O] Fwd: setting up org-remember

2011-08-29 Thread Jonathan Leech-Pepin
Forwarding to list (forgot to include in reply) -- Forwarded message -- From: Jonathan Leech-Pepin jonathan.leechpe...@gmail.com Date: Mon, Aug 29, 2011 at 4:05 PM Subject: Re: [O] setting up org-remember To: Renato renn...@gmail.com Hi Renato, Emacs-bzr (emacs24) in the AUR

Re: [O] git repository over http?

2011-08-18 Thread Jonathan Leech-Pepin
Hello Bastien, The server does seem to support HTTP for pulling, however it is very slow. I have to use http from work because the firewall blocks the git:// protocol. Times on my prompt are DST (-0400). [10:22:25] ~/test$ git clone http://orgmode.org/org-mode.git Cloning into org-mode...

Re: [O] CLOCKTABLE multiply time expended by hourly rate?

2011-07-21 Thread Jonathan Leech-Pepin
Or if you want to preserve your rounding until the last point in your calculations: | Test 1 | | | 1:15 | 62.50 | 76 | | Test 2 | | | 2:48 | 140.00 | 169 | #+TBLFM: $5=$4*(50/60.0);Df2::$6=$4+1 Since 50/60 is 0.8333... by rounding it prematurely you lose some of the precision in your

Re: [O] CLOCKTABLE multiply time expended by hourly rate?

2011-07-21 Thread Jonathan Leech-Pepin
Hi, Which version of Org are you using? 7.6 (archive from org) with very few org-related customizations (Emacs-Starter-Kit along with one or two small changes) behaved properly. I took your original table and updated the formulas and the values behaved as whole numbers rather than fractions |

Re: [O] OLUG talk about Org-mode

2011-07-13 Thread Jonathan Leech-Pepin
Hi Memnon, Memnon Anon wrote: Can someone provide a working download link ? Can someone provide a working video? ;) The direct link to the video on the UStream site is: http://ustream.vo.llnwd.net/pd15/0/1/15/15820/15820239/1_365053_15820239.flv Even if it doesn't load the video (simply a

<    1   2