Re: [Orgmode] Feature request: another Org file for anniversary entries

2011-02-15 Thread Juraj Kubelka
Hi Bastien,

I may mixed two thinks I supposed to achieve.

1. to be able to export anniversaries in a separate .ics file. As you posted
recently, in a new org-mode release, it will be possible to use
`org-icalendar-honor-noexport-tag' customization. I have not tried yet, but
it should work. So, this is likely not the case right now.

2. I have a lot of anniversaries and I want to store new items (by pressing
i a in Org Agenda buffer) to a different .org file. I do not want to have
them in the same file as the other diary entries (by pressing i d o i
b). Are there any settings I can use for the purpose? Maybe I missed
something.

Thank you in advance,
Juraj

On Fri, Feb 11, 2011 at 1:25 PM, Bastien bastien.gue...@wikimedia.frwrote:

 Hi Juraj,

 thanks for the patch and the explanations.

 Juraj Kubelka juraj.kube...@gmail.com writes:

  So, my regular diary events are stored in main.org file and
  anniversaries in anniversary.org file.

 Which lets you have two separate .ics files, one containing
 anniversaries, the other one not containing them.

 I still fail to understand what is needed that cannot be taken
 care of by your settings.

 Thanks,

 --
  Bastien

___
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


Re: [Orgmode] Feature request: another Org file for anniversary entries

2011-02-11 Thread Bastien
Hi Juraj,

thanks for the patch and the explanations.

Juraj Kubelka juraj.kube...@gmail.com writes:

 So, my regular diary events are stored in main.org file and
 anniversaries in anniversary.org file.

Which lets you have two separate .ics files, one containing
anniversaries, the other one not containing them.

I still fail to understand what is needed that cannot be taken
care of by your settings.  

Thanks,

-- 
 Bastien

___
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


[Orgmode] Feature request: another Org file for anniversary entries

2011-01-14 Thread Juraj Kubelka
I would like to add anniversary entries to another Org file then other
diaries. Would it be possible? There is a suggested patch in the attachment.

Thank you a lot,
Jura


patch.diff
Description: Binary data
___
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


Re: [Orgmode] Feature request: another Org file for anniversary entries

2011-01-14 Thread Giovanni Ridolfi
Juraj Kubelka juraj.kube...@gmail.com writes:

Hi, Juraj,

 I would like to add anniversary entries to another Org file then other
 diaries. Would it be possible? 

Isn't the following code in an org-file (in the agenda-list) enough?

** Birthdays  anniversaries
:PROPERTIES:
:CATEGORY: Ann
:END:
month day [1]
%%(diary-anniversary  01 11 1956) John's Birthday  (%d yo)

If not, would you, please, elaborate?

cheers,
Giovanni
[1] you can also use day month syntax ;-)

___
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


Re: [Orgmode] Feature request: another Org file for anniversary entries

2011-01-14 Thread Juraj Kubelka
Hi Gionanni,

As I understand code in org-agenda-add-entry-to-org-agenda-diary-file
function, it search for * Anniversaries string in org-agenda-diary-file
file. It is the same file, where other events (i d (day), i b (block))
are inserted. But I would like to paste anniversaries to another org mode
file. The reason is, org-agenda-diary-file org file is exported to iCalendar
format and published to my mobile device. Here, I do not want to have these
anniversaries. I want to export anniversaries to another iCalendar file,
which is not published to my mobile device, but is imported by another
tools.

So, my patch introduces a new custom variable org-agenda-anniversary-entry,
which enables this feature. So, my regular diary events are stored in
main.org file and anniversaries in anniversary.org file.

Is it clear right now? Because it does not seem to me, your suggestion
solves me problem.

Regards,
Juraj

PS: Sorry, the first patch is missing a peace of code, the second one should
be right and complete.

On Fri, Jan 14, 2011 at 4:17 PM, Giovanni Ridolfi giovanni.rido...@yahoo.it
 wrote:

 Juraj Kubelka juraj.kube...@gmail.com writes:

 Hi, Juraj,

  I would like to add anniversary entries to another Org file then other
  diaries. Would it be possible?

 Isn't the following code in an org-file (in the agenda-list) enough?

 ** Birthdays  anniversaries
 :PROPERTIES:
 :CATEGORY: Ann
 :END:
month day [1]
 %%(diary-anniversary  01 11 1956) John's Birthday  (%d yo)

 If not, would you, please, elaborate?

 cheers,
 Giovanni
 [1] you can also use day month syntax ;-)



patch.diff
Description: Binary data
___
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