Re: [Orgmode] Opening links to Outlook items from Org mode (may be a FR)

2008-08-22 Thread R. P. Dillon

Jason F. McBrayer wrote:

Manish [EMAIL PROTECTED] writes:

  

I have to use Office and envy folks that can link to their emails
(Gnus, VM etc.) and contacts (bbdb) from Org mode.  So I was looking
around and found that links to Outlook items (emails, meetings,
contacts etc.)  of the form Outlook:GUID can be stored and opened
from other applications.  The links can be created (copied to
clipboard) using Outlook Linker utility as described in [1].



(w32-shell-execute open outlook:blahblah) should do what you need.
The tricky part is getting the GUID into Emacs (requires gratis but
proprietary utility you link to).

  


Does anyone know if this type of linking is possible with Thunderbird?  
Some Googling hasn't turned up anything, so maybe the solution is to 
switch to GNUs.  I like to use org-mode as my central repository of 
information, and linking to email messages would really round out that 
functionality.



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


[Orgmode] \vee and \wedge reversed in HTML export?

2007-11-19 Thread R . P . Dillon
Been using org-mode since 22.1 came out and I use it to run my  
life...nice work!


I've been taking notes on predicate calculus in org-mode and just  
started using the embedded LaTeX feature.  I use symbols like \vee,  
\wedge, \rightarrow, \leftrightarrow, etc. in my notes.


When I export to HTML, all my conjunction/disjunction notes are  
reversed!  I.e. it seems all the ^ symbols are exported as v symbols  
and vice versa.


I am using Carbon Emacs with version 4.67c and figured it might be  
fixed in 5.13i, but it appears to export with the same error after I  
installed the update.


It appears the error is on lines 22323-22324 of org.el in version 5.13i:
(and) (vee.and;)
(or) (wedge.or;)
seems like it should be:
(and) (wedge.and;)
(or) (vee.or;)

When I make that change, everything appears to work as I expected.

I googled around but didn't find anything...am I crazy?

Rick


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