Re: [O] links in headlines and org-bbdb-anniversaries

2016-01-28 Thread George McNinch

Kyle> I believe this is the same issue as
Kyle> http://thread.gmane.org/gmane.emacs.orgmode/104539.

Kyle> It's been fixed and will be available in the next ELPA build.

Whoops; thanks -- I missed that.

-gm


-- 
   =---=   George McNinch <gmcninch(at)gmail.com>
   =---=   http://gmcninch.math.tufts.edu 




[O] links in headlines and org-bbdb-anniversaries

2016-01-28 Thread George McNinch
Hi--

I use org via ELPA. This week, the packages

 org-20160118
 org-plus-contrib-20160118

were replaced by

 org-20160125
 org-plus-contrib-20160125

After update, org began complaining about links in the headlines
which appear in my *Agenda*.

More precisely, this was reported:

   > org-agenda-finalize: Wrong type argument: listp, org-link

So, I removed links from my headlines.

But: I still get the error, I believe because I have

%%(org-bbdb-anniversaries)

in my agenda. The result of org-bbdb-anniversaries seems to at least act
like headlines from the point-of-view of the agenda, and those headlines
contain [bbdb:...][...] links.

All the best,
gm

-- 
   |∈|∋|   George McNinch <gmcninch(at)gmail.com>
   |∈|∋|   http://gmcninch.math.tufts.edu 




[O] property list indentation and TODO state changes

2015-09-03 Thread George McNinch
Rather than try to discuss the issue, I'll just give (hopefully
simple enough) steps which will reproduce it.

Visit an org-mode buffer, with the following contents:

#---
#+STARTUP: logdrawer
#+TODO: APPT(a) | DONE(d!)

* APPT <2015-09-03 Thu +1m> ack
  :PROPERTIES:
  :FOO:  Bar
  :END:
#---

With point on the line "* APPT ...", do C-t d i.e. (org-todo) and then
choose "d".

The file is then transformed as follows:

---
#+STARTUP: logdrawer
#+TODO: APPT(a) | DONE(d!)

* APPT <2015-10-03 Wed +1m> ack
:PROPERTIES:
  :FOO:  Bar 
  :END:
  :LOGBOOK:
  :LAST_REPEAT: [2015-09-03 Thu 09:01]
  - State "DONE"   from "APPT"   [2015-09-03 Thu 09:01]
  :END:
---

The behavior of the indentation on the line containing ":PROPERTIES:"
seems odd.

And I think the :LAST_REPEAT: line should have instead appeared in the
property list, rather than in the LOGBOOK.

Note that if instead the starting state is

---
#+STARTUP: logdrawer
#+TODO: APPT(a) | DONE(d!)

* APPT <2015-09-03 Wed +1m> ack
:PROPERTIES:
  :FOO:  Bar 
  :END:
  :LOGBOOK:
  - [2015-09-03 Thu] a comment
  :END:
---

(i..e there is "already a LOGBOOK") then C-t d results in

---
* APPT <2015-10-03 Sat +1m> ack
:PROPERTIES:
  :FOO:  Bar
  :LAST_REPEAT: [2015-09-03 Thu 09:04]
  :END:
  :LOGBOOK:
  - State "DONE"   from "APPT"   [2015-09-03 Thu 09:04]
  - [2015-09-03 Thu] a comment
  :END:
---

so the LAST_REPEAT works as expected, but the indentation is still odd.

org-version: 8.3.1 (from elpa).

Best,
george

-- 
   +=+=+   George McNinch <gmcninch(at)gmail.com>
   +=+=+   http://gmcninch.math.tufts.edu 




Re: [O] org-mime-htmlize

2013-01-01 Thread George McNinch
Hi Bastien,

 I waited for a new org-plus-contrib elpa package to try this...
 I installed the new one just now, and
 
 M-x org-mime-htmlize
 
 in a message buffer now gives a Wrong number of arguments
 error.

Bastien I fixed this, the first patch applied was wrong.

I git cloned just now, compiled, restarted emacs.

Now when I do M-x org-mime-htmlize in a message buffer, I get

   org-export-as-org: Wrong type argument: listp, string

(Is a backtrace useful?)

-g


-- 
  George McNinch gmcni...@gmail.com
  http://gmcninch.math.tufts.edu 



Re: [O] org-mime-htmlize

2012-12-31 Thread George McNinch
Hi,

Concerning:

Bastien Hi George, thanks for reporting this.

Bastien Eric Schulte schulte.e...@gmail.com writes:

 From cf2128fb320f714f78fa54b953405d01fa73bf33 Mon Sep 17 00:00:00
 2001 From: Eric Schulte eric.schu...@gmx.com Date: Fri, 28 Dec
 2012 08:20:56 -0700 Subject: [PATCH] Pass the dir option on
 through org-export-as-string
 
 * lisp/org-exp.el (org-export-string): Pass the dir option on
 through to any subsequent export functions.

Bastien Applied, thanks!

I waited for a new org-plus-contrib elpa package to try this...  I
installed the new one just now, and

  M-x org-mime-htmlize 

in a message buffer now gives a Wrong number of arguments error.

Maybe I've done something boneheaded, but I can't work out what it is...

Here is a backtrace: 



backtrace-dec31
Description: Binary data

-george


-- 
  George McNinch gmcni...@gmail.com
  http://gmcninch.math.tufts.edu 


[O] org-mime-htmlize

2012-12-28 Thread George McNinch
Hi--

I did a clean install of elpa package

  org-plus-contrib-20121224

(i.e. removed old package, restarted emacs with -q flag, installed above
package, restarted emacs again...)

Then I started gnus, started composing a message, and executed the command

  M-x org-mime-htmlize

The result is the following error:

  org-export-as-html: Wrong type argument: stringp, t

Here is the backtrace:



backtrace
Description: Binary data

-gm


-- 
  George McNinch gmcninch(at)gmail.com
  http://gmcninch.math.tufts.edu 


[O] org-agenda-timerange-leaders

2012-10-01 Thread George McNinch
I'm no longer seeing

   org-agenda-timerange-leaders

with org-version 7.9.2 (org-20121001 from elpa).  I don't know for how
long this has not been working (I just noticed it this morning).

If the following agenda item appears in the file agenda.org:

--
* foo
  2012-10-01 Mon--2012-10-03 Wed
--

then the agenda produces

--
Week-agenda (W40):
Monday  1 October 2012 W40
  agenda: foo
Tuesday 2 October 2012
  agenda: foo
Wednesday   3 October 2012
  agenda: foo
snip
--

where formerly it would have produced something like

--
Week-agenda (W40):
Monday  1 October 2012 W40
  agenda: (1/3): foo
Tuesday 2 October 2012
  agenda: (2/3): foo
Wednesday   3 October 2012
  agenda: (3/3): foo
--


-- 
  ,---
  | George McNinch gmcninch(at)gmail.com
  | http://gmcninch.math.tufts.edu
  `---




[O] ELPA org-mode daily build(s)?

2012-09-14 Thread George McNinch
Hi--

The FAQ here:

http://orgmode.org/worg/org-faq.html

still asserts that

,
[ Daily builds of Org-mode are distributed as an ELPA package 
`

But as far as I can tell, those builds have not been appearing ... daily
(for a few weeks now):

http://orgmode.org/pkg/daily/

Probably not too big a deal, but it seems a bit confusing.

best,
gm 


-- 
  ,---
  | George McNinch gmcni...@gmail.com
  | http://gmcninch.math.tufts.edu
  `---




[O] org-contacts quit working?

2012-03-19 Thread George McNinch
Hi --

After a git pull today, my org-contacts no longer works.  (e.g. M-x
org-contacts George finds no matches. So especially: tab-completion in
message-mode no longer works).

Has anyone else noticed this? (I'm not quite sure how to provide more
useful info...)

All the best,
george

-- 
  ,--
  | George McNinch gmcninch (at) gmail.com
  | http://gmcninch.math.tufts.edu
  `--




Re: [O] org-contacts quit working?

2012-03-19 Thread George McNinch
Hi--

 After a git pull today, my org-contacts no longer works.

 Has anyone else noticed this? (I'm not quite sure how to provide
 more useful info...)

Achim Yes, we have... Bastien is in the process of fixing the repo,
Achim meanwhile you could compile from these commits:

Achim e85080 (maint) 7e903a (master)

Thanks!


-- 
  ,--
  | George McNinch gmcni...@gmail.com
  | http://gmcninch.math.tufts.edu
  `--




[O] completion of a tag in org-contacts

2011-06-02 Thread George McNinch
Hi--

So there is something I don't understand. If I set a tag for an
individual in my org-contacts file like so

** Dave Null   :dumb:
:PROPERTIES:
:EMAIL: d...@null.com
:END:

(I'm stealing this from Julien's homepage)

and then I type +dumb followed by TAB in the To: field in message
mode, it completes to look like this:

To: +dumb:; Dave Null d...@null.com

But I don't want the +dumb:; part in the To: field when I actually
send the mail (I get fussed at by smtp or what have you...)

I must by missing something silly...?!

thanks,
gm



-- 
George McNinch gmcninch (at) gmail.com
http://gmcninch.math.tufts.edu




Re: [O] org-contacts and column mode

2011-03-11 Thread George McNinch

 if I have turned on column mode in the buffer visiting
 contacts.org via org-columns (C-x C-x C-c)
 
 then, when trying to tab-complete in a *Message* buffer
 
 To: George tab
 
 in the event that George identifies an entry in the file
 contacts.org, I get an error report in the minibuffer:
 
 Text is read-only: Type `e' to edit property
 
 If I quit column mode in the appropriate buffer, then
 tab-completion resumes working correctly.

Julien Unable to reproduce. Maybe M-x toggle-debug-on-error would
Julien throw a backtrace?

Well, I didn't manage to trigger a backtrace. But I did observe the
following:

the error report seems to appear only if

org-contacts-files 

contains more than one contact file.

e.g. when this line 

,
| (custom-set-variables
| ...
| '(org-contacts-files (quote
| (/home/george/org-files/contacts/contacts.org
| /home/george/org-files/contacts/contacts-math.org
| /home/george/org-files/contacts/contacts-family.org
| /home/george/org-files/contacts/contacts-friends.org
| /home/george/org-files/contacts/contacts-tufts.org)))
| ...
| )
`


appears in custom.el, I see the error, but when it is replaced by

,
| (custom-set-variables
| ...
| '(org-contacts-files (quote
| (/home/george/org-files/contacts/contacts.org))
| ...
| )
`

I don't.

-- 
George McNinch gmcni...@gmail.com
http://gmcninch.math.tufts.edu




[O] org-contacts and column mode

2011-03-10 Thread George McNinch

If I have a buffer visiting one of my org-contacts files, say contacts.org,

and if I have turned on column mode in the buffer visiting
contacts.org via org-columns (C-x C-x C-c)

then, when trying to tab-complete in a *Message* buffer

To: George tab

in the event that George identifies an entry in the file contacts.org, I
get an error report in the minibuffer:

   Text is read-only: Type `e' to edit property

If I quit column mode in the appropriate buffer, then tab-completion
resumes working correctly.

-- 
George McNinch gmcninch(at)gmail.com
http://gmcninch.math.tufts.edu




[O] org-columns and tags

2011-03-10 Thread George McNinch

If I define columns using a specification like

#+COLUMNS: %25ITEM(name) %25EMAIL(email)

then tags associated with the entries seem to appear in the ITEM column.
But if I include a TAGS entry in the column spec, like this:

#+COLUMNS: %25ITEM(name) %15TAGS %25EMAIL(email) 

then tags show up only in the TAGS column.

Well, I'm happy with the behavior in the presence of a TAGS column, but
I wonder if the behavior in the absense of such a column is optimal?
E.g. I can imagine a situation in which one might want to use column
mode while being uninterested in the TAGS.

best,
gm

-- 
George McNinch gmcninch(at)gmail.com
http://gmcninch.math.tufts.edu




[Orgmode] Re: Agenda and weather forecast

2010-09-09 Thread George McNinch

 Simon == Simon Guest simon.gu...@tesujimath.org writes:

Simon I downloaded google-weather-el-236b269, and stuck
Simon %%(org-google-weather) at the top of one of my org files, but
Simon when building the agenda, Emacs complains [...]

I had the same trouble at first. Fixed by making sure
that 

%%(org-google-weather) 

isn't literally at the top of a .org file. 

I'm a newbie for org-mode, but it seems that entry needs to be below
at least one *; the following works, e.g.

(top of file)
%---
* Weather
#+CATEGORY: Weather
%%(org-google-weather Boston en-us)

-gm

-- 
  |=|   George McNinch gmcni...@gmail.com
  |=|   http://www.tufts.edu/~gmcnin01


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode