Re: time-warping - retroactively marking DONE?

2023-06-25 Thread Adam Spiers
On Sun, 25 Jun 2023 at 17:03, Adam Spiers wrote: > Three years later, I finally tried this: Apologies for the noise; apparently three years is enough time for me to completely forget that I'd already found a better solution to this: https://list.orgmode.org/caokdye-dwkh4_kw1q5bzha

Re: time-warping - retroactively marking DONE?

2023-06-25 Thread Adam Spiers
Three years later, I finally tried this: On Wed, 8 Jul 2020 at 05:53, Kyle Meyer wrote: > Adam Spiers writes: > > I'm looking for a way to retroactively mark a task as having been done > > at a previous time/date. I know that I can just change the keyword to > > DONE and th

Re: [PATCH] org-agenda.el: Add a M-, binding for org-priority-show

2021-05-01 Thread Adam Spiers
On Sat, 1 May 2021 at 11:45, Bastien wrote: > Kyle Meyer writes: > > With a C-u, org-agenda-priority calls org-priority-show. So perhaps > > instead of adding a new binding, the documentation should be improved. > > I pushed a small enhancement for org-agenda-priority's docstring > with commit

Re: overloading of internal priority calculations in agenda

2021-03-09 Thread Adam Spiers
Thanks Jack for the helpful response and support of my assessment. I do intend to fix this as part of my ongoing (but currently delayed) work on improving agenda sorting and adding an option to manually sort. On Tue, 9 Mar 2021 at 07:07, Jack Kamm wrote: > > Hi Adam, > > > I further noticed

Re: overloading of internal priority calculations in agenda

2020-12-22 Thread Adam Spiers
se any priority sorting except in user-customizable but it > makes sense to decouple them for those who do. and i frequently want > to differently sort an existing agenda view. > > > On 12/22/20, Adam Spiers wrote: > > Hi again, > > > > On Wed, Dec 02, 2020 at

Re: overloading of internal priority calculations in agenda

2020-12-22 Thread Adam Spiers
Hi again, On Wed, Dec 02, 2020 at 02:20:53PM +, Adam Spiers wrote: Hi all, I'm currently working on adding a feature to org-agenda which allows manual ordering of entries in combination with the existing automatic ordering (as dictated by `org-agenda-sorting-strategy'). During my

overloading of internal priority calculations in agenda

2020-12-02 Thread Adam Spiers
Hi all, I'm currently working on adding a feature to org-agenda which allows manual ordering of entries in combination with the existing automatic ordering (as dictated by `org-agenda-sorting-strategy'). During my investigations I noticed that while `org-get-priority' converts [#B] style

[PATCH] org-agenda.el: Add a M-, binding for org-priority-show

2020-12-01 Thread Adam Spiers
This offers an easy way to check the internal numeric priority used for sorting within the agenda. --- doc/org-manual.org | 8 lisp/org-agenda.el | 1 + 2 files changed, 9 insertions(+) diff --git a/doc/org-manual.org b/doc/org-manual.org index 5a84a6de6..e914af42d 100644 ---

Re: [PATCH] org-refile.el: Add org-refile-reverse which toggles org-reverse-note-order

2020-11-09 Thread Adam Spiers
On Sun, Sep 06, 2020 at 02:10:09AM -0400, Amin Bandali wrote: Bastien writes: Hi Adam, Adam Spiers writes: This is useful for prepending to the start of the target headline instead of appending to the end, or vice-versa depending on org-reverse-note-order. I think this would be useful

[PATCH] x11idle: Make installation a little smoother

2020-10-25 Thread Adam Spiers
Fix a -Wimplicit-int compiler warning, and make it more obvious how to obtain scrnsaver.h on three of the most popular Linux distros. Signed-off-by: Adam Spiers --- contrib/scripts/x11idle.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/contrib/scripts/x11idle.c b

Re: [PATCH] [WIP] org-agenda.el: Make org-entries-lessp more efficient

2020-10-24 Thread Adam Spiers
On Sat, Oct 24, 2020 at 01:36:05PM +0200, Bastien wrote: Hi Adam, this looks good to me, thanks a lot. Thanks for the review :-) Does "WIP" means that you want to wait for other patches to complete this one or shall I apply this one already? The intention is for it to be a standalone

[PATCH] [WIP] org-agenda.el: Make org-entries-lessp more efficient

2020-10-18 Thread Adam Spiers
comparison is decisive in ordering any two elements. Signed-off-by: Adam Spiers --- lisp/org-agenda.el | 103 - 1 file changed, 46 insertions(+), 57 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 88bb3f90d..eadc7fedd 100644

[PATCH] org-agenda.el: Fix 'Maker' typo

2020-10-18 Thread Adam Spiers
TINYCHANGE Signed-off-by: Adam Spiers --- lisp/org-agenda.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index a1b20649d..88bb3f90d 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -4127,7 +4127,7 @@ (defvar org-agenda

Re: variable-pitch-mode misaligns org-mode heading tags

2020-09-16 Thread Adam Spiers
On Wed, Sep 16, 2020 at 11:55:53PM +0100, Adam Spiers wrote: I've actually managed it get it working now! See the attached patch. However unfortunately it is not ready to be merged yet. Firstly, it breaks `test-org/tag-align'. Secondly, since this changes the method of alignment from simply

Re: Help administer code.orgmode.org: moderate user access and manage the gogs instance

2020-09-16 Thread Adam Spiers
On Wed, 16 Sep 2020 at 08:21, Bastien wrote: > Hi Timothy, > > TEC writes: > > >> Is anyone willing to help with (1) and/or (2)? > > > > I'm willing to give (2), and potentially (1) a shot :) > > Thanks a lot! I wrote you offlist about this. It's not nearly as generous an offer, but as I don't

Re: variable-pitch-mode misaligns org-mode heading tags

2020-09-16 Thread Adam Spiers
ntributors >From 7655c32847d7abd9da7603b1a1a314b7d1b87ba5 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Wed, 16 Sep 2020 23:12:04 +0100 Subject: [PATCH] [WIP] org.el: Align tags using specified space display property To: emacs-orgmode@gnu.org Previously tags on heading lines were aligned using

Re: variable-pitch-mode misaligns org-mode heading tags

2020-09-16 Thread Adam Spiers
Hi Jeff, Firstly thanks a lot for looking into this! On Tue, Sep 15, 2020 at 01:41:04PM -0400, Jeff Filipovits wrote: Following the call for help to fix bugs, and with building guilt, I’ve taken a stab at fixing aligning tags when using a variable-pitch font. I haven’t tested this much

Re: make org-refile auto-recache when needed?

2020-09-05 Thread Adam Spiers
Hi Bastien, On Fri, Sep 04, 2020 at 04:12:08PM +0200, Bastien wrote: Adam Spiers writes: I note that when org-refile-use-cache is enabled and the cache becomes stale, attempting to refile results in this error message (originating from `org-refile-check-position'): Invalid refile

Re: [PATCH] doc: Document C-. for jumping to today when choosing a timestamp

2020-09-05 Thread Adam Spiers
On Fri, Sep 04, 2020 at 03:47:08PM +0200, Bastien wrote: Hi Adam, Adam Spiers writes: This useful key binding was previously missing from the manual. Thanks for spotting this. I added it (as 2df7a8fa) together with the `.' keybinding, which achieves the same. Thanks Bastien. There's

Re: time-warping - retroactively marking DONE?

2020-08-29 Thread Adam Spiers
On Wed, 8 Jul 2020 at 23:09, No Wayman wrote: > I emailed Adam directly with an experimental package I wrote to > solve the problem of changing the todo-state of an entry at an > arbitrary time. > He suggested I posted here as well: > > https://github.com/progfolio/epoch/ > > The package advises

[PATCH] org-refile.el: Add org-refile-reverse which toggles org-reverse-note-order

2020-08-29 Thread Adam Spiers
This is useful for prepending to the start of the target headline instead of appending to the end, or vice-versa depending on org-reverse-note-order. --- doc/org-manual.org | 10 ++ etc/ORG-NEWS | 9 + lisp/org-keys.el | 1 + lisp/org-refile.el | 11 +++ 4 files

[PATCH] doc: Document C-. for jumping to today when choosing a timestamp

2020-08-29 Thread Adam Spiers
This useful key binding was previously missing from the manual. Signed-off-by: Adam Spiers --- doc/org-manual.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/org-manual.org b/doc/org-manual.org index 3eb745b5d..7c291c3a7 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org

make org-refile auto-recache when needed?

2020-07-15 Thread Adam Spiers
Hi all, I note that when org-refile-use-cache is enabled and the cache becomes stale, attempting to refile results in this error message (originating from `org-refile-check-position'): Invalid refile position, please clear the cache with `C-0 C-c C-w' before refiling Is there any reason

Re: :STYLE: habit causes position in agenda view to change

2020-07-15 Thread Adam Spiers
On Tue, Jul 14, 2020 at 11:33:03PM -0400, Kyle Meyer wrote: Adam Spiers writes: I've noticed that adding the :STYLE: habit property to a TODO causes its position in the agenda view to change; it jumps to the bottom of the day. Is there any way to prevent that? Try customizing org-agenda

Re: Org mode for meeting minutes

2020-07-07 Thread Adam Spiers
On Thu, 31 Oct 2019 at 14:04, Christian Egli wrote: > Hi all > > I'd like to revisit a very old thread[1] where Adam Spiers asks if there > is support in Org mode for > > 1. Allow *fast* production of meeting agendas and minutes, exportable in >a good-looking legible

:STYLE: habit causes position in agenda view to change

2020-07-07 Thread Adam Spiers
Hi all, I've noticed that adding the :STYLE: habit property to a TODO causes its position in the agenda view to change; it jumps to the bottom of the day. Is there any way to prevent that? Thanks! Adam

time-warping - retroactively marking DONE?

2020-07-07 Thread Adam Spiers
Hi all, I'm looking for a way to retroactively mark a task as having been done at a previous time/date. I know that I can just change the keyword to DONE and then edit the timestamp, but this is tedious when it's a repeating event, e.g.: *** NEXT [#A] meditate 15 minutes every day

[O] integrating org-mode with complice.co?

2018-08-09 Thread Adam Spiers
Hi all, I know we have some Beeminders here, so it seems reasonable to ask whether we also have any Complice users? https://complice.co/ It's a really nice (albeit proprietary) service to help users achieve direction, focus, and consistent progress with their lives.

Re: [O] named anchors in HTML export

2017-08-19 Thread Adam Spiers
On 19 August 2017 at 09:50, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Adam Spiers <orgm...@adamspiers.org> writes: >> I was also expecting to be able to use #+NAME: foo in front of a >> headline > > You cannot use a NAME keyword to a headline (or an in

[O] named anchors in HTML export

2017-08-18 Thread Adam Spiers
Hi there, I'm using org2blog and trying to mark certain parts of a blog post with a named anchor for permanent linking. However, org2blog relies on Org's native HTML export, so really this post is just questions about HTML Export. I've managed to get sections anchored using a CUSTOM_ID property.

[O] Securing Org ELPA

2017-04-04 Thread Adam Spiers
Hi all, Would it be possible to make Org ELPA available via https? This is the motivation for asking: https://glyph.twistedmatrix.com/2015/11/editor-malware.html Thanks! Adam

Re: [O] unlinking links

2014-12-10 Thread Adam Spiers
On Thu, Dec 04, 2014 at 06:07:53PM +0100, Nicolas Goaziou wrote: Adam Spiers orgm...@adamspiers.org writes: On Thu, Nov 06, 2014 at 08:30:08PM -0500, John Kitchin wrote: Adam Spiers orgm...@adamspiers.org writes: Is it just me or is there no quick way to remove the link from some

Re: [O] FR: refile-and-link

2014-12-10 Thread Adam Spiers
On Thu, Dec 04, 2014 at 07:21:30PM -0500, Kyle Meyer wrote: Adam Spiers orgm...@adamspiers.org wrote: Forgive me if this has already been implemented, but I couldn't see it... I don't know of a command that does this. I'm looking for something similar to the extract method operation

Re: [O] unlinking links

2014-12-04 Thread Adam Spiers
On Thu, Nov 06, 2014 at 08:30:08PM -0500, John Kitchin wrote: Adam Spiers orgm...@adamspiers.org writes: Is it just me or is there no quick way to remove the link from some hyperlinked text? If so, please consider this a feature request ;-) Try this: (defun unlinkify () replace

[O] FR: refile-and-link

2014-12-03 Thread Adam Spiers
Hi all! Forgive me if this has already been implemented, but I couldn't see it... I'm looking for something similar to the extract method operation which refactoring IDEs can perform on code. You would select a headline (or maybe even region), hit `refile-and-link', and then after the normal

[O] unlinking links

2014-11-06 Thread Adam Spiers
Hi all, Is it just me or is there no quick way to remove the link from some hyperlinked text? If so, please consider this a feature request ;-) Regards, Adam

Re: [O] org-capture doesn't narrow correctly if :prepend is t

2014-03-15 Thread Adam Spiers
On 13 March 2014 09:45, Bastien b...@gnu.org wrote: Hi Adam and Thomas, This is now fixed, thanks! Oh wonderful, thank you so much Bastien!

Re: [O] day boundaries later than midnight?

2014-02-10 Thread Adam Spiers
On Mon, Feb 10, 2014 at 10:01:38AM +0100, Bastien wrote: Hi Adam, Adam Spiers orgm...@adamspiers.org writes: Did any progress ever get made on this front since 2006, and if not, is it ever likely to? I think this is `org-extend-today-until': org-extend-today-until is a variable defined

[O] org-dblock-write:count

2014-02-09 Thread Adam Spiers
Hi all, I just had an awesome conversation with Sacha about more effective daily/weekly reviewing with org-mode :-) One of the things we talked about was quantifying the number of tasks (TODO keywords) in any given state, as a means of becoming more aware of your progress over time. I have had

[O] day boundaries later than midnight?

2014-02-09 Thread Adam Spiers
Hi all, I found this thread from 2006 which talked about the possibility of org-agenda considering day boundaries later than midnight: http://permalink.gmane.org/gmane.emacs.orgmode/369 I'm surely not the only night owls who regularly completes (or even schedules) tasks after midnight but

[O] org-mobile-pull with files in multiple directories?

2014-02-02 Thread Adam Spiers
Hi all, I'm trying to figure out how to get org-mobile-pull to work for me. I want to be able to edit files from multiple directories via MobileOrg, e.g.: ~/org/TODO.org ~/work/TODO.org ~/my-project/TODO.org ~/org/notes/my-hobby.org I have a sync-org shell-script which copies them into

Re: [O] [Orgmode] Feature Request: Keeping me honest

2013-12-16 Thread Adam Spiers
2013 17:08, Adam Spiers orgm...@adamspiers.org wrote: Hey Tim, I realise this is from over 4 years ago, but I was wondering if you'd made any progress with org-action-verbs since then? It's a great idea and IMHO worthy of being made into a package. Cheers, Adam On 1 October 2009 03:29

Re: [O] [Orgmode] Feature Request: Keeping me honest

2013-12-15 Thread Adam Spiers
Hey Tim, I realise this is from over 4 years ago, but I was wondering if you'd made any progress with org-action-verbs since then? It's a great idea and IMHO worthy of being made into a package. Cheers, Adam On 1 October 2009 03:29, Tim O'Callaghan tim.ocallag...@gmail.com wrote: Small

Re: [O] generating ToC for existing PDF?

2013-10-27 Thread Adam Spiers
On 26 October 2013 14:11, Adam Spiers orgm...@adamspiers.org wrote: Hi all, I have an existing PDF, along with a text file table of contents. Is it possible to use org to generate a new PDF which includes a ToC at the beginning, where each item in the ToC is hyperlinked to its corresponding

[O] generating ToC for existing PDF?

2013-10-26 Thread Adam Spiers
Hi all, I have an existing PDF, along with a text file table of contents. Is it possible to use org to generate a new PDF which includes a ToC at the beginning, where each item in the ToC is hyperlinked to its corresponding page in the original PDF? I see that org understands hyperlinks like:

[O] org-mode and long lines alerting

2013-10-23 Thread Adam Spiers
Hi all, I recently configured my emacs with visual alerts for lines longer than (say) 80 columns. I used two mechanisms for this: 1. the built-in `whitespace-mode', with `whitespace-style' including the 'lines-tail symbol 2. the fill-column-indicator package, which draws a vertical

[O] different toc levels per headline?

2013-09-26 Thread Adam Spiers
Hi all, If I have something like: #+OPTIONS: toc:1 * h1 no options *** h2 * h3 * h1 toc:2 :PROPERTIES: :EXPORT_OPTIONS: toc:2 :END: *** h2 * h3 * h1 toc:3 :PROPERTIES: :EXPORT_OPTIONS: toc:3 :END: *** h2 *

Re: [O] different toc levels per headline?

2013-09-26 Thread Adam Spiers
Hi Carsten, On Thu, Sep 26, 2013 at 01:15:56PM +0200, Carsten Dominik wrote: Hi Adam, EXPORT_OPTIONS are for the special case that you only export that specific subtree, by restricting the export to a tree using C-s in the dispatcher. They do not modify the behavior of a tree in a larger

Re: [O] different toc levels per headline?

2013-09-26 Thread Adam Spiers
On Thu, Sep 26, 2013 at 04:24:57PM +0200, Nicolas Goaziou wrote: Carsten Dominik carsten.domi...@gmail.com writes: On 26.9.2013, at 14:16, Adam Spiers orgm...@adamspiers.org wrote: Thanks a lot for the reply. However, what you say seems to directly contradict this sentence in the manual

Re: [O] managing a work log

2013-09-21 Thread Adam Spiers
Hi Bastien, Sorry for the incredibly delayed response to this ... On Sun, Jun 30, 2013 at 11:22:41PM +0200, Bastien wrote: Adam Spiers orgm...@adamspiers.org writes: With `org-archive-mark-done' set to `t', entries will be marked as done when `org-archive-subtree' is invoked. However

Re: [O] org-capture doesn't narrow correctly if :prepend is t

2013-09-16 Thread Adam Spiers
On 2 September 2013 18:51, Adam Spiers orgm...@adamspiers.org wrote: I have an org-capture template as follows: (n personal NEXT entry (file ~/org/TODO.org) * NEXT %? :prepend t) but after I hit `C-c C-c', the file's buffer stays narrowed, with the new entry invisible. Anyone who

Re: [O] org-capture doesn't narrow correctly if :prepend is t

2013-09-16 Thread Adam Spiers
On 16 September 2013 12:59, Carsten Dominik carsten.domi...@gmail.com wrote: Hi Adam, it is in my queue, but I have not yet had time to look at it. Oh great, thanks a lot Carsten! I can wait patiently - even with a wait, you can almost certainly fix it quicker than I could ;-)

[O] org-capture doesn't narrow correctly if :prepend is t

2013-09-02 Thread Adam Spiers
I have an org-capture template as follows: (n personal NEXT entry (file ~/org/TODO.org) * NEXT %? :prepend t) but after I hit `C-c C-c', the file's buffer stays narrowed, with the new entry invisible. Anyone who didn't notice the presence of 'Narrow' in the modeline would be convinced that

[O] managing a work log

2013-06-12 Thread Adam Spiers
Hi all, With `org-archive-mark-done' set to `t', entries will be marked as done when `org-archive-subtree' is invoked. However, this does not honour the expected behaviour when `org-log-done' is set to `'time', i.e. that a `CLOSED: [timestamp]' line will be inserted just after the headline. Is

Re: [O] Sync Org with Google Calendar using google API (rather than caldav)

2013-04-08 Thread Adam Spiers
Thanks a lot for the info! I agree that natively talking to the JSON API is a nice feature :) On 2 April 2013 08:17, Baptiste Fouques bate...@bat.fr.eu.org wrote: Adam Spiers orgmode at adamspiers.org writes: Sounds interesting. It would be very helpful if you could explain how

Re: [O] org-capture equivalent of org-remember's % ?

2013-03-30 Thread Adam Spiers
Bastien, You are amazing. That is all. :) Greetings from the awesome #emacsconf, Adam On 30 March 2013 14:44, Bastien b...@altern.org wrote: Hi Adam, Adam Spiers orgm...@adamspiers.org writes: I'm finally switching from org-remember to org-capture. M-x org-capture-import-remember

Re: [O] Sync Org with Google Calendar using google API (rather than caldav)

2013-03-29 Thread Adam Spiers
On 29 March 2013 11:03, Baptiste bate...@bat.fr.eu.org wrote: Hi, I have started a google calendar synchronization Emacs module. Rather than using ical format, I use directly Google API. For sure it is less usefull for other calendar services, but it will keep working when Google is stopping

[O] org-capture equivalent of org-remember's % ?

2013-03-29 Thread Adam Spiers
Hi all, I'm finally switching from org-remember to org-capture. M-x org-capture-import-remember-templates works fine except that it doesn't know how to translate %, which causes a jump to the target location immediately after storing the note. Is there an org-capture equivalent of

Re: [O] mobile-org, webdav, can't push (password not accepted)

2012-08-18 Thread Adam Spiers
Hi James, On Sun, Jul 15, 2012 at 8:18 PM, James Harkins jamshar...@gmail.com wrote: At Sat, 14 Jul 2012 12:05:16 -0400, James Harkins wrote: Hi, I need a little help with mobile-org and webdav. (I need to use webdav because I live year-round in China, and the last time I tried, dropbox was

Re: [O] MobileOrg, webdav, correct use of org-mobile-directory?

2012-08-18 Thread Adam Spiers
Hi all, I think some confusion has (quite understandably) arisen in this thread about how the org-mobile + webDAV + tramp + scp combination is supposed to work. At risk of getting it all wrong and looking like a fool, I *think* I can help explain :-) On Sun, Aug 12, 2012 at 2:11 PM, Nick Dokos

[O] [PATCH] Document ID special property.

2012-05-17 Thread Adam Spiers
* doc/org.texi: add ID to the list of special properties. --- doc/org.texi |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 4c48a03..ab8fb67 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -4926,6 +4926,7 @@ column view (@pxref{Column

[O] [PATCH] Fix typo in manual index's description of the 'Hooks' section

2012-05-17 Thread Adam Spiers
* doc/org.texi: Fix typo in description of the 'Hooks' section --- doc/org.texi |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 4c48a03..d6a4353 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -741,7 +741,7 @@ Interaction with other

[O] [PATCH] Add hyperlink to Org website from HTML export footer

2012-05-17 Thread Adam Spiers
* lisp/org-html.el: add hyperlink to http://orgmode.org/ from export footer --- lisp/org-html.el |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/lisp/org-html.el b/lisp/org-html.el index bcbad61..03c39e8 100644 --- a/lisp/org-html.el +++ b/lisp/org-html.el @@ -1857,7

[O] [PATCH] Fix (wrong-type-argument integer-or-marker-p nil) in org-agenda-get-todos.

2012-03-04 Thread Adam Spiers
org-get-category can sometimes invoke org-refresh-category-properties which can perform a re-search-forward which destroys the existing match data. When called from org-agenda-get-todos, this can result in its subsequent call to (match-beginning 2) to return nil, which when passed as the first

[O] [PATCH] Fix typos

2012-03-04 Thread Adam Spiers
--- lisp/org-agenda.el |2 +- lisp/org-list.el |2 +- lisp/org.el|2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 4efb332..7b4bc04 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -408,7 +408,7 @@

[O] [PATCH] org-clock-modify-effort-estimate: display a message when no clock is active

2012-03-04 Thread Adam Spiers
--- lisp/org-clock.el | 57 +++-- 1 files changed, 29 insertions(+), 28 deletions(-) diff --git a/lisp/org-clock.el b/lisp/org-clock.el index 9206608..1613f77 100644 --- a/lisp/org-clock.el +++ b/lisp/org-clock.el @@ -563,39 +563,40 @@ previous

[Orgmode] meaning of ampersand in spreadsheet cell references

2010-09-09 Thread Adam Spiers
Hi all, The manual refers fleetingly to the use of ampersand in spreadsheet cell references. Amongst other cell reference examples, it lists: $5column 5 in the current row Esame as previous The only other mention I can find is: When offering a formula for editing,

Re: [Orgmode] Beamer support in Org-mode

2009-12-18 Thread Adam Spiers
On Tue, Dec 15, 2009 at 04:49:23PM -0300, Darlan Cavalcante Moreira wrote: In addition, while I also agree that footnotes shouldn't be in a presentation they are allowed when working with beamer and may be useful in some cases. If org-mode export footnotes as beamer notes then some months from

Re: [Orgmode] Beamer support - 2nd round

2009-12-18 Thread Adam Spiers
On Mon, Dec 14, 2009 at 09:11:49AM +0100, Carsten Dominik wrote: On Dec 10, 2009, at 10:32 PM, Adam Spiers wrote: 2.2 Frames === The BEAMER_FRAME_LEVEL setting governs which levels become frames. If that option is set to 0, then frames are only created by setting the `BEAMER_env

Re: [Orgmode] Re: OrgmodeWiki Support

2009-12-18 Thread Adam Spiers
On Wed, Dec 09, 2009 at 09:38:42AM -0800, Wes Hardaker wrote: On Sun, 6 Dec 2009 23:23:35 +0100, Marc li...@barisch.com said: M If I got it right, this is not completly implemented (e.g. nested M bullet lists are not supported). Are there plans to complete the M export function? IMHO, this

[Orgmode] RFC on enhancement for org-cancel-clock with no active clock

2009-12-18 Thread Adam Spiers
Currently org-cancel-clock just warns 'No active clock' when there is no active clock. Would it make sense to extend the behaviour in that case so that it interactively prompts whether you would like to remove the most recently active clock entry? This would be a nice kind of 'undo' in the case

[Orgmode] resolving idle time after accidentally cancelling prompt

2009-12-18 Thread Adam Spiers
Hi there, The `org-clock-idle-time' feature is really fantastic. However I occasionally miss the [(kK)eep (sS)ubtract (C)ancel] prompt in the minibuffer and press another key which cancels it; then I have to run org-resolve-clocks manually. I can imagine a scenario where I mistakenly thought

Re: [Orgmode] Re: OrgmodeWiki Support

2009-12-18 Thread Adam Spiers
On Fri, Dec 18, 2009 at 01:15:59PM +0100, Carsten Dominik wrote: On Dec 18, 2009, at 12:28 PM, Adam Spiers wrote: I would *love* to see auto-linking of WikiWords as a customisable option. I'm not sure if anyone's looked at supporting WikiWords yet. Where should the link go? To a file

Re: [Orgmode] Re: FR: org-remember shortcut to customize-option org-remember-templates

2009-12-17 Thread Adam Spiers
On Wed, Dec 16, 2009 at 05:33:44PM +0100, Tassilo Horn wrote: Adam Spiers orgm...@adamspiers.org writes: I really like the way `M-x org-agenda C' takes you straight to the *Customize Option: Org Agenda Custom Commands* buffer. Similarly, it would be nice if `M-x org-remember C' took you

[Orgmode] FR: org-remember shortcut to customize-option org-remember-templates

2009-12-16 Thread Adam Spiers
I really like the way `M-x org-agenda C' takes you straight to the *Customize Option: Org Agenda Custom Commands* buffer. Similarly, it would be nice if `M-x org-remember C' took you straight to the *Customize Option: Org Remember Templates* buffer. Although in both cases it would be even nicer

[Orgmode] FR: org-hide-context

2009-12-16 Thread Adam Spiers
It would be great to have an opposite to `org-reveal' which folded all siblings, ancestors, and maybe even all ancestors' siblings of the current headline. A suitable key-binding might be C-u C-u C-c C-r or similar. Thanks, Adam ___ Emacs-orgmode

Re: [Orgmode] Re: Mobile org

2009-12-10 Thread Adam Spiers
On Sat, Oct 03, 2009 at 09:25:24AM +0300, [AvataR] wrote: I have emacs-23 on n810, tuned for rather quick start with dumps, cleaning and other stuff :) Not perfect, because of absent of normal virtual keyboard, and LOooOOoww memory (emacs-server get about 6-7%), but usable. Also emacs requires

Re: [Orgmode] Beamer support - 2nd round

2009-12-10 Thread Adam Spiers
On Thu, Dec 03, 2009 at 05:10:44PM +0100, Carsten Dominik wrote: Dear all, after carefully listening to all your comments and thinking things through more thoroughly, here is now my second attempt to define beamer support in Org-mode. [snipped] This is very exciting :-) Just one comment

Re: Running debian + emacs on my Android G1 [was: [Orgmode] emacs + orgmode on Ubuntu on Android G1]

2009-11-28 Thread Adam Spiers
snappy than the stock build and the things you can do with it really rock (running debian on my phone is so cool) ;) I agree! I just upgraded mine to CyanogenMod too, although it's not required; I was quite happily running emacs and Ubuntu on an older JesusFreke firmware before. Adam Spiers

[Orgmode] emacs + orgmode on Ubuntu on Android G1

2009-11-26 Thread Adam Spiers
On Wed, Nov 04, 2009 at 04:01:11PM +0900, Torsten Wagner wrote: Hi Looks like fantastic work, congratulations! Thank heavens I finally got Ubuntu/emacs/orgmode/git running natively on my Android phone, otherwise I'd be green with envy ;-) That means you run a full emacs23 together

Re: [Orgmode] org batch job using emacsclient?

2009-11-16 Thread Adam Spiers
Hi Stefan, On Mon, Nov 16, 2009 at 09:51:38AM +0100, Stefan Vollmar wrote: [snipped] To improve performance, we want to switch to emacsclient but we are not sure how to adapt the above code to do this. Our first attempt: cmd = emacsclient + --eval \ + \(add-to-list 'load-path \\\ +

[Orgmode] the great^n grand-daddy of orgmode? :)

2009-11-14 Thread Adam Spiers
In case you haven't seen it, this is probably the first ever public demo of outlining software in 1968: http://www.youtube.com/watch?v=6epbmU7_fvg Some of the similarities to org-mode are fairly staggering - it was also the first public demo of hyperlinks, anchors, the mouse ... (This video

Re: [Orgmode] [babel] demonstration mode-switching between code blocks

2009-11-04 Thread Adam Spiers
Torsten Wagner (torsten.wag...@gmail.com) wrote: Hi everybody, Abstract: This is a very quick (and I assume very dirty) hack, how to switch between org-mode and any other mode which you like to use in the source code blocks. It is far from being addable to org-babel yet but might be a good

Re: [Orgmode] RSI

2009-11-04 Thread Adam Spiers
On Tue, Sep 01, 2009 at 01:22:13PM -0500, Keith Lancaster wrote: Emacs can definitely lead to RSI - Richard Stallman, the creator, developed it. I am quite prone to RSI, which led me to VIM due to its modal operation (very few modifier key combos). I used VIM for quite a while and did not

Re: [Orgmode] Re: Subversion for backups?

2009-11-04 Thread Adam Spiers
On Thu, Aug 27, 2009 at 05:27:40PM +, Robert Goldman wrote: FWIW, my feelings are the exact opposite of Matt's --- I find the added complexity of having multiple repositories to manage and the general added complexity of git quite unwelcome. If you are trying to keep multiple machines in

Re: [Orgmode] suggestion: automatically recording entry creation date

2009-11-04 Thread Adam Spiers
On Tue, Nov 03, 2009 at 12:01:42AM +, Adam Spiers wrote: This would be useful to me too. It would be valuable not just for finding recently created ones, but for sorting any generated list of entries by creation date. This would for example make it easier to ensure that entries don't get

Re: [Orgmode] FR: org-agenda-skip-deadline-if-scheduled

2009-11-03 Thread Adam Spiers
on the sequence in which scheduled and deadline are collected. - Carsten On Nov 2, 2009, at 2:40 PM, Adam Spiers wrote: Hi all, Quick feature suggestion: I just discovered `org-agenda-skip-scheduled-if-deadline-is-shown', which is a very nice option, but I actually want the opposite

Re: [Orgmode] org-show-effort ideas

2009-11-03 Thread Adam Spiers
On Tue, Nov 03, 2009 at 07:47:48AM +0100, Carsten Dominik wrote: On Nov 2, 2009, at 2:49 PM, Adam Spiers wrote: I wanted an easy way to see an effort estimate when not in column view, so I wrote this: (defun org-show-effort () Shows the effort of the entry at the current point

Re: [Orgmode] shortcut key for switching between custom agenda viewss

2009-11-03 Thread Adam Spiers
like `C-c C-a' belong to the major mode, keys like `C-c a' belong to you and therefore are yours to set to global commands. If you choose `C-c C-a', you will have to overwrite this key in all major modes where it gets in your way. On Nov 2, 2009, at 3:05 PM, Adam Spiers wrote: Within

Re: [Orgmode] Re: org-show-effort ideas

2009-11-03 Thread Adam Spiers
Benjamin Andresen (be...@in-ulm.de) wrote: Adam Spiers orgm...@adamspiers.org writes: I definitely did try it, and I just did another 'git pull' and tried again, and I still don't see it, so I guess we're talking about different things ;-) To clarify, I'm referring to showing effort

Re: [Orgmode] MobileOrg 1.0 for iPhone/iPod Touch now available

2009-11-03 Thread Adam Spiers
Richard Moreland (r...@ncogni.to) wrote: Hi all, MobileOrg 1.0 is now available in the iTunes AppStore: http://bit.ly/1kpHqg Documentation (including a screencast demonstrating the app) is available on the website at http://mobileorg.ncogni.to. Many thanks to Carsten and all the beta

Re: [Orgmode] Logging rescheduled tasks

2009-11-03 Thread Adam Spiers
Rick Moynihan (rick.moyni...@gmail.com) wrote: Hi all, I'm wondering if anyone logs rescheduled tasks with org-mode... As I find myself sometimes scheduling tasks for a future date, but then on the day not having the capacity to do them. In these situations I just reschedule them, but

[Orgmode] FR: org-agenda-skip-deadline-if-scheduled

2009-11-02 Thread Adam Spiers
Hi all, Quick feature suggestion: I just discovered `org-agenda-skip-scheduled-if-deadline-is-shown', which is a very nice option, but I actually want the opposite, i.e. `org-agenda-skip-deadline-if-scheduled'. The reason for this is that if I have missed a deadline (sadly all too common), I

[Orgmode] org-show-effort ideas

2009-11-02 Thread Adam Spiers
I wanted an easy way to see an effort estimate when not in column view, so I wrote this: (defun org-show-effort () Shows the effort of the entry at the current point. (interactive) (let ((effort (org-entry-get (point) org-effort-property))) (message (if effort (format Effort is %s

[Orgmode] key bindings for quickly setting effort estimates

2009-11-02 Thread Adam Spiers
I found myself needing a quick way of setting effort estimates outside column view, and came up with the following: ;; Zero effort is last (10th) element of global Effort_ALL property ;; so that we get zero effort when pressing '0' in the Effort column ;; in Column view, since this invokes

[Orgmode] FR: prefix maps for org-remember-templates

2009-11-02 Thread Adam Spiers
I am getting to the stage where I have enough org-remember templates that the logical choices for shortcut keys are beginning to overlap. It would be very cool if key sequences were supported, in exactly the same way that they are for agenda custom commands. Thanks, Adam

[Orgmode] shortcut key for switching between custom agenda viewss

2009-11-02 Thread Adam Spiers
Within a custom agenda view, the key 'e' used to allow returning to the *Agenda Commands* buffer to choose another agenda view, but this no longer works. I know that executing `org-agenda' produces the same view, but I have it bound to C-c C-a which in the agenda view is overloaded to

Re: [Orgmode] Re: skip-entry-if category

2009-11-02 Thread Adam Spiers
Carsten Dominik (carsten.domi...@gmail.com) wrote: On Aug 22, 2009, at 2:47 PM, Matt Lundin wrote: Hi Memnon Memnon Anon wrote: However, there is one thing I am not able to figure out: Using skipping, it is easy to limit my daily agenda to certain tags like: (org-agenda-skip-function

Re: [Orgmode] FR: org-agenda-skip-deadline-if-scheduled

2009-11-02 Thread Adam Spiers
Adam Spiers (orgm...@adamspiers.org) wrote: Hi all, Quick feature suggestion: I just discovered `org-agenda-skip-scheduled-if-deadline-is-shown', which is a very nice option, but I actually want the opposite, i.e. `org-agenda-skip-deadline-if-scheduled'. The reason for this is that if I

[Orgmode] making org-time-stamp a bit more interactive

2009-11-02 Thread Adam Spiers
If I have an existing time stamp (e.g. SCHEDULED/DEADLINE) corresponding to (say) several months ago, and I want to update it to some date in the future, but I want to see the calendar in order to help decide the new date, I find the org-time-stamp interface slightly lacking. Ideally I could:

  1   2   3   >