Re: [O] Supporting Exchange calendars in org-mac-iCal.el

2019-03-03 Thread Stelian Iancu
Hi Norman, I would be interested in this functionality. Thanks, Stelian On 22.02.19 16:10, Norman Walsh wrote: Hi folks, I don’t know if anyone else is using org-mac-iCal[*], but I find it useful. (I find it convenient to have calendar appointments in my agenda view.) In the course of settin

Re: [O] Allowing loose ordering in Org files (Was: bug in org-habits)

2015-11-10 Thread Stelian Iancu
On 10/11/15 02:40, Aaron Ecay wrote: I think it’s more illuminating to think of it in terms of org as a tool: have the changes made it more difficult for you to accomplish your goals with org? Has something that was previously possible become impossible? Has something that was previously easy g

Re: [O] Allowing loose ordering in Org files

2015-11-09 Thread Stelian Iancu
On 09/11/15 21:04, Achim Gratz wrote: John Wiegley writes: You will find that the argument really wasn't about performance, but complexity. I can accept a complexity argument, I meant O() complexity, not implementation complexity. if my request were really "a separate code-path". I'm not s

Re: [O] Using link abbrevations for EXPORT_FILE_NAME ?

2015-11-09 Thread Stelian Iancu
On 08/11/15 20:11, Nicolas Goaziou wrote: Hello, AW writes: on orgmode 8.3.2 I've got a large org-file. Offen, I need to export a subtree like this: - * Subtree to be exported :PROPERTIES: :EXPORT_FILE_NAME: /PATH/TO/FOLDER/filename :EXPORT_TITLE: :END: foo

Re: [O] Emacs+org-mode in a Docker?

2015-11-07 Thread Stelian Iancu
On 07/11/15 08:00, Grant Rettke wrote: On Wed, Nov 4, 2015 at 7:07 PM, John Kitchin wrote: Thanks for all the notes! It looks like a not too trivial exercise that might have to be a summer project for me. For the past year, I've been curious about how to make my Emacs environment available to

Re: [O] bug in org-habits

2015-11-04 Thread Stelian Iancu
On 04/11/15 02:01, John Wiegley wrote: Nicolas Goaziou writes: Also, supporting both locations means that users will pay the full price in entries without a property drawer, even if they chose the fast path, i.e., drawer at the beginning of the entry, in the first place. This kind of defeats so

Re: [O] bug in org-habits

2015-11-03 Thread Stelian Iancu
On 03/11/15 14:46, Marco Wahl wrote: John Wiegley writes: Puneeth Chaganti writes: Actually there has been introduced a constraint on the ordering planning lines and property drawers in 8.3. See http://orgmode.org/Changes.html.> This at least invalidates to use PROPERTIES before SCHEDULED

Re: [O] Using org-mode with iOS?

2015-10-30 Thread Stelian Iancu
On 30/10/15 12:37, Ken Mankoff wrote: On Oct 30, 2015, at 07:13, Peter Davis mailto:p...@pfdstudio.com>> wrote: I don't think there will be an IOS version of emacs anytime soon http://gamma-level.com/iphoneos/ports/emacs A big drawback of this port, which is a showstopper for me personall

Re: [O] [BUG] `org-load-noerror-mustsuffix´ is not defined, introduced by 5484a33b

2013-01-13 Thread Stelian Iancu
On Jan 13, 2013, at 11:08 PM, Thorsten Jolitz wrote: > Achim Gratz writes: > >> Eric Schulte writes: >>> Recently my Emacs start up fails when I (require 'org) because the >>> function `org-load-noerror-mustsuffix' is undefined. I was able to fix >>> this by checking out the version previous

Re: [O] [BUG] `org-load-noerror-mustsuffix´ is not defined, introduced by 5484a33b

2013-01-10 Thread Stelian Iancu
> Retracted. This only works because, > > (add-to-list 'load-path "~/.emacs.d/src/org-mode/lisp/") > (require 'org) > > Does not in fact load up the newest version of Org-mode. > > I'm surprised I'm the only person experiencing this problem. Can anyone > else reproduce this locally? To re-i

Re: [O] [BUG] `org-load-noerror-mustsuffix´ is not defined, introduced by 5484a33b

2013-01-10 Thread Stelian Iancu
> Retracted. This only works because, > > (add-to-list 'load-path "~/.emacs.d/src/org-mode/lisp/") > (require 'org) > > Does not in fact load up the newest version of Org-mode. > > I'm surprised I'm the only person experiencing this problem. Can anyone > else reproduce this locally? To re-i

Re: [O] Emacs hangs in org file

2013-01-09 Thread Stelian Iancu
On Tue, Jan 8, 2013 at 8:19 PM, David Engster wrote: > This bug is currently being discussed on emacs-devel: > > http://thread.gmane.org/gmane.emacs.devel/156120 > > Jan has already posted a possible fix; maybe you can help testing it? > > -David > Thanks, I'll have a look. By reading the threa

Re: [O] Emacs hangs in org file

2013-01-08 Thread Stelian Iancu
On Mon, Jan 7, 2013 at 2:41 PM, Nick Dokos wrote: > Stelian Iancu wrote: > > > I have a fairly simple org file with only a couple of headings, TODOs > > and some notes. The issue I'm seeing is that Emacs hangs to the point > > where I have to force close i

Re: [O] Emacs hangs in org file

2013-01-07 Thread Stelian Iancu
On Mon, Jan 7, 2013 at 9:50 AM, Jambunathan K wrote: M-x toggle-debug-on-quit RET > Hit C-g when Emacs hangs. > > Or > > You can put the following in your .emacs > (setq debug-on-quit t) > > Tried this and unfortunately it didn't help. Once it hangs, pressing C-g does nothing. On the othe

[O] Emacs hangs in org file

2013-01-07 Thread Stelian Iancu
Hi all, I have a fairly simple org file with only a couple of headings, TODOs and some notes. The issue I'm seeing is that Emacs hangs to the point where I have to force close it when I'm trying to expand a headline. The behavior seems random, i.e. it's not always the same header and I don't have

Re: [O] Babel related bug in elpa version 20121231

2013-01-06 Thread Stelian Iancu
On Sunday, January 6, 2013, Eric Schulte wrote: > Tom Davey > writes: > > > Hi folks, > > > > This is a very interesting discussion. I too have run into this issue, > > and addressed it in a different way. > > > > My init.el contains only a defun and an add-hook. The defun is simple. > > It adds a

[O] Fwd: Babel related bug in elpa version 20121231

2013-01-05 Thread Stelian Iancu
On Sat, Jan 5, 2013 at 7:51 PM, Eric Schulte wrote: > > > That sounds like it should work, although I would go with the more > complete but possibly overkill > > ;; emacs-lisp > (package-initialize) > (require 'org) > (org-reload) > > Let me know if either of the above is sufficien

Re: [O] monthly budget with year summary using tables

2013-01-03 Thread Stelian Iancu
This is fascinating, thanks for explaining this. One question though is about the templates. I wasn't aware you can have such things in org-mode. Can you elaborate a bit on those? Thanks! S. On Thu, Jan 3, 2013 at 3:57 PM, Darlan Cavalcante Moreira wrote: > > A have a setup similar to the one

Re: [O] A mail client that is org-mode compatible

2013-01-03 Thread Stelian Iancu
On Thu, Jan 3, 2013 at 11:53 AM, Michael Strey wrote: > On Wed, Jan 02, 2013 at 01:07:20PM -0600, Robert Goldman wrote: > > I use multiple devices, so I need to have an IMAP server that really is > > an IMAP server, instead of something the just serves up messages to be > > downloaded. I have mu

[O] bug#10125: 24.0.91; package.el (org): Macros in tar packages & order of byte compilation

2011-11-25 Thread Stelian Iancu
On Fri, Nov 25, 2011 at 04:31, Jambunathan K wrote: > > Stelian > >> I am sorry to be asking a stupid question, but then, wouldn't restart >> Emacs fix the issue and have the new compiled org files loaded? In my >> case, that didn't seem to happen either (even though load-library >> showed org-com

[O] bug#10125: 24.0.91; package.el (org): Macros in tar packages & order of byte compilation

2011-11-24 Thread Stelian Iancu
On Thu, Nov 24, 2011 at 20:09, Glenn Morris wrote: > Jambunathan K wrote: > >> When compiling with package manager, the compilation happens from within >> a running Emacs session and very likely the "old" Org files are already >> loaded in to the runtime "inadvertently" by the user either by looki

Re: [O] Org from ELPA question

2011-11-24 Thread Stelian Iancu
Thanks Jambunathan, I will surely follow-up there. I also have a workaround for now, by just defining that function in my own config file, but I am not happy with it. So I will give as much assistance as I can so that the issue is fixed. Br, Stelian On Thu, Nov 24, 2011 at 13:23, Jambunathan K

Re: [O] Org from ELPA question

2011-11-24 Thread Stelian Iancu
On Thu, Nov 24, 2011 at 09:17, Nick Dokos wrote: > Stelian Iancu wrote: > >> Hi all, >> >> Org and Emacs newbie here. >> >> Using GNU Emacs 24.0.91.1 (x86_64-apple-darwin, NS >> apple-appkit-1038.36) of 2011-11-20 on bob.porkrind.org and Org

[O] Org from ELPA question

2011-11-24 Thread Stelian Iancu
Hi all, Org and Emacs newbie here. Using GNU Emacs 24.0.91.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of 2011-11-20 on bob.porkrind.org and Org from ELPA updated yesterday. I am encountering the problem with org-capture described here: http://article.gmane.org/gmane.emacs.orgmode/48584 Af

[O] Subscription to the mailing list

2011-11-21 Thread Stelian Iancu
Hi, Is the subscription to the mailing list working at the moment? Because I tried today to subscribe and I didn't get the confirmation mail. I tried a couple of hours ago and still nothing. Thanks, S.

Re: [O] Bug: wrong-type-argument when changing TODO state [7.7]

2011-08-31 Thread Stelian Iancu
On 30.08.2011 19:21, Nick Dokos wrote: Nick Dokos wrote: I'm pretty tired and I might have misunderstood what is happening here, so don't put too much weight on the following. I'll need some sleep before I can take a whack at it again however. Nick Nick Dokos wrote: Steli

Re: [O] Bug: wrong-type-argument when changing TODO state [7.7]

2011-08-30 Thread Stelian Iancu
On Tue, Aug 30, 2011 at 00:37, Nick Dokos wrote: > Stelian Iancu wrote: > > >> > So it is a customization issue. Now the question is what :-). I should >> > mention that I am using both dev versions for Emacs and org-mode >> > (Emacs from bzr from a few days

Re: [O] Bug: wrong-type-argument when changing TODO state [7.7]

2011-08-29 Thread Stelian Iancu
On Mon, Aug 29, 2011 at 23:42, Stelian Iancu wrote: > On Mon, Aug 29, 2011 at 09:59, Nick Dokos wrote: >> Stelian Iancu wrote: >> >>> On Sun, Aug 28, 2011 at 19:09, Nick Dokos wrote: >>> > Stelian Iancu wrote: >>> > >>> >> >&

Re: [O] Bug: wrong-type-argument when changing TODO state [7.7]

2011-08-29 Thread Stelian Iancu
On Mon, Aug 29, 2011 at 09:59, Nick Dokos wrote: > Stelian Iancu wrote: > >> On Sun, Aug 28, 2011 at 19:09, Nick Dokos wrote: >> > Stelian Iancu wrote: >> > >> >> >> >> I am trying to switch between TODO and DONE states with Shift-Right &g

Re: [O] Bug: wrong-type-argument when changing TODO state [7.7]

2011-08-29 Thread Stelian Iancu
Many thanks Nick for all of these suggestions. I will do this in the evening when I'm back home and let you know. S. On Mon, Aug 29, 2011 at 09:59, Nick Dokos wrote: > Stelian Iancu wrote: > >> On Sun, Aug 28, 2011 at 19:09, Nick Dokos wrote: >> > Stelian Iancu wr

Re: [O] Bug: wrong-type-argument when changing TODO state [7.7]

2011-08-29 Thread Stelian Iancu
On Sun, Aug 28, 2011 at 19:09, Nick Dokos wrote: > Stelian Iancu wrote: > >> >> I am trying to switch between TODO and DONE states with Shift-Right >> Arrow and I get a (wrong-type-argument stringp nil) error. >> >> Please find attached the backtrace. >>

[O] Bug: wrong-type-argument when changing TODO state [7.7]

2011-08-28 Thread Stelian Iancu
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] a new way to navigate your org files

2011-08-28 Thread Stelian Iancu
On 08/27/2011 09:26 AM, Nathan Neff wrote: I just found this and it's great -- thanks! On Mon, Apr 25, 2011 at 2:25 PM, Tom wrote: Suvayu Ali gmail.com> writes: This is very useful. I made some enhancements in the attached patches. The first one adds a very basic minibuffer histor