[Orgmode] Re: Mobile org

2010-02-03 Thread news
Marcelo de Moraes Serpa 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 sync with > my l

[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] Re: DAV config for mobileorg

2010-06-25 Thread news
Matthew Jones 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, is there any wa

[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 encryp

[Orgmode] Re: alter all subtrees containing specific tag

2009-03-08 Thread news
Carsten Dominik 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 to make a f

[Orgmode] Re: alter all subtrees containing specific tag

2009-03-08 Thread news
Ian Barton 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 a >> function

[Orgmode] Re: alter all subtrees containing specific tag

2009-03-08 Thread news
Carsten Dominik 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 "^\\*+ .*?:ENCRYPT

[Orgmode] Re: alter all subtrees containing specific tag

2009-03-08 Thread news
Carsten Dominik 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 "^\\*+ .*?:ENCRYP

[Orgmode] Re: alter all subtrees containing specific tag

2009-03-09 Thread news
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 (rcpts passphrase)

[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 el

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

2009-03-13 Thread news
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. >In the column sp

[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? Also

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

2009-03-16 Thread news
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. Have since discovere

[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 org-refile-targe

[Orgmode] Re: org-crypt and PROPERTIES location

2009-03-23 Thread news
Peter Jones 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 better than m

[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 abl

[Orgmode] Re: changing headline format

2009-03-24 Thread news
Peter Jones 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 future. -- alebl

[Orgmode] Re: org-crypt and PROPERTIES location

2009-03-24 Thread news
Peter Jones 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 > > I'll pos

[Orgmode] shifting table cells

2009-03-31 Thread news
Hi, is there any way to shift cells up/down within a column while leaving remaining columns intact. If not could someone point me in the right direction to any org-functions I could use to help me implement this? -- aleblanc ___ Emacs-orgmod

[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 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 Emacs 23, so I'll add m

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

2009-09-01 Thread news
"Sven Bretfeld" writes: > 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 successfully. >>However it d

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

2009-09-02 Thread news
Torsten Wagner 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 to export the org-

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

2009-09-10 Thread news
"Sven Bretfeld" writes: > Richard Moreland 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 exactly. Especially s

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

2009-09-15 Thread news
"Sven Bretfeld" writes: > Richard Moreland 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 be interested to know