[Orgmode] small emacs for using org on Android

2009-08-28 Thread news
Hi, can anyone recommend a small emacs implementation that will run org? I have Debian running on my G1 phone (see here: http://www.emacswiki.org/emacs/EmacsOnAndroid), and have been running Emacs 22 on it successfully. However it doesn't leave me much memory for other apps. I

[Orgmode] Re: small emacs for using org on Android

2009-08-29 Thread news
Scot Becker scot.bec...@gmail.com writes: How do I remove unwanted modes? Is it just a case of removing the .el files? I'm not the most qualified person to answer this, since I'm only an observer to emacs development, but I have some experience trying to compile a reduced-size version of

[Orgmode] Re: small emacs for using org on Android

2009-09-01 Thread news
Sven Bretfeld sven.bretf...@gmx.ch writes: n...@aleblanc.cotse.net writes: can anyone recommend a small emacs implementation that will run org? I have Debian running on my G1 phone (see here: http://www.emacswiki.org/emacs/EmacsOnAndroid), and have been running Emacs 22 on it

[Orgmode] Re: small emacs for using org on Android

2009-09-02 Thread news
Torsten Wagner torsten.wag...@gmail.com writes: please remember a org-file is still (and thankfully and amazingly) a plain text file. As long as you are not going to make big changes, any other (smaller) text editor will do, e.g., nano, pico, *cough* vim *cough*. I found myself comfortable

[Orgmode] Re: iPhone app for Org view and capture

2009-09-10 Thread news
Sven Bretfeld sven.bretf...@gmx.ch writes: Richard Moreland r...@ncogni.to writes: Here is a teaser video of the app running in the simulator:  http://ncogni.to/ mobileorg-demo1.mov Very nice, congratulations. The unavoidable question: Will there be an Android port as well? My thoughts

[Orgmode] Re: iPhone app for Org view and capture

2009-09-15 Thread news
Sven Bretfeld sven.bretf...@gmx.ch writes: Richard Moreland r...@ncogni.to writes: Here is a teaser video of the app running in the simulator:  http://ncogni.to/ mobileorg-demo1.mov Very nice, congratulations. The unavoidable question: Will there be an Android port as well? You might

[Orgmode] Re: Mobile org

2010-02-03 Thread news
Marcelo de Moraes Serpa celose...@gmail.com writes: Hello list, org-mode really changed my life, and allowed me to fully implement GTD the way I wanted. However, I miss having access to it everytime, so, I'm looking for a mobile device that could run emacs and org, and that I could keep in

[Orgmode] org-export-generic.el patch to make it load with require

2010-02-03 Thread news
In the org-export-generic.el file the library is provided as org-generic instead of org-export-generic. Not sure what the reason for this is, but I cannot load it with (require 'org-generic). This patch changes (provide 'org-generic) to (provide 'org-export-generic) so I can load it normally.

[Orgmode] alter all subtrees containing specific tag

2009-03-08 Thread news
Hi, I use pgg to encrypt some org subtrees (e.g. the ones containing passwords). At the moment I have to encrypt/decrypt them one at a time by selecting the appropriate region and running pgg-encrypt-region/pgg-decrypt-region. I want to make a function that will automatically

[Orgmode] Re: alter all subtrees containing specific tag

2009-03-08 Thread news
Carsten Dominik domi...@science.uva.nl writes: Hi, I use pgg to encrypt some org subtrees (e.g. the ones containing passwords). At the moment I have to encrypt/decrypt them one at a time by selecting the appropriate region and running pgg-encrypt-region/pgg-decrypt-region. I want

[Orgmode] Re: alter all subtrees containing specific tag

2009-03-08 Thread news
Ian Barton li...@manor-farm.org writes: I use pgg to encrypt some org subtrees (e.g. the ones containing passwords). At the moment I have to encrypt/decrypt them one at a time by selecting the appropriate region and running pgg-encrypt-region/pgg-decrypt-region.I want to make

[Orgmode] Re: alter all subtrees containing specific tag

2009-03-08 Thread news
Carsten Dominik domi...@science.uva.nl writes: Is there a quick way to get the start and end points of a subtree, or place region around it? and a quick way to jump to the next heading with a given tag? (org-mark-subtree) ;; this will include the headline (re-search-forward ^\\*+

[Orgmode] Re: alter all subtrees containing specific tag

2009-03-08 Thread news
Carsten Dominik domi...@science.uva.nl writes: Is there a quick way to get the start and end points of a subtree, or place region around it? and a quick way to jump to the next heading with a given tag? (org-mark-subtree) ;; this will include the headline (re-search-forward ^\\*+

[Orgmode] Re: alter all subtrees containing specific tag

2009-03-09 Thread news
n...@aleblanc.cotse.net writes: Just discovered a bug in my previously posted function. It doesn't work too well if you have lower level subtrees tagged for encryption. I also forgot to mention that you need to have pgg pre-loaded. This will ensure that: (defun my-func-org-toggle-encryption

[Orgmode] SOLVED: elisp formulas in column view (without converting to tables)

2009-03-13 Thread news
Hi, I have rewritten the org-columns-compute function to allow elisp formulas in column view. It allows you to specify how to accumulate values from child headers, and how to specify the value for the current header, based on other columns. In the column specification you place

[Orgmode] Re: SOLVED: elisp formulas in column view (without converting to tables)

2009-03-13 Thread news
n...@aleblanc.cotse.net writes: Hi, I have rewritten the org-columns-compute function to allow elisp formulas in column view. It allows you to specify how to accumulate values from child headers, and how to specify the value for the current header, based on other columns.

[Orgmode] column view: hiding :PROPERTIES:, and overriding edit restrictions

2009-03-13 Thread news
Hi, when I enter column view I can cycle through tree visibility settings by hitting the tab key, but can only hide the :PROPERTIES: line under the top heading if I fold the tree completely. I want to be able to see all headings, but no :PROPERTIES: How can I do this?

[Orgmode] Re: SOLVED: elisp formulas in column view (without converting to tables)

2009-03-16 Thread news
n...@aleblanc.cotse.net writes: Hi, I have rewritten the org-columns-compute function to allow elisp formulas in column view. It allows you to specify how to accumulate values from child headers, and how to specify the value for the current header, based on other columns.

[Orgmode] Feature request: org-goto hierarchical path completion with ido

2009-03-17 Thread news
Hi, when I set org-outline-path-complete-in-steps to t, I am no longer able to use ido completion. Instead it shows the completion candidates in another buffer. Is there any way to use ido with hierarchical completion? Also, I can specify a list of candidate files to refile to with

[Orgmode] Re: org-crypt and PROPERTIES location

2009-03-23 Thread news
Peter Jones mli...@pmade.com writes: Are there any org-crypt users out there that want to throw in their $0.02? Hi Peter, I wrote a function for encrypting subtrees a couple of weeks ago. I didn't realize someone else was already on the case. I guess your solution is

[Orgmode] changing headline format

2009-03-23 Thread news
Hi, does anyone know if there is an easy way to change the headline format for outline/org mode? I know about hiding stars and using odd levels only in org, but I want to be able to convert a file so that the actual text of the headlines is changed. More specifically I want to be

[Orgmode] Re: changing headline format

2009-03-24 Thread news
Peter Jones mli...@pmade.com writes: Why not use sed/awk to alter the output of the tree command so that it's in a format that org will understand? Yes I could do that, but if there was an easy org/outline mode way to do it that would be better. I may want to do other related stuff in the

[Orgmode] Re: org-crypt and PROPERTIES location

2009-03-24 Thread news
Peter Jones mli...@pmade.com writes: Actually, org-crypt was written by John Wiegley, and I'm going to be making some changes to slightly alter how it works. You can get John's version here: http://github.com/jwiegley/dot-emacs/raw/cf72e6e004034849bd683b467b51d960d80a3e66/org-crypt.el

[Orgmode] Re: DAV config for mobileorg

2010-06-25 Thread news
Matthew Jones bsdmatb...@gmail.com writes: I've actually just been using python's pywebdav: http://code.google.com/p/ pywebdav/ running on my VPS.   I plan to just use this until I get Dropbox (or something like it) support integrated. Dropbox support would be VERY welcome. In the meantime,