[O] org-babel-tangle issue

2012-12-15 Thread giles
s an error: "Opening output file: permission denied, /Users/grc/" Have I got something wrong, is this a known bug, or ... -- Giles

[O] org-caldav issue: Search failed: ";\\([A-Za-z0-9-]+\\)="

2013-01-30 Thread giles
ndar--read-element: Search failed: ";\\([A-Za-z0-9-]+\\)=" #+end_src This aborts the sync: rerunning asks if I wish to resume, then fails in the same manner. Any suggestions? -- Giles Chamberlin

Re: [O] org-caldav issue: Search failed: ";\\([A-Za-z0-9-]+\\)="

2013-01-30 Thread giles
... ...) (if ... ...) (setq buf ... (org-caldav-event-set-status cur (quote synced)) (save-current-buffer (set-buffer buf) (org-caldav-event-set-md5 cur (md5 (buffer-substring-no-properties ... ... (setq --dolist-tail-- (cdr --dolist-tail--)) org-caldav-update-events-in-org() org-caldav-sync() call-interactively(org-caldav-sync record nil) command-execute(org-caldav-sync record) execute-extended-command(nil "org-caldav-sync") call-interactively(execute-extended-command nil nil) -- Giles Chamberlin

Re: [O] org-caldav issue: Search failed: ";\\([A-Za-z0-9-]+\\)="

2013-01-30 Thread giles
In addition to the back trace I've just posted, one thought springs to mind given the regex search: My appointments feature a number of Norwegians whose names contain å, ø: non-ascii characters. May not be relevant but ... -- Giles Chamberlin

Re: [O] org-caldav issue: Search failed: ";\\([A-Za-z0-9-]+\\)="

2013-02-04 Thread giles
David Engster writes: > Just FYI: Giles send me the offending calendar entry off-list and this > issue is fixed. Leaving me as a very happy bunny as I can now further reduce my excursions outside Emacs. And my thanks to David for a very rapid turn around. -- Giles Chamberlin

Re: [O] MobileOrg for iOS approved and soon to be available in the app store

2013-04-26 Thread giles
new one I click the "Install app" button in App Store and get an error message: ,[ ix.ApplicationNotCompatible.WarningTitle ] | ix.ApplicationNotCompatible.SoftwareUpdateDescription ` Any suggestions? I'm running iOS 6.0.1 (10523) -- Giles Chamberlin

[O] Possible bug with new exporter and org-babel

2013-05-20 Thread giles
nd in this buffer I've just updated to current github head and the issue remains. -- Giles Chamberlin

Re: [O] Possible bug with new exporter and org-babel

2013-05-20 Thread giles
on a document by document basis "do not invoke babel" In any event: is there a way I can include the phrase "call_req()" in the plain body of my document? Ideally without escaping it, but so so be it. Thanks for your patience. -- Giles Chamberlin

Re: [O] Possible bug with new exporter and org-babel

2013-05-20 Thread giles
t so so be >> it. > You can either set the `org-export-babel-evaluate' variable to nil, That's the one I need: basically a way to 'dumb down' the exporter. Thanks . -- Giles Chamberlin

Re: [O] markdown export?

2015-06-03 Thread giles
hing else? I believe that you have the backend installed but not loaded: From: http://orgmode.org/manual/Export-back_002dends.html By default, the following four back-ends are loaded: ascii, html, icalendar and latex. It is possible to add more (or remove some) by customizing org-export-backends. -- Giles Chamberlin

Re: [O] Publishing: building navigation menus and lists of files

2015-07-13 Thread giles
r as inserting an identical menu for each file, but my intention remains to use a function to consider the file's location in my directory structure and generate a menu accordingly. Hmm - job for this evening perhaps. -- Giles Chamberlin

[Orgmode] icalendar import in to Org mode

2010-02-18 Thread Giles Chamberlin
Living in a Microsoft Exchange world I get a lot of meeting requests from Exchange. iCalendar.el seems to be able to read these in to diary but I would far prefer to have them dropped in to my org files. Has anyone got this working? -- Giles

[Orgmode] Limited #+INCLUDE ?

2010-04-23 Thread Giles Chamberlin
sions, type set as I wish. Unfortunately at the moment I'm cutting and pasting the snippets of "interesting" code into the body of the essay. What I'd like to do is be able to label interesting regions of code in the source file and then import the labelled blocks into my essay.

[Orgmode] Re: Limited #+INCLUDE ?

2010-04-27 Thread Giles Chamberlin
han the major-mode version. Because of the nature of the course its not uncommon to be working in a language which does not play nicely with a major mode: recent example Java Markup Language which is held as comments in a java class file. -- Giles ___

[Orgmode] Inconsistent names for inserting export options

2010-05-20 Thread Giles Chamberlin
org-beamer-settings-template to org-insert-beamer-options-template? -- Giles ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] org-capture-last-stored bookmark

2010-07-06 Thread Giles Chamberlin
uld contain the location of the last note taken regardless of whether it went to the default file or was refiled on close. -- Giles ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://l

[Orgmode] Re: org-capture-last-stored bookmark

2010-07-06 Thread Giles Chamberlin
: org-capture-last-stored ~/orgfiles/refile.org org-refile-last-stored~/orgfiles/homers.org I was hoping that org-capture-last-stored would point to homers.org. Quite prepared to believe I've dome something stupid though! -- Giles __

[Orgmode] Re: org-capture-last-stored bookmark

2010-07-13 Thread Giles Chamberlin
Carsten Dominik writes: > Please pull again and then try again, I hope it works now. Yes and no I'm afraid. I now get two bookmarks generated: - org-capture-last-stored: points to default file - org-capture-last-stored-marker: points correctly to refiled location -

[Orgmode] Re: [MobileOrg] Need beta tester with iPhone OS 3.x

2010-09-01 Thread Giles Chamberlin
Richard Moreland writes: > Is anyone still running OS 3.x out there and interested in helping? I > need to verify that the new MobileOrg I'm about to release still works > on the older system. I'm still on 3.1.3 and happy

[O] src blocks, listings package and captions

2011-08-24 Thread Giles Chamberlin
his in \begin{figure}\caption{} or is there a simpler way? -- Giles Chamberlin Engineering Director Cisco Systems Ltd

Re: [O] src blocks, listings package and captions

2011-08-31 Thread Giles Chamberlin
' suggestions. Apologies for the delay in responding: I've been in the mountains with no connection to the world: bliss! -- Giles Chamberlin

[Orgmode] menu inaccuracy for bulk actions

2009-09-07 Thread Giles Chamberlin
t either m should be given toggling functionality or the menu text should be changed and unmark added as an item. -- Giles ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists

[Orgmode] Re: iPhone app for Org view and capture

2009-09-09 Thread Giles Chamberlin
Yet another enthusiastic beta tester in waiting here! -- Giles ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Repeating dates does not support business days

2019-10-29 Thread Harry Giles
Hey! It would be great if repeating dates supported business days. So you could have repeating date <2019-01-01 Mon +1b>. Is this request being worked on / do you think it is worth implementing? Thanks, Harry