[Orgmode] Orgmode and filling

2010-10-06 Thread Guy Wiener
Hello, I noticed that org-mode buffers has a funny behavior with regards to line wrapping: When the cursor crosses the edge of the frame, instead of placing a "long line" marker and moving to the next line, the entire buffer is shifted to the left and the cursor remains on the same line. Can this b

Re: [Orgmode] Orgmode and filling

2010-10-07 Thread Guy Wiener
Yes, that seems to do the trick - Thanks! Btw, why is this option the default in org-mode? It is the opposite of the fundamental mode. :- Guy On Wed, Oct 6, 2010 at 5:22 PM, Giovanni Ridolfi wrote: > Guy Wiener writes: > > Hi, Guy, > > > When the cursor crosses the edg

[Orgmode] org-publish with latest changes?

2010-10-13 Thread Guy Wiener
version, but I think that some way to mark the headlines whose content has changed will be better. Any ideas? Thanks, Guy Wiener ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gn

[Orgmode] Using \ref instead of \hyperref in LaTeX export?

2010-10-15 Thread Guy Wiener
Hello, Is there a way to tweak the LaTeX export so that for a link [[label][desc]] it will produce the standard "\ref{label}" instead of "\hyperref[label]{desc}"? I want to be able to use the standard article writing, such as "in Section~\ref{sec:bla}...". Thanks, Guy ___

[Orgmode] [BUG] org-latex ignores org-export-latex-hyperref-format?

2010-10-16 Thread Guy Wiener
t; is hard-coded, so that the link export format is not really customizable. I replaced this string with the custom variable and the option works as expected - I.e., changing the option chanced the format of exported links. Thanks, Guy Wiener. ___ Emacs-

[Orgmode] Tags included in iCal entries summary even when not asked for

2010-09-03 Thread Guy Wiener
: BEGIN:VTODO SUMMARY:do this :tag: END:VTODO Beside being redundant, it also makes the entry in a calendar application ugly. What I want is to see the summary without the whitespace and tag part. Can this behavior be configured or patched somehow? Thanks, Guy Wiener

[Orgmode] Bounce: Bug in iCal export?

2010-09-05 Thread Guy Wiener
behavior be configured or patched somehow? Thanks, Guy Wiener ___ 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] Bounce: Bug in iCal export?

2010-09-06 Thread Guy Wiener
Do you mind sending a patch just for that? I prefer to check it without switching to the development release. Thanks, Guy On Sun, Sep 5, 2010 at 11:44 PM, David Maus wrote: > Bastien wrote: > >David Maus writes: > > >> Uhh... Not really :/ It will still happens for TODO entries > > >Why? > >

Re: [Orgmode] Bounce: Bug in iCal export?

2010-09-06 Thread Guy Wiener
Thanks - The GIT diff was all I wanted! (I should get to know GIT better). Btw, when is the next release, if anyone knows? Guy On Mon, Sep 6, 2010 at 5:15 PM, Bastien wrote: > Guy Wiener writes: > > > Do you mind sending a patch just for that? I prefer to check it without > >

[Orgmode] How not to export blocked tasks to iCal?

2009-05-09 Thread Guy Wiener
-agenda-dim-blocked-tasks. It there a way to configure the iCalendar export to ignore these tasks too, like in the agenda view? Thanks, Guy Wiener. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-or

Re: [Orgmode] How not to export blocked tasks to iCal?

2009-05-10 Thread Guy Wiener
, I think, somewhat complex, you'd have to get Thomas Baumann, author of org-bbdb anniversary support, to write something to support for this. - Carsten On May 10, 2009, at 3:54 AM, Richard Riley wrote: Guy Wiener writes: Hello everyone, I use orgmode to write down TODO tasks with depende

Re: [Orgmode] How not to export blocked tasks to iCal?

2009-05-10 Thread Guy Wiener
I mean VTODO. I think it would be really great if it is configurable. If it's not, can you at least point me to the relevant spot in the code in which such filtering can be done - Maybe a hook function? - Guy Carsten Dominik wrote: On May 10, 2009, at 9:21 AM, Guy Wiener wrote: T