[Orgmode] Re: Problem with 7.02 - org-capture-templates not set from init file

2010-11-02 Thread Anupam Sengupta
perating on it here may be unreliable. | Templates for the creation of new entries. ` I am running GNU Emacs 23.2.50 and org-version does confirm org-7.02. BTW, whats with the org-7.3 on http://orgmode.org? Regards, -- Anupam Sengupta

[Orgmode] Bug?: 7.02/7.3 - Unable to set `org-capture-templates' in a

2010-11-06 Thread Anupam Sengupta
| (quote (("n" "Next Action" entry (file+headline | "~/org/test.org" "INBOX") "* TODO %^{Heading}" ` Then `org-capture' is able to correctly access the templates. I have currently reverted back to 7.0

[Orgmode] Re: Bug?: 7.02/7.3 - Unable to set `org-capture-templates'in a

2010-11-06 Thread Anupam Sengupta
Anupam Sengupta gmail.com> writes: > I use a _separate_ file for saving the settings using the Custom > interface. This includes all org-mode settings and templates, and have > been working well till 7.01h. > > *However*, after upgrading to 7.02, I found that the capture te

[Orgmode] Re: Bug: org-install must precede customization [7.02trans]

2010-11-12 Thread Anupam Sengupta
, something like: (setq custom-file "~/emacs-custom.el") (load custom-file) Because of the autoload, these statements now need to be at the very end of the init.el file. Not a big problem, but still something that needs to be known (and was not required prior to 7.02). -- Anupam Sengu

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

2009-11-08 Thread Anupam Sengupta
> "Marcelo" == Marcelo de Moraes Serpa writes: Marcelo> A symbian OS port would be nice too :) Completely second that ... would be a great addition to my Nokia E71 ... downloading on my iPod Touch right now. [...] Hi all, MobileOrg 1.0

[Orgmode] Mark your Calendars: Carsten will be on the FLOSS Weekly

2010-08-22 Thread Anupam Sengupta
Hello fellow Org-mode users, Carsten is going to be the guest on the FLOSS weekly podcast on 22nd September. Link to the show: http://www.twit.tv/floss Carsten, Looking forward to the show! Best Regards, -- Anupam ___ Emacs-orgmode mailing list P

[O] Any way to identify a DEADLINE or SCHEDULED item via org-agenda-prefix-format?

2011-04-28 Thread Anupam Sengupta
Hello, In my custom agenda block, I wanted to distinguish between SCHEDULED and DEADLINE items using a small character flag. The docstring for `org-agenda-prefix-format' mentions %s as the one to use for the scheduled/deadline string (as is used in the default agenda) - however, this string does

[Orgmode] Feature Request: Simultaneous change using S- / S- on time ranges?

2009-03-12 Thread Anupam Sengupta
Hi, I routinely use time ranges (and occasionally time-stamp ranges) in my org files to document the scheduled block of time for a meeting or activity. As an example, I will mark meetings as: * A Meeting <2009-03-12 Thu 10:00-11:00> As often happens with meetings, rescheduling needs to be don

[Orgmode] Re: The most important project for org developers?

2009-03-19 Thread Anupam Sengupta
> "Ian" == Ian Barton writes: >> >> I currently export my schedule to google calendar with org's >> icalendar export. But I have to manually upload the ics file, so [...] Ian> If you have access to a server that supports WebDav you can Ian> create a Google Calendar that

[Orgmode] Org-mode version 6.30c; org-remember does not honor `org-odd-levels-only' setting

2009-09-02 Thread Anupam Sengupta
org-mode seems to get confused on the outline levels. I have added the org-mode settings using the `org-submit-bug-report' with some trimming of private settings that probably are not relevant (e.g. the `org-agenda-cust

Re: [Orgmode] Org-mode version 6.30c; org-remember does not honor `org-odd-levels-only' setting

2009-09-03 Thread Anupam Sengupta
() (setq org-odd-levels-only t))) > > or by setting that variable globally. > > - Carsten > > > On Sep 2, 2009, at 7:48 PM, Anupam Sengupta wrote: > > Hi Carsten, >> >> >> *Problem*: `org-odd-levels-only' is not honored in a remember buffer for

[Orgmode] Restarting a CLOCK entry?

2008-05-13 Thread Anupam Sengupta
Hi, Is there any way to restart (not cancel) a CLOCK entry which has been started and then manually edited? I sometimes CLOCK in a little later than the actual start (say 5-10 minutes after the fact) and then manually edit the start time on the entry. However, there does not seem to be a way to

[Orgmode] Re: Restarting a CLOCK entry?

2008-05-14 Thread Anupam Sengupta
[...] >> I sometimes CLOCK in a little later than the actual start (say 5-10 >> minutes after the fact) and then manually edit the start time on the >> entry. However, there does not seem to be a way to make Orgmode reset >> the clock and start from the edited entry. Carsten

[O] Orgmode 8.0.2: Possible bug in `org-insert-heading` when invoked at end of a heading with a property

2013-04-29 Thread Anupam Sengupta
Hello fellow Orgmode users, Have installed orgmode 8.0.2 last night, and loving it so far. Facing one issue (or change in behavior) though. This is on Emacs 24.3. Looks like M-RET (`org-insert-heading`), and it's equivalent M-S-RET (`org-insert-todo-heading`) are behaving a little erratically w

[O] [BUG] Tag selection is inconsistent when loaded from #+SETUPFILE in orgmode 8.0.x

2013-05-14 Thread Anupam Sengupta
Hi, Loading tags from a #+SETUPFILE is causing inconsistent behavior in the tag-selection for both in-buffer selection via C-c C-q (`org-set-tags-command`) and in-agenda selection via : (`org-agenda-set-tags`). A test-case using orgmode 8.0.3 on Emacs 24.3 (with the bare minimum init

Re: [O] Orgmode 8.0.2: Possible bug in `org-insert-heading` when invoked at end of a heading with a property

2013-05-14 Thread Anupam Sengupta
All, Finally found the cause of the issue I had reported a few weeks back: Anupam> Looks like M-RET (`org-insert-heading`), and it's equivalent Anupam> M-S-RET (`org-insert-todo-heading`) are behaving a little Anupam> erratically when invoked from the _end_ of a heading that Anupa

Re: [O] [BUG] Tag selection is inconsistent when loaded from #+SETUPFILE in orgmode 8.0.x

2013-05-23 Thread Anupam Sengupta
Hi Bastien, >> Loading tags from a #+SETUPFILE is causing inconsistent behavior >> in the tag-selection for both in-buffer selection via C-c C-q >> (`org-set-tags-command`) and in-agenda selection via : >> (`org-agenda-set-tags`). Bastien> Thanks a lot for reporting this and

[Orgmode] iCalendar export does not honor the ' org-agenda-default-appointment-duration' setting (v5.04)

2007-08-01 Thread Anupam Sengupta
Hi, I have set the default appointment duration for the events with only a start date/time to be 60 mins. This works perfectly well in the Agenda view; however, the iCalendar exported events still use 2 hours as the duration for the event. The function which is causing this seems to be 'org-ical-

[Orgmode] Re: Bug: all todos receive a once used timestamp in agenda view

2007-08-24 Thread Anupam Sengupta
> "Rainer" == Rainer Stengele <[EMAIL PROTECTED]> writes: Rainer> Carsten Dominik schrieb: >> Here is a quick update, bug fixes plus a few small features. Only on my >> website, not yet in Emacs - I don't have time right now. >> >> http://www.astro.uva.nl/~dominik/Tools/o

[Orgmode] Re: Feature request: Selective encryption

2007-08-31 Thread Anupam Sengupta
> "Austin" == Austin Frank <[EMAIL PROTECTED]> writes: Austin> If you're interested in using GPG to accomplish these goals, I highly Austin> recommend the EasyPG (EPG) package created by Daiki Ueno. At this Austin> point I believe it's mostly used for Gnus, but it's intended to b