Trevoke / org-gtd.el

A package for using GTD with org-mode
GNU General Public License v3.0
367 stars 45 forks source link

org-gtd--nextify: Wrong number of arguments: nil, 0 #16

Closed jsandovalc closed 3 years ago

jsandovalc commented 3 years ago

Hi,

Your project catched my attention a while ago and now that it's in melpa i decided to give it a try. I've been implementing GTD in emacs in a more manual way.

I'm trying to set an inbox entry as a project with p, so I press p, then C-c x and it asks for tags. I write a couple for the project and after hitting RET I'm getting the following error:

org-gtd--nextify: Wrong number of arguments: nil, 0

Not sure if I'm doing something wrong, or maybe something in my config. ¿Any idea of why?

Thanks for the interesting project.

Trevoke commented 3 years ago

Hi!

I should probably make that code path slightly more resilient.

The project should look something like this:

image

What does the project look like when you set it up? I'm guessing it looks like this instead: image

jsandovalc commented 3 years ago

@Trevoke Yes, it lookls like that.

I created the subtasks and it worked. :smiley:

I think I didn't read the manual well, sorry. I'd seen the project some weeks ago but was waiting for it to be o melpa. I guess I skipped the readme for that reason.

BTW in your screenshots, I can see a * followed by the bullet. I see it weirdly too using the spacemacs-theme.

Thanks for your help. I hope to introduce org-gtd.el in my workflow. It looks very promising.

Trevoke commented 3 years ago

The readme is not as clear as it could be, I have to do some work on it.

Yeah, the * is visible for a few reasons, it's .. Part of how I have org-mode configured. I think technically that's a bug, but I don't care enough :)

Trevoke commented 3 years ago

And it's my pleasure, thank you for your interest in the package!

maikol-solis commented 3 years ago

Hi!

I should probably make that code path slightly more resilient.

The project should look something like this:

image

What does the project look like when you set it up? I'm guessing it looks like this instead: image

Hi! I have the same problem (capture + processing + ask for tags + nextify error) but I can't see any file with project heading or anything. Where should I look at?

Thanks for the help. This project looks awesome.

Trevoke commented 3 years ago

Hi @maikol-solis , is this the same issue as #23 ?

maikol-solis commented 3 years ago

Yes it does. Sorry for the noise in a closed issue. I thought that I found another bug.

Trevoke commented 3 years ago

@maikol-solis no worries - I really need to make the readme better :)