Re: [Orgmode] Deadline-scheduled workflow

2010-02-16 Thread Norbert Zeh
Carsten Dominik [2010.02.16 0553 +0100]:
 this is currently not possible, I am afraid.

 You could deal with it by hand, by changing the warning period once you 
 have scheduled the item.

Thanks for the answer.

Cheers,
Norbert


___
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] bug : org-agenda-todo in column mode

2010-02-16 Thread Richard Riley

When invoking C-c C-t in the agenda whilst in column mode the buffer is not
redrawn to show the new TODO state of the item under cursor. 

regards,

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


[Orgmode] Help - | symbol as table content (the absolute value symbol).

2010-02-16 Thread Orri
Hi all,

I want to have the | symbol as part of the text in one table cell (because in 
one column I have absolute values of a certain function and I want to use 
|f(x)| in the header of that column).
But all the | symbols are interpreted as columns separators (as usual).
putting a backslash in front of it did not work (as well as several other 
optimistic attempts).
I have searched for a while unsuccessfully in the documentation and on the web 
for this.

Thanks in advance,
Orri

___
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] Problem with org-mac-protocol

2010-02-16 Thread Christian Zang
Dear list,

I installed org-mac-protocol according to the instructions in 
org-mac-protocol.org on Mac OS X 10.6 with Emacs CVS 23 and a very recent pull 
of org-mode from git. 

With my setup, there seems to be a problem with the AppleScript part of the 
implementation I cannot track down. If I call any of the scripts (org-link 
etc.) I get no reaction but a short deactivation of the frontmost window.

The corresponding console-messages are:

16.02.10 09:26:01   AppleScript Runner[8640]Error loading 
/Users/christian/Library/ScriptingAdditions/URI Escape.osax/Contents/MacOS/URI 
Escape:  dlopen(/Users/christian/Library/ScriptingAdditions/URI 
Escape.osax/Contents/MacOS/URI Escape, 262): no suitable image found.  Did find:
/Users/christian/Library/ScriptingAdditions/URI 
Escape.osax/Contents/MacOS/URI Escape: no matching architecture in universal 
wrapper

And:

16.02.10 09:26:01   [0x0-0x2dd2dd].com.apple.AppleScriptRunner[8640]
AppleScript Runner: OpenScripting.framework - scripting addition 
/Users/christian/Library/ScriptingAdditions/URI Escape.osax declares no 
loadable handlers.

This results in the variable theScript not being set, and emacsclient is not 
called at all. If I remove any calls to URI Escape from getItemMetadata, 
emacsclient gets called.

Any ideas? Thanks!

Best,
Christian




___
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] Markup does not work for multi-line sentences

2010-02-16 Thread Andrey Balaguta
Hello!

I'm trying to get multi-line sentence boldified, like this:

  *Alice was beginning to get very tired of sitting 
   by her sister on the bank, and of having nothing 
   to do*

And it does not work. I could put the stars at the beginning of each line, but 
then, editing sentence and refilling paragraph will blow the markup. Is it 
possible to configure Org to boldify the whole sentence, or it requires some 
patching (i.e. not possible for me :) )? Thanks in advance.

--
WBR, Andrey Balaguta u...@mail.ru


___
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: [Bulk] [Orgmode] Help - | symbol as table content (the absolute value symbol).

2010-02-16 Thread Giovanni Ridolfi
Orri orritomas...@gmail.com writes:

Hi, Orri

 I want to have the | symbol as part of the text in one table cell
 (because in one column I have absolute values of a certain function
 and I want to use |f(x)| in the header of that column).
 But all the | symbols are interpreted as columns separators (as
 usual).

If you want to export the table you can use  \vert 

otherwise, I think you have to write abs[f(x)]
or something equivalent  ;-)

cheers,
Giovanni


___
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] Markup does not work for multi-line sentences

2010-02-16 Thread Giovanni Ridolfi
Andrey Balaguta u...@mail.ru writes:


 I'm trying to get multi-line sentence boldified, like this:
You cannot. It is not well supported. See the archive list 
for more info.
Also the  manual states: 
(Emphasis and monospace)  You can make words *bold*,
   ^^

You may write a function (or a macro) that puts 
the * before and after every word of your sentence.

cheers,
Giovanni


___
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: bug : org-agenda-todo in column mode

2010-02-16 Thread Richard Riley
Richard Riley rile...@googlemail.com writes:

 When invoking C-c C-t in the agenda whilst in column mode the buffer is not
 redrawn to show the new TODO state of the item under cursor. 


oops, The subject should read org-columns-todo.






___
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] Problem with org-mac-protocol

2010-02-16 Thread Christopher Suckling
On Tue, 16 Feb 2010 09:47:40 +0100, Christian Zang 
christian.z...@fh-weihenstephan.de wrote:


 I installed org-mac-protocol according to the instructions in
 org-mac-protocol.org on Mac OS X 10.6 with Emacs CVS 23 and a very
 recent pull of org-mode from git.

 With my setup, there seems to be a problem with the AppleScript part
of the implementation I cannot track down. If I call any of the scripts
(org-link etc.) I get no reaction but a short deactivation of the
frontmost window.


The problem is that I haven't updated the distribution for 10.6. The URI
Escape osax doesn't work on Snow Leopard.

I've replaced it with a small Ruby script to do all the escaping and you
can find the latest versions at github (may be buggy and the
documentation is out of date):

http://github.com/claviclaws/org-mac-protocol

Note that the .applescript files will need opening in Script Editor and
resaving as .scpt files.

I really, really mean to rewrite the documentation and do a proper
release (I also said this before Christmas) but I seemed to think that
doing a doctorate alongside the rest of my work and moving house was a
good idea, so I still haven't quite had the time.

Best, Christopher


___
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] [PATCH] avoid infinite loop in org-babel-execute-buffer

2010-02-16 Thread Stephan Schmitt
---
 contrib/babel/lisp/org-babel.el |7 ---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/contrib/babel/lisp/org-babel.el b/contrib/babel/lisp/org-babel.el
index 01b730d..7fe4302 100644
--- a/contrib/babel/lisp/org-babel.el
+++ b/contrib/babel/lisp/org-babel.el
@@ -300,9 +300,10 @@ the current buffer.
   (save-excursion
 (goto-char (point-min))
 (while (re-search-forward org-babel-src-block-regexp nil t)
-  (goto-char (match-beginning 0))
-  (org-babel-execute-src-block arg)
-  (goto-char (match-end 0)
+  (let ((pos-end (match-end 0)))
+   (goto-char (match-beginning 0))
+   (org-babel-execute-src-block arg)
+   (goto-char pos-end)
 
 (defun org-babel-execute-subtree (optional arg)
   Call `org-babel-execute-src-block' on every source block in
-- 
1.6.4.4



___
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] Wrong category in agenda view if undefined ?

2010-02-16 Thread Sebastien Delafond
Hi,

this is a follow-up for Debian bug #550540[1], which is basically that with
the following org snippet :

  * Tasks
  ** TODO nocat2
 SCHEDULED: 2010-02-16 Tue
 [2010-02-16 Tue]
  #+CATEGORY: cat2
  ** TODO cat2
 SCHEDULED: 2010-02-17 Wed
 [2010-02-17 Wed]
  #+CATEGORY: last cat2

you get this agenda view:

  Week-agenda (W07):
  Monday 15 February 2010 W07
  Tuesday16 February 2010
last cat2:  Scheduled:  TODO nocat2
  Wednesday  17 February 2010
cat2:   Scheduled:  TODO cat2
  Thursday   18 February 2010
  Friday 19 February 2010
  Saturday   20 February 2010
  Sunday 21 February 2010

Should there really be a last cat2 category for that first entry,
instead of no category at all ?

Cheers,

--Seb

[1] http://bugs.debian.org/550540



___
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] org-agenda-follow-link does not work with id links

2010-02-16 Thread Matt Lundin
When typing C-c C-o on an agenda id-style link, the cursor remains in
the agenda buffer and the link target is not displayed. I tested this by
placing the following tree in one of my agenda files:

--8---cut here---start-8---
* Test
  :PROPERTIES:
  :CATEGORY: test
  :END:
** This is a test
   :PROPERTIES:
   :ID:   18381b26-2146-4a7c-aa4a-5a9e419cc174
   :END:
** [[id:18381b26-2146-4a7c-aa4a-5a9e419cc174][This is a test]]
   SCHEDULED: 2010-02-16 Tue
--8---cut here---end---8---

This produces the agenda view below. When I type C-c C-o on the id link,
nothing happens.

--8---cut here---start-8---
Day-agenda (W07):
Tuesday16 February 2010
  test:   Scheduled:  [[id:18381b26-2146-4a7c-aa4a-5a9e419cc174][This is a 
test]]
--8---cut here---end---8---

Best,
Matt


___
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] org-freemind export can't be read by freemind

2010-02-16 Thread Friedrich Delgado Friedrichs
Hi!

The following file

,[ test.org ]
  * Title
  *** Node 1
  *** Node 2
`

produces the following freemind output:

,[ test.org.mm ]
  ?xml version=1.0 encoding=utf-8?
  map version=0.9.0
  !-- To view this file, download free mind mapping software FreeMind from 
http://freemind.sourceforge.net --
  node text=Title
  node text=Node 1
  /node
  node text=Node 2
  /node
  /node
  /node
  /map
`

And opening it with 0.9.0~rc6+dfsg-2 on debian produces an error:

,[ error in freemind node ]
  Error while parsing file:freemind.main.XMLParseException: XML Parse
  Exception during parsing of a map element at line 10: Expected: map
`

With freemind 0.8 available from debian I get a backtrace on the
console and an empty graph.

Looks like org-freemind.el is closing one node too many. If I remove
one /node, it works, however it's more complicated if I use a
complicated file, as several closing nodes may be duplicated across
the whole file.


-- 
Friedrich Delgado Friedrichs
frie...@nomaden.org


___
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] Strange behavior with org-remember and clock

2010-02-16 Thread Carl Bolduc
Hi,

I am trying to build a remember template to log a journal of my
activities, and some entries involve clocks. Here is my template:
(Journal ?j * %U %?\n j:/org/journal.org date-tree)

When I call this template and start a clock, I get a weird behavior
when exiting remember. First, I get this (expected):
The clock is running in this buffer. Clock out now? (y or n)
I type n
Then, I get this:
Clock-out in buffer *Remember* before killing it (y or n)
I type n once again.
Now, if I visit my journal and try to clock out of this item, I get this:
No active clock

Now, if I modify my template to include any text after the %?,
clocking works as expected:
(Journal ?j * %U %?\ntest j:/org/journal.org date-tree)
When I close remember, I get this:
The clock is running in this buffer. Clock out now? (y or n)
I type n, don't get any more message, visit the journal file, and I
can clock out.

I am clueless... and I would prefer not having dummy text in my
journal entries just to make clocking work correctly.

Thanks,
Carl


___
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] [PATCH] ignore `future' and `past' deadlines too

2010-02-16 Thread Łukasz Stelmach
Hello.

I am not sure myself how to use it but it seems to be a logical
consequence of the previous work on ignoring scheduled and deadlines.

http://github.com/steelman/steelman-org-mode/tree/org-agenda-skip-entry-if-todo

-- 
Miłego dnia,
Łukasz Stelmach



___
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] [PATCH] little fixes for attachment git commiting

2010-02-16 Thread Łukasz Stelmach
Hello.

There are two very small commits which iron some wrinkles. Both on 
org-attach-git-commit branch of
git://github.com/steelman/steelman-org-mode.git

The first prevents git from running on an empty set of deleted files.

http://github.com/steelman/steelman-org-mode/commit/8dc5033d13af1d0aa6f1094a1775cc1a1ec33c67

The other one helps if for some reason the file one would like to add
matches an entry in a .gitignore file. I suppose no one puts anything in
the org-attach-directory by hand, so anything that goes there is by
intention.

http://github.com/steelman/steelman-org-mode/commit/8ade081fd5a331cc61f8f8a6f8cf5a92ff8881d5

Just my 2 cents (Euro ones ;)
-- 
Miłego dnia,
Łukasz Stelmach



___
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] Problem with org-mac-protocol

2010-02-16 Thread Christian Zang
Am 16.02.2010 um 11:58 schrieb Christopher Suckling:

 The problem is that I haven't updated the distribution for 10.6. The URI
 Escape osax doesn't work on Snow Leopard.
 
 I've replaced it with a small Ruby script to do all the escaping and you
 can find the latest versions at github (may be buggy and the
 documentation is out of date):
 
 http://github.com/claviclaws/org-mac-protocol
 
 Note that the .applescript files will need opening in Script Editor and
 resaving as .scpt files.
Brilliant, thanks, that works!

Best, 
Christian



___
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] emacs/org-mode on Droid?

2010-02-16 Thread David Rogoff
Hi all.

New org-mode convert also looking at new phones.  It looks like the Moto Droid 
would be great for running org-mode.  Has anyone ported emacs to this platform 
and gotten org-mode running?

Thanks,

 David

___
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] Slow speed of week and month views

2010-02-16 Thread Matt Lundin
Currently I use org-mode to keep track of todos, projects, deadlines and
the emacs diary to keep track of appointments. I would prefer to keep
the latter in org-mode, but the slow speed of the weekly and monthly
agenda views makes it difficult to gain a quick calendar overview of all
upcoming timestamped items.

Has anyone had success in setting up a *fast* calendar view for
org-mode? I use the following custom command to get a view of
timestamped items only:

--8---cut here---start-8---
(cc Calendar (events) agenda 
 ((org-agenda-ndays 1)
  (org-agenda-time-grid nil)
  (org-agenda-prefix-format  %-12:t )
  (org-agenda-include-all-todo nil)
  (org-agenda-repeating-timestamp-show-all t)
  (org-agenda-skip-function '(org-agenda-skip-entry-if 'deadline 'scheduled
--8---cut here---end---8---

With 25 agenda files, if I type v m (view month) in the agenda results
for this custom command, it takes over 16 seconds to generate the
monthly calendar.[1] 

I get similar results if I type v m in the default agenda view.[2] As
a point of comparison, I've included the time it takes to generate an
agenda view for a single day on my system.[3]

As far as I can tell, org-mode scans each agenda file anew for each day
shown in the weekly or monthly agenda (hence the many invocations of
org-agenda-get-day-entries in the results below), so the time it takes
to generate the agenda is roughly proportional to the number of days in
the view.

Does anyone have any tips for speeding up the weekly or monthly agenda
views? I have vague and utterly naïve notions of a function that would
scan each agenda file *once* for timestamps within a given range rather
than searching the agenda files again for each new day---but such a
function is far beyond my elisp skills. Any help would be greatly
appreciated.

Thanks!
Matt

Footnotes:

[1] Monthly view of custom command with 25 agenda files:

org-agenda-view-mode-dispatch 1   
15.528815 15.528815
org-agenda-month-view 1   
15.384877 15.384877
org-agenda-change-time-span   1   
15.384839 15.384839
org-agenda-redo   1   
15.383679 15.383679
org-agenda-list   1   
15.382742 15.382742
org-agenda-get-day-entries700 
13.948870999  0.0199269585
org-agenda-get-scheduled  700 
6.416371  0.0091662457
org-agenda-skip-entry-if  12871   
5.325690  0.0004137744
org-agenda-skip-if12871   
5.175026  0.0004020686
org-agenda-get-deadlines  700 
4.247898  0.0060684271
org-agenda-get-timestamps 700 
1.728949  0.0024699285
org-agenda-get-sexps  700 
0.676313  0.0009661614
org-agenda-get-blocks 700 
0.608785  0.0008696942
org-agenda-todayp 1400
0.333693  0.0002383528
org-agenda-skip   15534   
0.045096  2.903...e-06
org-agenda-files  3   
0.016815  0.005605
org-agenda-cleanup-fancy-diary28  
0.006259  0.0002235357
org-agenda-mode   1   
0.00606   0.00606
org-agenda-highlight-todo 86  
0.004180  4.860...e-05
org-agenda-format-date-aligned28  
0.003379  0.0001207142
org-agenda-new-marker 136 
0.001280  9.419...e-06
org-agenda-mark-clocking-task 1   
0.00121   0.00121
org-agenda-align-tags 1   
0.000903  0.000903
org-agenda-find-same-or-today-or-agenda   1   
0.000499  0.000499
org-agenda-fontify-priorities 1   
0.000394  0.000394
org-agenda-fix-displayed-tags 86  
0.000343  3.999...e-06
org-agenda-add-time-grid-maybe23  
0.000236  1.026...e-05
org-agenda-set-mode-name  2   
6.2e-05   3.1e-05
org-agenda-compute-time-span  1   
3.8e-05   3.8e-05
org-agenda-mark-header-line   1   
3.5e-05   3.5e-05
org-agenda-post-command-hook   

[Orgmode] Re: [PATCH] little fixes for attachment git commiting

2010-02-16 Thread Łukasz Stelmach
David Maus maus.da...@gmail.com writes:

 Łukasz Stelmach wrote:
The other one helps if for some reason the file one would like to add
matches an entry in a .gitignore file. I suppose no one puts anything in
the org-attach-directory by hand, so anything that goes there is by
intention.
http://github.com/steelman/steelman-org-mode/commit/8ade081fd5a331cc61f8f8a6f8cf5a92ff8881d5

 I'd like to be this customizable: I do have LaTeX files as attachments
 and don't want the logs etc. be added to the git repository.

Do they get created org-attach-directory?

 In addition one might explicitly include the content of attachment
 directories using the negating operator in .gitignore.

This might be a better solution indeed.

I'll investigate it a little bit closer.

-- 
Miłego dnia,
Łukasz Stelmach



___
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: [PATCH] ignore `future' and `past' deadlines too

2010-02-16 Thread Łukasz Stelmach
Łukasz Stelmach lukasz.stelm...@iem.pw.edu.pl writes:

 I am not sure myself how to use it but it seems to be a logical
 consequence of the previous work on ignoring scheduled and deadlines.

 http://github.com/steelman/steelman-org-mode/tree/org-agenda-skip-entry-if-todo

I mistyped branching and put one more commit on this branch. The right
commit is:

http://github.com/steelman/steelman-org-mode/commit/020fb760096e44d21620ef0dafc9b841dfc4e911

-- 
Miłego dnia,
Łukasz Stelmach



___
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] emacs/org-mode on Droid?

2010-02-16 Thread Tom Tobin
On Tue, Feb 16, 2010 at 12:18 PM, David Rogoff da...@therogoffs.com wrote:
 Hi all.

 New org-mode convert also looking at new phones.  It looks like the Moto 
 Droid would be great for running org-mode.  Has anyone ported emacs to this 
 platform and gotten org-mode running?

I just switched from my iPhone back to an Android phone; I came across
this project:

http://github.com/matburt/mobileorg-android

I haven't tried it yet, though.


___
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] [PATCH] Tiny patch for org-agenda.el

2010-02-16 Thread Peter Povinec
Hi Carsten,

I found that org-search-view doesn't allow one to search only within headlines
for individual words unless org-agenda-search-view-search-words-only is set. 
This appears to be due to a bug in the string argument processing which the
following tiny patch rectifies.  

Thanks,
--Peter


Changelog entry:
2010-02-16  Peter Povinec  ppovi...@gmail.com

* org-agenda.el (org-search-view): Need to check 'words', not 'string', 
to
determine if individual word matching is requested.

Patch (the original file is from org-6.34c):

*** org-agenda.el   Tue Feb 16 15:54:53 2010
--- org-agenda.new.el   Tue Feb 16 15:53:39 2010
***
*** 3322,3328 
(setq full-words t
words (substring words 1)))
  (if (or org-agenda-search-view-always-boolean
!   (member (string-to-char string) '(?- ?+ ?\{)))
(setq boolean t))
  (setq words (org-split-string words))
  (setq org-agenda-last-search-view-search-was-boolean boolean)
--- 3322,3328 
(setq full-words t
words (substring words 1)))
  (if (or org-agenda-search-view-always-boolean
!   (member (string-to-char words) '(?- ?+ ?\{)))
(setq boolean t))
  (setq words (org-split-string words))
  (setq org-agenda-last-search-view-search-was-boolean boolean)



 



___
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/org-mode on Droid?

2010-02-16 Thread David Rogoff

On 2010-02-16 13:47:59 -0800, Tom Tobin said:


On Tue, Feb 16, 2010 at 12:18 PM, David Rogoff da...@therogoffs.com wrote:

Hi all.

New org-mode convert also looking at new phones.  It looks like theMoto 
Droid would be great for running org-mode.  Has anyone ported emacs to 
this platform and gotten org-mode running?


I just switched from my iPhone back to an Android phone; I came across
this project:

http://github.com/matburt/mobileorg-android

I haven't tried it yet, though.


Thanks - I'll take a look.




___
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] [PATCH] Tiny patch for org-agenda.el

2010-02-16 Thread Carsten Dominik

Indeed, thanks for the patch, I have applied it.

- Carsten

On Feb 17, 2010, at 12:59 AM, Peter Povinec wrote:


Hi Carsten,

I found that org-search-view doesn't allow one to search only within  
headlines
for individual words unless org-agenda-search-view-search-words-only  
is set.
This appears to be due to a bug in the string argument processing  
which the

following tiny patch rectifies.

Thanks,
--Peter


Changelog entry:
2010-02-16  Peter Povinec  ppovi...@gmail.com

	* org-agenda.el (org-search-view): Need to check 'words', not  
'string', to

determine if individual word matching is requested.

Patch (the original file is from org-6.34c):

*** org-agenda.el   Tue Feb 16 15:54:53 2010
--- org-agenda.new.el   Tue Feb 16 15:53:39 2010
***
*** 3322,3328 
   (setq full-words t
   words (substring words 1)))
 (if (or org-agenda-search-view-always-boolean
!   (member (string-to-char string) '(?- ?+ ?\{)))
   (setq boolean t))
 (setq words (org-split-string words))
 (setq org-agenda-last-search-view-search-was-boolean boolean)
--- 3322,3328 
   (setq full-words t
   words (substring words 1)))
 (if (or org-agenda-search-view-always-boolean
!   (member (string-to-char words) '(?- ?+ ?\{)))
   (setq boolean t))
 (setq words (org-split-string words))
 (setq org-agenda-last-search-view-search-was-boolean boolean)







___
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] org-export [with respect to lists] to HTML

2010-02-16 Thread Livin Stephen Sharma
Title: When I think back on all the crap I learned in high school…
I'm pasting content from an org file, and the HTML generated from it below [also attaching files - in case Mail garbles the text here].The problem I see is that list-numbering isn't quite correct in the HTML.I intended/expected 'Sound of Silence' to be list-item '2' since that is what it shows up as in the org-file [even after 'C-c C-c'].Any pointers on what I'm doing wrong? Or is hand-tweaking the HTML unavoidable?This is onorg-mode 6.31a in emacs 23org file content:#+TITLE: When I think back on all the crap I learned in high school...#+OPTIONS: toc:2 ^:nil author:nil#+STARTUP: content#+STARTUP: hidestars#+FILETAGS: PERSONAL* Simonisms1. Kodachrome	#+BEGIN_EXAMPLE	When I think back on all the crap I learned in high school, It's a wonder I can think at all	#+END_EXAMPLE2. Sound of silence	Ten thousand peoplegenerated HTML content:

When I think back on all the crap I learned in high school…



Table of Contents


1 Simonisms 





1 Simonisms 




Kodachrome






When I think back on all the crap I learned in high school, It's a wonder I can think at all






Sound of silence
Ten thousand people





 Date: 2010-02-17 12:27:00 IST
HTML generated by org-mode 6.31a in emacs 23





Livin Stephen Sharma


Title: When I think back on all the crap I learned in high school






When I think back on all the crap I learned in high school



Table of Contents


1 Simonisms 





1 Simonisms 




Kodachrome






When I think back on all the crap I learned in high school, It's a wonder I can think at all






Sound of silence
Ten thousand people





 Date: 2010-02-17 12:27:00 IST
HTML generated by org-mode 6.31a in emacs 23




Title: When I think back on all the crap I learned in high school…


test.org
Description: Binary data
Title: When I think back on all the crap I learned in high school…
___
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