[Orgmode] export of emphasized link

2010-05-30 Thread Michael Brand

Hi all,

An org-mode line with an emphasized link like that one taken from current Worg:
--
*Drop an email to [[mailto:bzg%20AT%20altern%20DOT%20org][Bastien]]* 
mentioning your username on repo.or.cz

--
shows the bold face in the Emacs Org buffer like expected. But it does not 
convert the emphasis and still shows `*' when exported to some formats:

- HTML: not converted
- LaTeX: could not check because of a missing setup on my side,
   from the source code I guess that it converts
- DocBook: not converted
- ...: don't know about other formats and what they should support

After removing org-bracket-link-regexp from org-html-expand and 
org-docbook-expand the HTML and DocBook exports _are_ converted and look 
similar to the highlighting in the Emacs Org buffer. But the doc string of 
both functions tell:

If there are links in the string, don't modify these.
Why should links be modified in org-mode but not in HTML or DocBook?

If there will be any change I would also like this:
--
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -3285,6 +3285,7 @@ example *bold*, _underlined_ and /italic/.  This variable
 characters, the face to be used by font-lock for highlighting in Org-mode
 Emacs buffers, and the HTML tags to be used for this.
 For LaTeX export, see the variable `org-export-latex-emphasis-alist'.
+For DocBook export, see the variable `org-export-docbook-emphasis-alist'.
 Use customize to modify this, or restart Emacs after changing it.
   :group 'org-appearance
   :set 'org-set-emph-re
--

And: wouldn't it be nice for maintenance to have only one function for some 
sets of functions like

- org-html-expand, org-docbook-expand and possibly more
- org-html-do-expand, org-docbook-do-expand and possibly more
- org-export-html-convert-emphasize, org-export-docbook-convert-emphasize and 
possibly more
- org-export-html-convert-sub-super, org-export-docbook-convert-sub-super and 
possibly more

- possibly more
because they have almost all code in common.

Michael

___
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] byte-code: Key sequence contains invalid event

2010-05-30 Thread Alexandre Billon
Dear list members,
I updated my org-mode files a month ago and since then, I get the following
error message

byte-code: Key sequence contains invalid event 

 when I

1. Try to export files to other formats (LaTex and html)
2. Try to use org-remember
3. create a new .org file

This makes 1 and 2 unsuccessful. Can anyone help?

I am currently using org-mode 6-36c on Mac-OS X either with Acquamacs 2 or
with Emacs 23.2.

Best regards,

Alexandre
___
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] Re: MobileOrg for Android starts to become really usable

2010-05-30 Thread Robert Goldman
julien cubizolles j.cubizolles at free.fr writes:

 
 Le vendredi 28 mai 2010 à 11:05 +0200, Sven Bretfeld a écrit :
  Hi to all, hi Matthew
  
  I can say that Note capturing works on my HTC
  Magic,
 Working also on my LG GW620, however the SAVE Button gets hidden by the
on-screen keyboard.
 I think I've seen other android apps keeping some buttons visible
 whether the keyboard is or isn't displayed.

If I might comment --- one of the worst things about Android applications, IMO,
is the way they are confusing about whether menus should be displayed in page,
or invoked by the menu button.

I'd urge you to avoid the on-page display in favor of the menu button.  If you
stick to that the user never needs to remember to scroll down to find the
controls and there are just too many ways for the on-page display to be rendered
either hard to reach or completely inaccessible.  This problem is made worse
(especially by contrast with the iPhone) because you don't have full knowledge
of the screen dimensions. 

So I'd suggest that if a button is important (save, send, schedule, etc.) that
you make it reachable by the center menu button.

HtH,
cheers,
r



___
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] Bug: [Patch] Beamer export default options [6.35i]

2010-05-30 Thread Carsten Dominik

Applied, thanks.

- Carsten

On May 29, 2010, at 4:44 AM, Jan Moringen wrote:


Hi,

when playing with the beamer export, I found a small error in the :tag
of the org-beamer-themes customization option. Attached is a fix and a
related slight improvement.

Kind regards,
Jan

Emacs  : GNU Emacs 24.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.21.0)
of 2010-05-28 on gunhead
Package: Org-mode version 6.35i

org-beamer- 
defaults.diff___

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


- Carsten




___
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] [babel] [PATCH] org-babel-asymptote now handles variables

2010-05-30 Thread Nicolas Goaziou
Hello,

This patch makes org-babel-asymptote handle variables. Types integer,
string, symbol (treated as strings), float, and any list of those are
supported.

- Nicolas

  

org-babel-asymptote.patch
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


[Orgmode] [babel][PATCH] org-babel-asymptote now handles variables.

2010-05-30 Thread Nicolas Goaziou
Hello,

Here is a patch to allow the use of variables in org-babel-asymptote.
Types integer, string, symbol (treated as string) float and any table
of those are recognized.

Thanks,

- Nicolas

diff --git a/contrib/babel/lisp/langs/org-babel-asymptote.el 
b/contrib/babel/lisp/langs/org-babel-asymptote.el
index 59ca291..eed1a87 100644
--- a/contrib/babel/lisp/langs/org-babel-asymptote.el
+++ b/contrib/babel/lisp/langs/org-babel-asymptote.el
@@ -37,8 +37,6 @@
 ;; 3) we are adding the file and cmdline header arguments, if file
 ;;is omitted then the -V option is passed to the asy command for
 ;;interactive viewing
-;;
-;; 4) there are no variables (at least for now)
 
 ;;; Requirements:
 
@@ -56,13 +54,17 @@
 (defvar org-babel-default-header-args:asymptote '((:results . file) 
(:exports . results))
   Default arguments to use when evaluating a asymptote source block.)
 
-(defun org-babel-expand-body:asymptote (body params optional 
processed-params) body)
+(defun org-babel-expand-body:asymptote (body params optional processed-params)
+  (let ((vars (second (or processed-params
+  (org-babel-process-params params)
+(concat (mapconcat 'org-babel-asymptote-var-to-asymptote vars \n) \n 
body \n)))
 
 (defun org-babel-execute:asymptote (body params)
   Execute a block of Asymptote code with org-babel.  This function is
 called by `org-babel-execute-src-block'.
   (message executing Asymptote source code block)
-  (let* ((result-params (split-string (or (cdr (assoc :results params)) )))
+  (let* ((processed-params (org-babel-process-params params))
+ (result-params (split-string (or (cdr (assoc :results params)) )))
  (out-file (cdr (assoc :file params)))
  (format (or (and out-file
   (string-match .+\\.\\(.+\\) out-file)
@@ -75,12 +77,76 @@ called by `org-babel-execute-src-block'.
   (concat -globalwrite -f  format  -o  out-file)
 -V)
 cmdline   in-file)))
-(with-temp-file in-file (insert body))
+(with-temp-file in-file (insert (org-babel-expand-body:asymptote body 
params processed-params)))
 (message cmd) (shell-command cmd)
 out-file))
 
 (defun org-babel-prep-session:asymptote (session params)
   (error Asymptote does not support sessions))
 
+(defun org-babel-asymptote-var-to-asymptote (pair)
+  Convert an elisp val into a string of asymptote code specifying a var
+of the same value.
+  (let ((var (car pair))
+(val (if (symbolp (cdr pair))
+ (symbol-name (cdr pair))
+   (cdr pair
+(cond
+ ((integerp val)
+  (format int %S=%S; var val))
+ ((floatp val)
+  (format real %S=%S; var val))
+ ((stringp val)
+  (format string %S=\%s\; var val))
+ ((listp val)
+  (let* ((dimension-2-p (not (null (cdr val
+ (dim (if dimension-2-p [][] []))
+ (type (org-babel-asymptote-define-type val))
+ (array (org-babel-asymptote-table-to-array
+ val
+ (if dimension-2-p '(:lstart { :lend }, :llend })
+(format %S%s %S=%s; type dim var array))
+
+(defun org-babel-asymptote-table-to-array (table params)
+  Convert values of an elisp table into a string of an asymptote array.
+Empty cells are ignored.
+  (labels ((atom-to-string (table)
+   (cond
+((null table) '())
+((not (listp (car table)))
+ (cons (if (and (stringp (car table))
+(not (string= (car table) )))
+   (format \%s\ (car table))
+ (format %s (car table)))
+   (atom-to-string (cdr table
+(t
+ (cons (atom-to-string (car table))
+   (atom-to-string (cdr table))
+   ;; Remove any empty row
+   (fix-empty-lines (table)
+(delq nil (mapcar (lambda (l) (delq  l)) 
table
+(orgtbl-to-generic
+ (fix-empty-lines (atom-to-string table))
+ (org-combine-plists '(:hline nil :sep , :tstart { :tend }) 
params
+
+(defun org-babel-asymptote-define-type (data)
+  Determine type of DATA. DATA is a list.
+Type symbol is returned as 'symbol. The type is usually the type
+of the first atom encountered, except for arrays of int where
+every cell must be of int type.
+  (labels ((anything-but-int (el)
+ (cond
+  ((null el) nil)
+  ((not (listp (car el)))
+   (cond
+((floatp (car el)) 'real)
+((stringp (car el)) 'string)
+(t
+  

Re: [Orgmode] orgmode and ebib

2010-05-30 Thread Carsten Dominik


On May 28, 2010, at 10:39 PM, Ali Tofigh wrote:


hi,

i use ebib to manage my bibtex references. it would be really cool if
orgmode could follow links to bibtex entries using ebib. what i would
like is to be able to follow a link such as [[bib:bibentry]] and end
up in ebib, with my standard bibtex database opened, and entry
positioned at the bibentry. can this be achieved without adding
functionality to orgmode?


Very likely, this is very simple to implement - but I don't know ebib  
and what API it offers to find and display entries.  If someone is  
interested to hack this, look at org-bibtex.e and at the manual:


http://orgmode.org/manual/Adding-hyperlink-types.html#Adding-hyperlink-types


The basic code for this will be very simple indeed, like

(org-add-link-type ebib 'org-ebib-open)
(defun org-bib-open (path)
 ;; PATH will be the bibentry key here
 (some-ebib-function-to-find-and-display path)) 

HTH

- Carsten

___
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] Export question

2010-05-30 Thread Robert Goldman
On 5/25/10 May 25 -6:52 AM, Carsten Dominik wrote:
 
 On May 25, 2010, at 5:09 AM, Robert Goldman wrote:
 
 I have the org-generic-export working better, but I'm having one
 remaining problem:

 I have been using org-export-preprocess-string to make it possible to
 handle emphasis (previously o-g-e couldn't handle emphasis because it
 did the translation line-by-line).

 org-export-preprocess-string has fixed the problem of emphasis that
 crosses line boundaries, so that I can handle fontification.

 But now I have a problem of o-e-p-s smashing together more than one list
 item into a single line, if those list items are on adjacent lines, like

 + foo
 + bar

 question:  is this just something we should never do?  Should list items
 always have line skips in the middle?  Or am I misusing o-e-p-s?
 
 
 I cannot reproduce this.  But you give little context.  Please make a
 more detailed example, maybe a simple test case where you throw some
 data at o-e-p-s and it comes back wrong...

You were right and I was wrong.  I thought it was a problem with
o-e-p-s, but it turns out to be a problem with org-generic-export's
line-by-line processing.  Sorry about the red herring.  I have a fix to
org-generic-export that will handle this.

I am working on a wiki format (tikiwiki: tikiwiki.org) where the
processor decides that any line breaks indicate intent to preformat on
the part of the user.  It's turning out to be quite difficult to
harmonize this with line-by-line processing a la org-generic-export.

best,
r


___
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] Re: MobileOrg for Android starts to become really usable

2010-05-30 Thread Matthew Jones
With regard to the note capture display, I'm not sure how I feel about
this... I like having the save button on the page because it reduces the
number of clicks to save the note which can be huge if you are just trying
to quickly jot something down.   I do, however, need to fix it so that the
Save button is always visible.The thing about this particular Activity
display is that the text box is always fixed to some percentage of the
display... so that the save button would never be off the page but rather
the Text box would scroll if you had too much text in it.   I may consider
adding the save button to a menu once I add more options to the Capture
screen (like adding a TODO flag, or Tags) but I think it's most intuitive if
the save button is on the display mainly because you can't miss it, some
things about Android happen in the background so that if you navigate away
from the page it automatically saves the contents... but that's not how this
capture page works (and I don't know that I would want it to automatically
save if you hit the back button) this allows it to fit into the workflow and
makes it obvious that you have to hit the save button to accomplish the save
action. These are just my thoughts.   As I bake out the Capture system I
will certainly revisit it if the flow works better to have it under the
'Menu' action.

73,
Matthew W. Jones (KI4ZIB)
http://matburt.net


On Sun, May 30, 2010 at 12:21 PM, Robert Goldman rpgold...@sift.infowrote:

 julien cubizolles j.cubizolles at free.fr writes:

 
  Le vendredi 28 mai 2010 à 11:05 +0200, Sven Bretfeld a écrit :
   Hi to all, hi Matthew
  
   I can say that Note capturing works on my HTC
   Magic,
  Working also on my LG GW620, however the SAVE Button gets hidden by the
 on-screen keyboard.
  I think I've seen other android apps keeping some buttons visible
  whether the keyboard is or isn't displayed.

 If I might comment --- one of the worst things about Android applications,
 IMO,
 is the way they are confusing about whether menus should be displayed in
 page,
 or invoked by the menu button.

 I'd urge you to avoid the on-page display in favor of the menu button.  If
 you
 stick to that the user never needs to remember to scroll down to find the
 controls and there are just too many ways for the on-page display to be
 rendered
 either hard to reach or completely inaccessible.  This problem is made
 worse
 (especially by contrast with the iPhone) because you don't have full
 knowledge
 of the screen dimensions.

 So I'd suggest that if a button is important (save, send, schedule, etc.)
 that
 you make it reachable by the center menu button.

 HtH,
 cheers,
 r



 ___
 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

___
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] Re: Emacs-orgmode Digest, Vol 51, Issue 33

2010-05-30 Thread buckbrody
/20100530/6f83cc58/attachment.html

--

Message: 9
Date: Sun, 30 May 2010 14:53:30 +0200
From: Michael Brand michael.br...@alumni.ethz.ch
Subject: [Orgmode] export of emphasized link
To: Org Mode emacs-orgmode@gnu.org
Message-ID: 4c025fca.7080...@alumni.ethz.ch
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hi all,

An org-mode line with an emphasized link like that one taken from current Worg:
--
*Drop an email to [[mailto:bzg%20AT%20altern%20DOT%20org][Bastien]]* 
mentioning your username on repo.or.cz
--
shows the bold face in the Emacs Org buffer like expected. But it does not 
convert the emphasis and still shows `*' when exported to some formats:
- HTML: not converted
- LaTeX: could not check because of a missing setup on my side,
from the source code I guess that it converts
- DocBook: not converted
- ...: don't know about other formats and what they should support

After removing org-bracket-link-regexp from org-html-expand and 
org-docbook-expand the HTML and DocBook exports _are_ converted and look 
similar to the highlighting in the Emacs Org buffer. But the doc string of 
both functions tell:
If there are links in the string, don't modify these.
Why should links be modified in org-mode but not in HTML or DocBook?

If there will be any change I would also like this:
--
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -3285,6 +3285,7 @@ example *bold*, _underlined_ and /italic/.  This variable
  characters, the face to be used by font-lock for highlighting in Org-mode
  Emacs buffers, and the HTML tags to be used for this.
  For LaTeX export, see the variable `org-export-latex-emphasis-alist'.
+For DocBook export, see the variable `org-export-docbook-emphasis-alist'.
  Use customize to modify this, or restart Emacs after changing it.
:group 'org-appearance
:set 'org-set-emph-re
--

And: wouldn't it be nice for maintenance to have only one function for some 
sets of functions like
- org-html-expand, org-docbook-expand and possibly more
- org-html-do-expand, org-docbook-do-expand and possibly more
- org-export-html-convert-emphasize, org-export-docbook-convert-emphasize and 
possibly more
- org-export-html-convert-sub-super, org-export-docbook-convert-sub-super and 
possibly more
- possibly more
because they have almost all code in common.

Michael



--

Message: 10
Date: Sun, 30 May 2010 17:18:23 +0200
From: Alexandre Billon abil...@gmail.com
Subject: [Orgmode] byte-code: Key sequence contains invalid event
To: emacs-orgmode@gnu.org
Message-ID:
aanlktil5svgayuxbp3zhlckav30r6cvsk5cndomoj...@mail.gmail.com
Content-Type: text/plain; charset=utf-8

Dear list members,
I updated my org-mode files a month ago and since then, I get the following
error message

byte-code: Key sequence contains invalid event 

 when I

1. Try to export files to other formats (LaTex and html)
2. Try to use org-remember
3. create a new .org file

This makes 1 and 2 unsuccessful. Can anyone help?

I am currently using org-mode 6-36c on Mac-OS X either with Acquamacs 2 or
with Emacs 23.2.

Best regards,

Alexandre
-- next part --
An HTML attachment was scrubbed...
URL: 
http://lists.gnu.org/archive/html/emacs-orgmode/attachments/20100530/ba7d7d5f/attachment.html

--

___
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


End of Emacs-orgmode Digest, Vol 51, Issue 33
*
___
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] latex-export + columnview: misinterpretation of section prefixes as emphasis

2010-05-30 Thread Juan Pechiar
Hi!

The test file below contains a columnview table showing section
headers.

Export to HTML works OK: the asterisks inside the table are
transformed into indentation.

Export to LaTeX: asterisk pairs are interpreted as emphasis, resulting
in an incorrect renering of asterisks and bold asterisks.

Following the code, I got lost at org-export-latex-fontify.

I will keep searching for what is happening, but any guidance will be
appreciated.

Thanks!

.j.


Test file:

#+COLUMNS: %25ITEM

* There comes the table

#+BEGIN: columnview :vlines 1 :id global
|   | ITEM|
|---+-|
|   | * There comes the table |
|   | * first |
|   | ** second   |
|   | *** third   |
|   | *** other third |
|   |  fourth |
|   | ** other second |
| / |   |
#+END:

* first
** second
*** third
*** other third
 fourth
** other second


LaTeX output:

\begin{tabular}{l}
 ITEM \\
\hline
 * There comes the table  \\
 * first  \\
 ** second\\
 *** third\\
 \textbf{*} other third   \\
 \textbf{**} fourth   \\
 ** other second  \\
\end{tabular}


And the PDF display reads:

ITEM
* There comes the table
first
* second
** third
* other third
** fourth
* other second




___
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] Can I show tag in generated sitemap.html?

2010-05-30 Thread Juri Krivov
Hi Walter, could you please make example of what input and output
should look like?  I do not think I can understand what you really want
to do here.
Greetings
Juri

On Wed, May 26, 2010 at 1:00 PM, Water Lin water...@ymail.com wrote:


 I want to generate an index file which we usually called as
 sitemap.html. So in my project setting, I use following line to generate
 this file:
 -
:auto-index t  ; Generate index.org automagically...
:index-filename sitemap.org  ; ... call it sitemap.org ...
:index-title Sitemap ; ... with title 'Sitemap'.
 -

 But in this generated sitemap file, I also want to show a tag for which
 file. This is something like the tag we showd in Table of Content of
 each file. By this tag, I can get some brief information of this file.

 I check the manual, there are two kinds of tag we can add at the
 begining of each file, there are:
 ---
 #+TAGS:
 #+FILETAGS:
 ---

 So what's the difference of these two kinds of tags? Which one can be
 used to show tag in sitemap.html?

 Thanks

 Water Lin


 --
 Water Lin's notes and pencils: http://en.waterlin.org
 Email: water...@ymail.com
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around
 http://mail.yahoo.com


 ___
 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

___
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] Can I show tag in generated sitemap.html?

2010-05-30 Thread Juri Krivov
On Wed, May 26, 2010 at 1:00 PM, Water Lin water...@ymail.com wrote:


 I want to generate an index file which we usually called as
 sitemap.html. So in my project setting, I use following line to generate
 this file:
 -
:auto-index t  ; Generate index.org automagically...
:index-filename sitemap.org  ; ... call it sitemap.org ...
:index-title Sitemap ; ... with title 'Sitemap'.
 -

 But in this generated sitemap file, I also want to show a tag for which
 file. This is something like the tag we showd in Table of Content of
 each file. By this tag, I can get some brief information of this file.

 I check the manual, there are two kinds of tag we can add at the
 begining of each file, there are:

This I can actually answer, but I do not think these relate to
the thing you are trying to do!


 ---
 #+TAGS:

This one is to set up the headline tags you would use in this buffer,
like
#+TAGS: home work urgent


 #+FILETAGS:

And these are tags that apply to all headlines in file, as if
they were all children of an imaginary 0-level headline from
which they inherit.
Greetings
Juri
___
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] Re: emacs 23.1 crash on small org file (org-version 6.36)

2010-05-30 Thread Juri Krivov
On Tue, May 25, 2010 at 5:52 PM, Carsten Dominik
carsten.domi...@gmail.comwrote:


 On May 25, 2010, at 4:46 PM, Fritz Kunze wrote:

  David Maus dmaus at ictsoc.de writes:


 Fritz Kunze wrote:

  I am a novice org-mode user.  I am trying to learn how to use some of
 the

 features of org-mode to implement a

 GTD system.

  Emacs crashes when I load a file (named todobug.org) containing the
 text

 between the dashed lines (and not

 including the

 dashed lines).  It took some time to get a small version of the file
 that

 reliably crashes (at least my)

 emacs. I could not

 get a backtrace, because emacs simply crashes.  I am on a windows vista

 machine.


 Merely I can't reproduce this neither with

 Org 6.36trans

 GNU Emacs 23.1.1 (i486-pc-linux-gnu, GTK+ Version 2.18.2) of
 2009-11-02 on raven, modified by Debian

  -- David


 The crashing behavior I reported earlier vanished when I replaced Emacs
 23.1
 with the latest version of emacs for windows - version 23.2.


 Did you use org-indent-mode, or, equivalently

 #+STARTUP: indent

 ??

Hello,
I had a similar problem, and I can confirm it goes away when starting to use
Emacs 23.2
Greetings
Juri



 - Carsten



 -Fritz Kunze



 ___
 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


 - Carsten





 ___
 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

___
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] MobileOrg for Android starts to become really usable

2010-05-30 Thread Enrico Indiogine
Dear org users:

Thanks to the help from you all I managed to install the latest
development version of org-mobile-android on my Xperia X10.  I set up
my .emacs for stage push-pull and have a mydisk.se account with an org
directory.

M-x push will fail with an ssh timeout.  I think it has to do with the
fact that Emacs has no way of knowing the mydisk.se password.

This in in my .emacs:

(setq org-mobile-files (quote (~/org/agenda.org)))
(setq org-mobile-directory ~/stage/)
(add-hook 'org-mobile-post-push-hook
  (lambda () (shell-command scp -r ~/stage/* hindiog...@mydisk.se:org/)))
(add-hook ' org-mobile-pre-pull-hook
  (lambda () (shell-command scp hindiog...@mydisk.se:org/mobile.org
~/stage )))
(add-hook 'org-mobile-post-pull-hook
  (lambda () (shell-command scp ~/stage/mobileorg.org
hindiog...@mydisk.se:org]/)))


Is this code block correct and where do I specify my mydisk.se password?

Thanks,

Henri-Paul Indiogine


Curriculum  Instruction
Texas AM University

Email: hindiog...@gmail.com
Skype: hindiogine
Website: http://www.coe.tamu.edu/~enrico

Rien ne va de soi.  Rien n'est donné. Tous est construit.   Gaston
Bachelard, 1934

___
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