Re: help with gnus-icalendar.el and orgmode agenda

2024-02-07 Thread Stephen J. Eglen
int says the following: 4422 low Potentially malformed timestamp <2024-02-22 18:30-20:00>. Parsed as: <2024-02-22 Thu 18:30-20:00> which helped me catch a few other timestamps. Best wishes, Stephen

help with gnus-icalendar.el and orgmode agenda

2024-02-07 Thread Stephen J. Eglen
"<%s %s-%s%s>" start-date start-time end-time repeat) which does not include the dayname. What is the best way to improve this code? Best wishes, Stephen

[BUG] simple documentation update [9.7-pre (release_9.6.11-923-g6f960f @ /Users/stephen/.emacs.d/straight/build/org/)]

2024-01-04 Thread Stephen J. Eglen
refix is now nil for no prefix. Stephen Emacs : GNU Emacs 29.1 (build 2, aarch64-apple-darwin22.5.0, NS appkit-2299.60 Version 13.4.1 (c) (Build 22F770820d)) of 2023-08-05 Package: Org mode version 9.7-pre (release_9.6.11-923-g6f960f @ /Users/stephen/.emacs.d/straight/build/org/)

Re: Bug report for ox-icalendar: newlines should be CRLF

2023-04-15 Thread Stephen J. Eglen
> It's in rfc5545 [1], referenced to from rfc7986 [2]. yes, that's it. There is also this validator that can check files against the spec: https://icalendar.org/validator.html Stpehen

Re: Bug report for ox-icalendar: newlines should be CRLF

2023-04-03 Thread Stephen J. Eglen
.orgmode.org/87355ikzwk.fsf@localhost/T/#m180c100587d3d88ab5787942271a546b51891996 Thanks for copying me in on this. There is a related issue about EOLs, not just \r\n -- each line should be a maximum of 75 characters; this is handled by org-icalendar-fold-string I'll check out the revised code to see if this is still an issue. Stephen

Re: Docstring fixes

2023-03-26 Thread Stephen J. Eglen
and a commit message. org.el: Docstring fixes. * lisp/org.el (org-hide-emphasis-markers) (org-hide-macro-markers) (org-pretty-entities-include-sub-superscripts): Follow elisp convention for docstrings: 'Non-nil means ...'. On Sat, Mar 25 2023, Stephen J. Eglen wrote: &g

Re: Document org-hide-emphasis-markers

2023-03-26 Thread Stephen J. Eglen
sure, sorry I missed that. I have signed papers with FSF for all my Emacs contribs. Stephen doc/org-manual.org: document org-hide-emphasis-markers. * doc/org-manual.org (Emphasis and Monospace): Document org-hide-emphasis-markers. On Sun, Mar 26 2023, Ihor Radchenko wrote

Docstring fixes

2023-03-25 Thread Stephen J. Eglen
Some small docstring fixes to align with convention in Emacs for 'Non-nil means ...' Stephen diff --git a/lisp/org.el b/lisp/org.el index 4d12084d9..08a6f1a50 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -3600,13 +3600,13 @@ following symbols: (const :tag "Ent

Document org-hide-emphasis-markers

2023-03-25 Thread Stephen J. Eglen
Here is a small patch to document org-hide-emphasis-markers Best wishes, Stephen diff --git a/doc/org-manual.org b/doc/org-manual.org index 37fd3df14..50662669e 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -11005,6 +11005,10 @@ To turn off fontification for marked up text, you

Bug report for ox-icalendar: newlines should be CRLF

2023-01-07 Thread Stephen J. Eglen
st.ics file, but copied here too: BEGIN:VCALENDAR VERSION:2.0 X-WR-CALNAME:test PRODID//Stephen J. Eglen//Emacs with Org mode//EN X-WR-TIMEZONE:GMT X-WR-CALDESC: CALSCALE:GREGORIAN BEGIN:VEVENT *** DTSTAMP:20230105T221431Z *** UID:TS1-81DE7E9C-0385-49CE-8528-C2FD51372CB4 *** DTSTART:20230105T1

[BUG] warning message for straight-use-package [9.6 (9.6-gb2adb6 @ /Users/stephen/.emacs.d/straight/build/org/)]

2022-12-30 Thread Stephen Eglen
l has (straight-use-package 'org) so I'm not sure what the fix is, but does anyone have any ideas on providing a warning that uses the correct quote character? Thanks, Stephen Emacs : GNU Emacs 29.0.50 (build 1, aarch64-apple-darwin21.6.0, NS appkit-2113.60 Version 12.5 (Bu

Exporting diary-sexps into icalendar file

2022-10-23 Thread Stephen Eglen
0 X-WR-CALNAME:notes PRODID:-//Stephen Eglen//Emacs with Org mode//EN X-WR-TIMEZONE:BST X-WR-CALDESC: CALSCALE:GREGORIAN END:VCALENDAR -- I have org-icalendar-include-sexps set to t Any clues what could be going wrong? Stephen

Moving to a literate file for .emacs

2022-07-04 Thread Stephen Eglen
it possible instead to get the editor to jump to the definition in config.org? Stephen

Re: help with a regexp

2021-07-15 Thread Stephen Berman
On Thu, 15 Jul 2021 10:40:40 +0200 Stephen Berman wrote: > On Wed, 14 Jul 2021 20:43:24 -0400 John Kitchin > wrote: > >> Hi all, I could use a bit of help with a regexp. I am trying to fine tune >> the org-ref citation regexp to >> make it orthogonal to org-cite

Re: help with a regexp

2021-07-15 Thread Stephen Berman
On Wed, 14 Jul 2021 20:43:24 -0400 John Kitchin wrote: > Hi all, I could use a bit of help with a regexp. I am trying to fine tune the > org-ref citation regexp to > make it orthogonal to org-cite. > > I want to recognize these as org-ref links > > [[cite:schuett-2018-schnet]] >cite:schuett-

Re: bug#48199: 28.0.50; Org mode surprisingly usurps Calendar key binding

2021-06-25 Thread Stephen Berman
On Sun, 09 May 2021 19:21:31 +0200 Stephen Berman wrote: > [I added emacs-orgmode@gnu.org in the Cc:] > > On Mon, 03 May 2021 18:07:25 +0200 Stephen Berman > wrote: > >> By default `i' is a prefix key in calendar-mode for commands that insert >> diary entries.

Re: [SOLVED] (kinda) Calendar vs. org-agenda exit

2021-06-24 Thread Stephen Berman
On Thu, 24 Jun 2021 14:09:46 +0200 to...@tuxteam.de wrote: > On Thu, Jun 24, 2021 at 12:13:40PM +0200, Stephen Berman wrote: >> On Wed, 23 Jun 2021 18:16:52 +0200 to...@tuxteam.de wrote: >> >> > On Wed, Jun 23, 2021 at 05:28:36PM +0200, to...@tuxteam.de wrote: >>

Re: [SOLVED] (kinda) Calendar vs. org-agenda exit

2021-06-24 Thread Stephen Berman
On Wed, 23 Jun 2021 18:16:52 +0200 to...@tuxteam.de wrote: > On Wed, Jun 23, 2021 at 05:28:36PM +0200, to...@tuxteam.de wrote: > > [calendar insert-diary-entry doing funny things] > > OK, I solved it by setting `org-calendar-insert-diary-entry-key' to > [106], which is a ?j. It was set to ?i, whic

Re: Bug: specifying end time of date as +0:20 [9.4.4 (release_9.4.4 @ /usr/local/share/emacs/28.0.50/lisp/org/)]

2021-05-09 Thread Stephen Eglen
> I solved this part on maint branch. Thank you! > Sure. Patch welcome. diff --git a/doc/org-manual.org b/doc/org-manual.org index ab12fa70a..ea8901f28 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -6074,6 +6074,11 @@ separator in the latter case, e.g.: | =11am--1:15pm= | \rAr

Bug: specifying end time of date as +0:20 [9.4.4 (release_9.4.4 @ /usr/local/share/emacs/28.0.50/lisp/org/)]

2021-05-09 Thread Stephen Eglen
t worth mentioning in the node, e.g. after ‘11am+2:15’ ⇒ same as above "If you do not specify an end time, then you can provide a default duration by setting org-agenda-default-appointment-duration." Best wishes, Stephen Emacs : GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, G

Re: bug#48199: 28.0.50; Org mode surprisingly usurps Calendar key binding

2021-05-09 Thread Stephen Berman
[I added emacs-orgmode@gnu.org in the Cc:] On Mon, 03 May 2021 18:07:25 +0200 Stephen Berman wrote: > By default `i' is a prefix key in calendar-mode for commands that insert > diary entries. But if you happen to display a buffer that activates > org-mode machinery, then `i

Re: Bug: exporting a subtree to icalendar omits body of subtree [9.3 (release_9.3 @ /usr/share/emacs/27.1/lisp/org/)]

2021-02-21 Thread Stephen Eglen
e. Only level 2 outline > will become events. You may want to export region instead. Thank you very much Nicolas for explaining; this was my mistake. My solution for now is to use org-narrow-to-subtree and then export it. Stephen

Bug: exporting a subtree to icalendar omits body of subtree [9.3 (release_9.3 @ /usr/share/emacs/27.1/lisp/org/)]

2021-02-19 Thread Stephen Eglen
list. Hi, With a simple test file /tmp/o.ics: ** test <2021-03-18 Thu 15:00-16:00> body of text If I first do C-c C-e c f I get a correct .ics file: Version 1 BEGIN:VCALENDAR VERSION:2.0 X-WR-CALNAME:o PRODID:-//Stephen Eglen//Emacs with Org

quick thanks

2020-11-20 Thread Stephen Burke
Just wanted to say a quick thanks for the website updates, it looks great. I'm glad org-mode is still available because it's just a joy to use and super powerful. Thanks. -- Stephen Burke

display-buffer-pop-up-frame causes many extra frames for capture

2020-05-02 Thread Stephen Paul Weber
Hello all! I have been working to increase my frame use with emacs, and have taken the following from the manual: (custom-set-variables '(display-buffer-base-action '( (display-buffer-reuse-window display-buffer-pop-up-frame) (reusable-

Re: Org mode entry in Emacs Info menu

2020-02-12 Thread Stephen Berman
On Wed, 12 Feb 2020 18:01:07 +0100 Bastien wrote: > Hi Stephen, > > I don't think this was intentional, I reverted to the old > dircategory, thanks to you and Drew for reporting this. Thanks for restoring it. Steve Berman

Org mode entry in Emacs Info menu

2020-02-12 Thread Stephen Berman
The update of Org mode to 9.3 in the Emacs sources (http://git.savannah.gnu.org/cgit/emacs.git/commit/doc/misc/org.texi?h=emacs-27&id=165f7383822086d465519ebe6e4283723923f097) contains this change to doc/misc/org.texi: -@dircategory Emacs editing modes +@dircategory Emacs which resulted in mo

[O] Is the ELPA repo for orgmode working?

2018-02-20 Thread Stephen Eglen
orgmode.org’...failed Opening TLS connection with ‘gnutls-cli --x509cafile /etc/ssl/certs/ca-certificates.crt -p 443 orgmode.org --protocols ssl3’...failed Opening TLS connection to ‘orgmode.org’...failed Failed to download ‘org’ archive. Have I got a broken install somewhere? Thanks, Stephen

[O] [PATCH] ox-confluence.el: Blank org table cells[...]

2017-04-16 Thread Stephen Mackenzie
xplains adequately I hope. --- >From ead5f09134e64794737b9de6913540f9b8fd52da Mon Sep 17 00:00:00 2001 From: Stephen Mackenzie Date: Sun, 16 Apr 2017 23:37:40 -0400 Subject: [PATCH] ox-confluence.el: Blank org table cells produce required whitespace * contrib/lisp/ox-confluence.el (org-confl

Re: [O] Sync up the org in emacs master to org maint branch?

2017-02-17 Thread Stephen Leake
Lars Ingebrigtsen writes: > John Wiegley writes: > >> We're moving toward a future where Emacs.git will represent "core >> Emacs", and only contain what core needs (plus a few historical bits, >> I'm sure). There should be no argument for keeping a project in core >> just to gain auxiliary benef

Re: [O] ical export issues

2016-11-16 Thread Stephen Eglen
rectly into the Google > calendar back into my org files. Thank you Eric. I'm just trying the new MobileOrg, as I prefer its syncing method, but as yet I don't think it does calendar merging. Best wishes, Stephen

[O] ical export issues

2016-11-16 Thread Stephen Eglen
gle parsing the file though. Stephen

[O] bug#22472: bug#22472: 25.0.50; org-mode: latex fragments can't be un-rendered after a revert

2016-02-05 Thread Stephen J. Barr
I was in the progress of writing my own email about this same issue. I was not aware that C-c C-c is no longer used for disabling overlays. If this is the case, what is the correct workflow for toggling these previews on and off? Thanks, -Stephen Stephen J. Barr PhD Candidate, Operations

Re: [O] Repeating timestamp with interval N times

2015-10-05 Thread Stephen Eglen
Org’s "datey" syntax to > allow provide an end in this statement, > > <2015-10-08 Thu 11:00-12:00 8+1w> > > What is the syntax you have got in mind? I wrote a suggestion above, e.g. "8+1w" would mean that the +1w (every week) repeater was constrained to a maximum of 8 times. Stephen

[O] Repeating timestamp with interval N times

2015-10-04 Thread Stephen Eglen
STYLE SEXP ENTRIES"? I can see how to fix it by extending diary-cyclic to include the parameter specifying the max number of repeats. Thanks, Stephen

[O] tags completion in a narrowed buffer

2015-08-11 Thread Stephen J. Barr
always offer me all tags in all org-agenda-files files. Thanks, Stephen Stephen J. Barr PhD Student, Operations Management Dept: Information Systems and Operations Management (ISOM) Michael G. Foster School of Business University of Washington Phone: 425 516 5012 Email: stev...@uw.edu Twitter

[O] helm-mode-org-set-tags adding additional tags

2015-08-11 Thread Stephen J. Barr
Hello, I am using org-mode 8.2.10 with helm. When I am adding tags to a headline, the first tag offers me completions of all possible tags in the file. However, if I go back later and add additional tags, I am not offered completion. How can I fix this? Thanks, Stephen Stephen J. Barr PhD

[O] hook on link creation

2015-08-06 Thread Stephen J. Barr
that gets called on link creation. E.g., if I type stevejb:my_word. I would like to immediately have "stevejb:my_word" sent on dbus or something like that. Is there existing infrastructure for this? Is this the right approach? Thanks, Stephen Stephen J. Barr PhD Student, Operations Manag

[O] org-set-property giving error (8.2.10)

2015-07-22 Thread Stephen J. Barr
some incorrect syntax somewhere. Is there a way to find out where this is? Thanks, -Stephen Stephen J. Barr PhD Student, Operations Management Dept: Information Systems and Operations Management (ISOM) Michael G. Foster School of Business University of Washington Phone: 425 516 5012 Email: stev

Re: [O] help with custom exporter

2015-05-31 Thread Stephen J. Barr
Thank you for the help. I think I can start hacking something together now that will do what I want it to do. Stephen J. Barr PhD Student, Operations Management Dept: Information Systems and Operations Management (ISOM) Michael G. Foster School of Business University of Washington Phone: 425

[O] help with custom exporter

2015-05-30 Thread Stephen J. Barr
nt string after Markdown conversion. CONTENTS is the transcoded contents string. INFO is a plist used as a communication channel." (concat "THIS DOCUMENT BY: " (plist-get info :author) "\n" contents) ) However, I get an error: org-md-template: Wrong type argument: characterp

[O] Bug: org-clock-sum filter infinite loop [8.2.10 (8.2.10-34-gc41bbc-elpa @ /home/me/.emacs.d/elpa/org-20150223/)]

2015-03-07 Thread Stephen
I want to sum clock times for items which are in state TODO in the agenda. Using org-clocksum-curret-item as a template: (defun org-clock-sum-current-item (&optional tstart) "Return time, clocked on current item in total." (save-excursion (save-restriction (org-narrow-to-s

[O] iswitchb is deprecated

2014-12-23 Thread Stephen Eglen
ight be time to get it to default to ido or icomplete. Stephen

Re: [O] is it possible to export a list of custom blocks?

2014-08-21 Thread Stephen J . Barr
would like a document containing just the terms defined in the paper, and none of the rest of the content. Thanks, Stephen Thorsten Jolitz writes: > "Stephen J. Barr" writes: > >> I have a document that has a lot of definitions defined as custom >> blocks, eg. >

[O] is it possible to export a list of custom blocks?

2014-08-21 Thread Stephen J. Barr
definitions in sequence? Thanks, Stephen -- Sent with my mu4e

Re: [O] can I disable LaTeX fragment previews individually?

2014-05-07 Thread Stephen J . Barr
Thank you for letting me know. This may be a fun project! Nick Dokos writes: > Stephen J. Barr writes: > >> Hello, >> >> I often use org-preview-latex-fragment and sometimes I would like to >> turn the previews on and off on a case-by-case basis. Then I do C-

[O] can I disable LaTeX fragment previews individually?

2014-05-07 Thread Stephen J . Barr
Hello, I often use org-preview-latex-fragment and sometimes I would like to turn the previews on and off on a case-by-case basis. Then I do C-c C-c, it turns off all the previews. Is there a way to toggle the preview just for the fragment at the point? Thanks!, Stephen -- Sent with my mu4e

[O] tabs inserted in code blocks

2014-03-11 Thread Stephen J. Barr
} How do I disable this behavior? Thanks, Stephen -- Sent with my mu4e

[O] Equation references using RefTex

2014-02-09 Thread Stephen J. Barr
labels. Can reftex keep track of equation labels in an org-mode document? I would love to be able to do C-c = and have identical behavior in org-mode and latex. Is anyone working on this? How can I help? Thanks, Stephen -- Sent with my mu4e

Re: [O] Using org-diary

2014-01-07 Thread Stephen J . Barr
I think that iI figured it out. I was transposing the last two arguments for some of the cases. Just curious, in the documentation for org-class, (org-class Y1 M1 D1 Y2 M2 D2 DAYNAME &rest SKIP-WEEKS) what is &rest ? Thanks, Stephen ndo...@gmail.com writes: > Stephen J. B

Re: [O] Using org-diary

2014-01-06 Thread Stephen J. Barr
So, from a broader perspective, perhaps this org-class stuff is not the right way to go. I am also noticing that the icalendar-export does not seem to be exporting these diary-sexps anyway. Perhaps I can use org-clone-subtree-with-time-shift to do most of what I want. Best, Stephen On Mon, Jan

Re: [O] Using org-diary

2014-01-06 Thread Stephen J. Barr
What I am now seeing is that the particular date gets picked up, but not the time. Am I doing something incorrect with the syntax? Best, Stephen On Mon, Jan 6, 2014 at 1:50 PM, Nick Dokos wrote: > Stephen J. Barr writes: > > > Greetings org-mode, > > > > I am trying

[O] Using org-diary

2014-01-06 Thread Stephen J . Barr
! *** Teaching <%%(org-class 2014 1 6 2014 3 10 1 1)> 7:00pm-8:30pm I would appreciate any advice on this. Thanks, Stephen -- Sent with my mu4e

Re: [O] Reading calendars in org mode: what is the best solution?

2013-12-20 Thread Stephen Eglen
github.com/simonthum/ical2org but I couldn't get this to work correctly with British Summer Time, despite help from the author. (The python script seems to handle the timezones okay for me.) Stephen

Re: [O] Using allowframebreaks in org-beamer

2013-11-12 Thread Stephen Jeffrey Barr
Thank you for the clarification Eric. That did exactly what I wanted it to! Best, Stephen e.fr...@ucl.ac.uk writes: > "Stephen J. Barr" writes: > >> I agree with the "less stuff" part. The first pass in my slides is for >> content, second pass is for

Re: [O] Using allowframebreaks in org-beamer

2013-11-11 Thread Stephen J. Barr
d possibly different) slide breaks. E.g. perhaps beamer breaks 9 elements into 3 3-elements slides whereas reveal breaks into 2 slides, one with 5 elements and one of 4 elements. I'll look around for the previous post but in the mean time I think I will stick with method 0. Thanks, Stephen Best, S

[O] Using allowframebreaks in org-beamer

2013-11-11 Thread Stephen J. Barr
? Thanks, -Stephen #+OPTIONS: reveal_center:t reveal_progress:t reveal_history:nil reveal_control:t reveal_mathjax:t num:nil toc:nil #+REVEAL_TRANS: linear #+REVEAL_THEME: night #+REVEAL_HLEVEL: 2 #+ATTR_REVEAL: :frag highlight-red #+BEAMER_FRAME_LEVEL: 1

Re: [O] Is there a way to, in a table, denote an entire column as LaTeX

2013-11-04 Thread Stephen Jeffrey Barr
No worries. Thank you for getting back to me. b...@gnu.org writes: > Hi Stephen, > > "Stephen J. Barr" writes: > >> In a table, is it possible to denote that an entire column is LaTeX >> markup, rather than using the $$ markup around ea

[O] Is there a way to, in a table, denote an entire column as LaTeX

2013-10-13 Thread Stephen J. Barr
$$ | This is a cubic | |-+--| Is there a better way to do this? Thanks, Stephen

Re: [O] Handling Repeating events from google calendar / repeater interval

2013-07-30 Thread Stephen Eglen
> sorry the patch was incomplete. The correct one is on a branch I just > pushed named "tz-test". > > For me it works the same but maybe it works for you. Thanks Simon, but unfortuantely I'm still seeing [UTC]. Stephen

Re: [O] Handling Repeating events from google calendar / repeater interval

2013-07-23 Thread Stephen Eglen
se) > > for >res = orgTimeSpan(tstart.ruby_value, tend.ruby_value, repeaterClause) > Thanks very much Simon, but when I do that, I get: undefined method `ruby_value' for # ["/local/data/home/stephen/langs/ruby/ical2org/ical2org.rb:126:in `orgTimeSpanTZ'", Stephen

Re: [O] Handling Repeating events from google calendar / repeater interval

2013-07-09 Thread Stephen Eglen
gt; I assume that your initial example RRULE would require either "...4+1d>" > or "+1d:4" Yes, thanks. Stephen

Re: [O] Handling Repeating events from google calendar / repeater interval

2013-07-09 Thread Stephen Eglen
(how do I edit that?) Is there a typo in the install section of the doc? I had to do "gem install ri_cal" (rather than rical)? Would still be interested though in thoughts about finite repeater intervals. Stephen

[O] Handling Repeating events from google calendar / repeater interval

2013-07-08 Thread Stephen Eglen
dered to allow finite number of repeats? I can offer to code something up for consideration if this sounds sensible. Thanks, Stephen

Re: [O] Relation between todo-mode.el and Org-mode?

2013-06-28 Thread Stephen Berman
On Thu, 27 Jun 2013 17:32:17 +0200 Bastien wrote: > Just one question: do you get feedback from todo-mode.el users? > Do you know if there are some/many out there? Just curious to > see other's people use. Since I became the maintainer more than four years ago there haven't been any bug reports

Re: [O] Relation between todo-mode.el and Org-mode?

2013-06-13 Thread Stephen Berman
On Wed, 12 Jun 2013 20:01:14 +0200 Thorsten Jolitz wrote: > on the 'emacs-devel' mailing list I saw the announcement of a new > version of `todo-mode.el', which I found a bit surprising - I would not > have expected that something else as Org-mode is used nowadays to manage > todo lists with Emac

Re: [O] Carsten's Interview relates questions, esay insert images, attachemnt locations etc..

2013-03-29 Thread Stephen
On Wed, Mar 27, 2013 at 6:33 AM, Carsten Dominik wrote: > > On 27.3.2013, at 04:52, Charles Berry wrote: > >> After running that block, I move to my *.org buffer, make sure there is an >> 'images' directory in M-x pwd RET, make sure I have an image somewhere on my >> desktop, then move my cursor

Re: [O] org-export raises stringp nil error

2013-03-08 Thread Stephen J. Turnbull
Eli Zaretskii writes: > Not even that: the release candidate already reports its version as > 24.3, so all is needed is to rename the tarball and upload to > ftp.gnu.org. I stand corrected.

Re: [O] org-export raises stringp nil error

2013-03-08 Thread Stephen J. Turnbull
joa...@verona.se writes: > Just a small reminder of the idea Stefan sometimes drops in these > discussions: > - Emacs "trunk" could be stripped of all but the bare essentials to > achieve bootstrap. I don't know that I'd go so far as to include all of CC-mode, but more than once I've missed s

Re: [O] org-export raises stringp nil error

2013-03-08 Thread Stephen J. Turnbull
Xue Fuqiao writes: > On 03/08/2013 02:40 PM, Bastien wrote: > > I missed the distinction between "pretest" and "release candidate". > > What's the difference between "pretest" and "release candidate"? A release candidate may be considered to be a kind of pretest. The difference (as Glenn al

Re: [O] org-export raises stringp nil error

2013-03-08 Thread Stephen J. Turnbull
Bastien writes: > I find it hard to draw a clear line between regressions and bugs, > especially since Org 7.9.x versions are way behind the current Org > master branch. A regression is a feature that is missing, incomplete, or buggy in the current HEAD that was present, complete, and correct

Re: [O] orgstruct-mode with custom headline prefix

2013-02-26 Thread Stephen Eglen
tribute > to debugging. > > So, feel free to share attachments :) Thanks Bastien; as you'll see, in the meantime Christopher already fixed this issue in master. Next time, I'll keep it on the list! Stephen

Re: [O] Symbol's value as variable is void: org-babel-temp-file

2013-02-26 Thread Stephen Eglen
>> git log | head -3 >> commit 3a0e559ad976eaf8e6e6d4b304209d310e282a7d >> Author: Bastien Guerry >> Date: Sun Feb 24 19:42:12 2013 +0100 >> > > FWIW, I'm on that commit and I don't see the problem. Thanks Nick; based on your comments and Achim's other replies, I nuked and reinstalled orgmode

Re: [O] orgstruct-mode with custom headline prefix

2013-02-26 Thread Stephen Eglen
could be sent to the list? Stephen

Re: [O] Symbol's value as variable is void: org-babel-temp-file

2013-02-24 Thread Stephen Eglen
ll try and debug this end. But just for the record, here's the output you asked for. I get the byte-compile error when doing "make" in the top-level. Stephen $ git log | head -3 git log | head -3 commit 3a0e559ad976eaf8e6e6d4b304209d310e282a7d Author: Bastien Guerry Date:

Re: [O] orgstruct-mode with custom headline prefix

2013-02-19 Thread Dr Stephen J Eglen
e currently don't set it in ESS. (if (not (derived-mode-p 'org-mode)) outline-regexp Thanks, Stephen

[O] Small docstring update

2013-02-18 Thread Stephen Eglen
Attached is a suggested rewording of the docstring for org-agenda-prefix-format. *** /tmp/ediff30654gin 2013-02-18 14:03:46.999849795 + --- /local/data/home/stephen/langs/emacs/elisp-ds/org-mode/lisp/org-agenda.el 2013-02-18 14:02:48.731846974 + *** *** 1562,1572

Re: [O] org-caldav: Sync Org with external calendars through CalDAV (Owncloud, Google, ...)

2012-12-05 Thread Stephen Eglen
av-files files))) (org-caldav-set-files-from-org-agenda) Stephen

Re: [O] org-caldav: Sync Org with external calendars through CalDAV (Owncloud, Google, ...)

2012-12-05 Thread Stephen Eglen
in it that I thought was just for one machine, but must have been for all machines! Removing that .netrc file solved my problem, thanks. Stephen

Re: [O] org-caldav: Sync Org with external calendars through CalDAV (Owncloud, Google, ...)

2012-12-04 Thread Stephen Eglen
e my password in that file. Hmmm. not having any luck here; it works with .authinfo, but not with .authinfo.gpg in Emacs 24.1. I have (require 'auth-source) but it doesn't seem to help. Does url.el and friends in Emacs 24.1 use auth-source? Stephen

Re: [O] org-caldav: Sync Org with external calendars through CalDAV (Owncloud, Google, ...)

2012-12-04 Thread Stephen Eglen
t; password for my Google account, if it is being used should I even get a > password prompt? > > Cheers, Dear all, I think it is a problem somewhere with my local setup; if I add the following to .authinfo (chmod 600) then it uses the right username: Machine www.google.com login my-gmail-login I'm now about to see how to setup .authinfo.gpg so that I can also include my password in that file. As David has pointed out, try the call to url-retrieve-synchronously first, as that needs to be working before org-caldav works. Stephen

Re: [O] org-caldav: Sync Org with external calendars through CalDAV (Owncloud, Google, ...)

2012-12-03 Thread Stephen Eglen
org-caldav just asking for the password, and not the username? I am now trying org-caldav, and am seeing the same problem. Happy to debug further if you can tell me which functions to look into. Thanks, Stephen

[O] booktabs in orgtbl-mode

2012-06-22 Thread Stephen Eglen
Hi, I started using orgtbl-mode (which is great BTW) to prep my tables in a latex document. Can I get it to use booktabs line separators (such as \toprule) rather than \hline in the auto-generated latex when I hit C-c C-c on the table? Thanks, Stephen

Re: [O] MobileOrg for Android question about calendar integration

2012-06-05 Thread Stephen Eglen
g settings a select that > calendar specifically. It all works like a champ... let me know if you > have any issues with it. Thanks Matt, I've got it working now. (I created a new calendar just for MobileOrg, and then the syncing worked a charm.) Best wishes, Stephen

[O] MobileOrg for Android question about calendar integration

2012-06-05 Thread Stephen Eglen
y org-generated items are on the phone, but not the web application. Thanks, Stephen

[O] org-mobile-push: copying read-only files

2012-06-05 Thread Stephen Eglen
read-only copy in the Dropbox folder. FOr now I'm deleting the read-only files in Dropbox and restarting, but anyone else got a better solution? Stephen

Re: [O] Difficulty of using Org mode

2012-06-05 Thread Stephen Eglen
were to ask me what I found difficult, was that it was quite overwhelming knowing where to start. (So I started small by learning the agenda features...) Stephen Michael Hannon writes: > Bastien wrote: > >>Michael Hannon writes: >> >>> Hi, folks.  Just FYI: >

[O] showing standard references (e.g. column B) in tables using C-c }

2012-06-05 Thread Stephen Eglen
When using C-c } in a table, the columns are labelled $1, $2, etc. How can I get them labelled as "A", "B" etc, as in the figure http://orgmode.org/worg/images/bzg/reference_visualization.jpg Thanks, Stephen

Re: [O] Refiling Issue

2012-05-20 Thread Stephen Nelson-Smith
Aha, On Sun, May 20, 2012 at 10:56 AM, Stephen Nelson-Smith wrote: > '(org-agenda-files (quote ("~/Dropbox/GTD/gtd.org"))) I think this should be (setq org-agenda-files ...) S.

[O] Refiling Issue

2012-05-20 Thread Stephen Nelson-Smith
Hi, I have notes from mobile.org appearing in ~/org/from-mobile.org I try to refile them under a headline in my gtd.org, which is listed as an agenda file. However, when I do C-c C-w I don't see any options for refiling other than under other headlines in the from-mobile.org. The relevant secti

Re: [O] mail integration, advice?

2012-04-29 Thread Stephen Eglen
If you liked mu, I think you'll like mu4e; Dirk's doing a great job! Stephen

Re: [O] mail integration, advice?

2012-04-27 Thread Stephen Eglen
A relatively new emacs mailer, mu4e, is worth mentioning: http://www.djcbsoftware.nl/code/mu/mu4e.html I really like it so far + it has support for org mode links. Stephen

Re: [O] small typo in docstring for org-icalendar.el

2012-04-04 Thread Stephen Eglen
oops, sorry Bastien, old (ediff) habits die hard! org-icalendar-timezone: doc string fix * lisp/org-icalendar.el (org-icalendar-timezone): Fix typo and clarify meaning. Small typo (of -> or); clarify meaning of how timezone is calculated if this variable is left as nil. TINYCHANGE diff --git a

[O] small typo in docstring for org-icalendar.el

2012-04-03 Thread Stephen Eglen
Typo and suggested change in docstring. *** /var/folders/ix/ixcktwmzGyyc6z4C5D4ypU+++TI/-Tmp-/ediff3069aCw 2012-04-03 22:31:26.0 +0100 --- /Users/stephen/langs/emacs/elisp-ds/org-mode/lisp/org-icalendar.el 2012-04-03 22:08:47.0 +0100 *** *** 194,200

Re: [O] is there a way to have =var_name= in table

2012-04-01 Thread Stephen J. Barr
Excellent. Thank you. On Sat, Mar 31, 2012 at 3:47 PM, Carsten Dominik wrote: > > On 31.3.2012, at 21:24, Stephen J. Barr wrote: > >> Dear org-mode list, >> >> Quick and easy question: >> >> I want to make a document that has a table where one column

[O] how to specify table width in HTML export

2012-03-19 Thread Stephen J. Barr
Hello, This seems like a simple question but I can't seem to find the answer? How do I specify the table width for an org-table that I will export to HTML? Thanks, Stephen

Re: [O] question about org2blog and latex

2012-03-15 Thread Stephen J. Barr
much for the fantastic plugin. One other quick question: Does org-mode and org2blog work with numbered equations and equation references? If so, could someone provide a simple example? Thanks, Stephen On Thu, Mar 15, 2012 at 2:51 PM, Puneeth Chaganti wrote: > On Thu, Mar 15, 2012 at 10:21

[O] question about org2blog and latex

2012-03-15 Thread Stephen J. Barr
AGS: noexport #+LINK_UP: #+LINK_HOME: #+XSLT: Am I doing something wrong? Thanks, Stephen

Re: [O] A manuscript on "reproducible research" introducing org-mode

2012-02-16 Thread Stephen Eglen
's recent problems with reproducible research http://www.cbsnews.com/video/watch/?id=7398476n&tag=contentMain;contentAux and the heroic efforts to uncover what had been done (37 min): http://videolectures.net/cancerbioinformatics2010_baggerly_irrh/ Stephen

[O] Bug: get-face-font: Xemacs21.5.29: org-preview-latex-fragment [7.5]

2012-01-28 Thread Stephen J. Turnbull
Uwe Brauer writes: > (if (featurep 'xemacs) > (font-height (get-face-font 'default)) The function you want is `face-font'.

  1   2   3   >