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
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.
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
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
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
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
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
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
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)
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
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
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
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
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
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
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
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
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
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
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
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
"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
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-
"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
"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
25 matches
Mail list logo