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
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
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
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
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
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
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
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
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
> 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
> 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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:
>>> >
>>> >>
>&
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
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
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.
>>
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.
-
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
33 matches
Mail list logo