Da: M
Inviato: Giovedì 12 Luglio 2012 23:06
> I'd like to
> know how you integrate org-mode in your work on MS Windows.
Hi Martin,
I use Org in a Windows 7 environment too.
Regarding he interaction with collegues, (as Russel have already suggested)
I write my reports in Org, then export to H
Hi,
I'm writing lots of plain lists (»unordered lists«). But the third
line in one item is no longer indented, *if I customize the TODOs* by
adding something like »#+TODO: TODO INPUT ASK MAYBE | CANCELLED DONE«
. So how can I customize org-mode TODOs and keep the lists working?
#+TODO: TODO INPU
Hello,
AW writes:
> #+TODO: TODO INPUT ASK MAYBE | CANCELLED DONE
> * berschrift
> Example:
> - This is the first line.
> - This is the second line and here I'm adding more and more text. It
> may be the description of something, let's say the summary of one
> of a chapter...
>
> You see
Am Freitag, 13. Juli 2012, 12:34:19 schrieb Nicolas Goaziou:
> Hello,
>
> AW writes:
> > #+TODO: TODO INPUT ASK MAYBE | CANCELLED DONE
> > * berschrift
> >
> > Example:
> > - This is the first line.
> > - This is the second line and here I'm adding more and more text. It
> >
> > may b
> I have used neither of them. I just type the text, auto-fill should make line
> breaks, you are right. Auto-fill does, but beginning in the third line,
> something fails.
Starting with "emacs -Q", I still cannot reproduce your problem. Could
you double-check your configuration?
Da: Bastien
Inviato: Venerdì 13 Luglio 2012 1:46
> Achim Gratz writes:
> > The corresponding defvar should probably be moved:
probably not.
@Achim that's why I wanted to have the last version: to report bugs,
as stated in the documentation [[info:org#Feedback]]
"For bug reports, please firs
Am Freitag, 13. Juli 2012, 14:34:45 schrieb Nicolas Goaziou:
> > I have used neither of them. I just type the text, auto-fill should make
> > line breaks, you are right. Auto-fill does, but beginning in the third
> > line, something fails.
>
> Starting with "emacs -Q", I still cannot reproduce you
Hi Martin,
M writes:
> One example of helpful integration: if I send or get an e-mail which I want
> to follow-up on later, I want to track that in org-mode and I want to have a
> way to quickly find the original message in Outlook again (to reply or
> forward it or whatever), which can be done
Hi,
I upgraded to release_7.8.11-174-g3ecd7a9
this morning and after setting my clock I can't clock in on another task
anymore (the clock doesn't move)
I reverted back to release_7.8.11-88-g802fc65 which works for me.
I don't have time to pursue the cause of this now but will look at it
this wee
Am Freitag, 13. Juli 2012, 15:07:16 schrieb AW:
> Am Freitag, 13. Juli 2012, 14:34:45 schrieb Nicolas Goaziou:
> > > I have used neither of them. I just type the text, auto-fill should make
> > > line breaks, you are right. Auto-fill does, but beginning in the third
> > > line, something fails.
> >
Hello,
Achim Gratz writes:
> Current testing results with the exporter files uncompiled:
>
> 2 unexpected results:
>FAILED test-org-export/read-attribute
>FAILED test-org-export/unravel-code
>
> ...and compiled:
>
> 6 unexpected results:
>FAILED test-org-export/read-attribute
>
Bernt Hansen norang.ca> writes:
> I upgraded to release_7.8.11-174-g3ecd7a9
> this morning and after setting my clock I can't clock in on another task
> anymore (the clock doesn't move)
>
> I reverted back to release_7.8.11-88-g802fc65 which works for me.
>
> I don't have time to pursue the caus
I'm trying to implement the LaTeX/booktabs example at section 13.2 of
http://orgmode.org/worg/org-tutorials/org-latex-export.html
but am having no success.
I've tried a range of tweaks, but the most common result is to get the
<>
line reproduced verbatim in the output.
I've pulled the latest
Hello list,
Another small progress update on the org-merge-driver:
The merge driver at this point has the ability to detect the insertion
and deletion of headings, and should correctly cause updates to the tree
structure to conflict.
Here is a short example of the merge driver at work:
Ancestor
Nicolas Goaziou writes:
> In fact, I do get the errors from a "make test" but I don't know how to
> reproduce them from emacs.
For starters you could try to run Emacs like "make test" does, but
remove "-batch". This error somehow seems to involve that the test
always returns "'left 'left 'right"
emacs-orgmode-requ...@gnu.org writes:
Hi:
> Is anyone using MobileOrg for android on a tablet?
I am... Vizio table running Honeycomb.
>
> More specific question -- is the android version just a phone app that
> will get blown up onto the tablet screen, or will it use the extra
> screen space
Bastien writes:
>> The corresponding defvar should probably be moved:
>
> Done, thanks.
Another issue: the key binding doesn't work, since "C-C C-x C-i" and
"C-C C-x C-I" are both mapped to org-clock-in-last via a general key
mapping of "S-TAB" to "TAB". I can't seem to find where this mapping is
Hi:
I'm still working on this exporter, however being that my boss wants me to do
some actual productive work, I need to split the time between work and
hacking in emacs lisp.
However, during the week I performed the following coding changes to the
groff exporter:
1. Cleaned up some issues relat
brendan.hal...@ul.ie (Brendan Halpin) writes:
> I'm trying to implement the LaTeX/booktabs example at section 13.2 of
> http://orgmode.org/worg/org-tutorials/org-latex-export.html
> but am having no success.
>
> I've tried a range of tweaks, but the most common result is to get the
> <>
> line
Hi all,
with some luck I managed top get org-crypt and gpg-agent running mostly
smoothly on win7/emacs 23. Except one or two things which is why I'm
seeking help here. emacs 24 did not work well (crashed when opening
files), so an update is not an option so far.
My files are utf-8 unix, as I
Aloha Brendan,
I've pushed up another fix to the example on Worg. The call to booktabs
needs a width argument when the tabularx environment is used.
<>
Your table doesn't look as if it needs tabularx, so you might want to
change to env="tabular" instead.
Thanks to Nick Dokos for pointing out t
Thomas S. Dye wrote:
> Thanks to Nick Dokos for pointing out to me off-list that the example
> was more broken than I'd thought.
>
In the "credit where it's due" department, Brendan Halpin was the one
who found the problems: I just acted as a conduit, since I knew who the
guilty party was :-)
Bernt Hansen writes:
> I upgraded to release_7.8.11-174-g3ecd7a9
> this morning and after setting my clock I can't clock in on another task
> anymore (the clock doesn't move)
Now fixed in git, thanks for reporting this.
--
Bastien
Hi Achim,
Achim Gratz writes:
> Another issue: the key binding doesn't work, since "C-C C-x C-i" and
> "C-C C-x C-I" are both mapped to org-clock-in-last via a general key
> mapping of "S-TAB" to "TAB". I can't seem to find where this mapping is
> defined and if it can be switched off in Org.
24 matches
Mail list logo