On 26/09/10 00:24, Nick Dokos wrote:
Charles C. Berry wrote:
is there a quick way for moving a cell about in a table? I enjoy
swapping the order of rows and columns in a table using Meta +
[arrow], but I have not found a ways of doing the same for a single
cell. Is it possible?
Example, with
Hi David,
David Maus wrote:
> Sébastien Vauban wrote:
>> I now have a full timestamp (date and time) for when the mail has been sent
>> (or received?).
>
> Well... It's the date of the Date: header field ;)
>
> What it is set to depends on the sender; that's why it is not really a
> reliable piec
Hi Rainer,
Rainer M Krug wrote:
> On 24/09/10 11:28, Sébastien Vauban wrote:
>> "Eric Schulte" wrote:
>>> Sébastien Vauban writes:
"Eric Schulte" wrote:
>> Would you mind creating an LaTeX environment around the =results=
>> block, so that we could have the code colorized (via listin
Carsten Dominik writes:
> On Sep 26, 2010, at 3:33 PM, Dan Davison wrote:
>
>> I think that the documentation concerning installation should be made
>> more user-friendly. My impression is that the Org manual makes all
>> this
>> sound much harder than it needs to be, and I suspect that this is a
On Sep 27, 2010, at 11:00 AM, Dan Davison wrote:
Carsten Dominik writes:
On Sep 26, 2010, at 3:33 PM, Dan Davison wrote:
I think that the documentation concerning installation should be
made
more user-friendly. My impression is that the Org manual makes all
this
sound much harder than it
Hello
The following setting works in lisp mode
(let ((lisp-regexp-4 " ?\\(\\<\\*[a-zA-Z]*\\*\\>\\)"))
(setq lisp-font-lock-keywords-1
(append lisp-font-lock-keywords-1
(list (list lisp-regexp-4 0
'font-lock-log-warn-face t
Carsten Dominik writes:
> On Sep 27, 2010, at 11:00 AM, Dan Davison wrote:
>
>> Carsten Dominik writes:
>>
>>> On Sep 26, 2010, at 3:33 PM, Dan Davison wrote:
>>>
I think that the documentation concerning installation should be
made
more user-friendly.
[...]
I suggest w
Hello.
I've just created a hack to for org-mode (and org-remember) to receive
and parse URLs from OpenStreetMap and Google Maps. The function extracts
longitude and latitude and sets GEO property of the node to geo: URI.
The code is easily extendable. To add support for other maps one has to
add
Bastien writes:
> Jeff Horn writes:
>
>> I wanted to mention how great it would be to have an org-mode
>> conference.
> If many people support this idea, this is how we could do it:
>
> 1. list ideas of things we would do there
Meet and talk about org-mode :-)
> 2. find out what would be the
David Maus writes:
>> Also I guess the decoding is secure. Means we could change the
>> comment of this function:
>
>> (defun org-protocol-unhex-compound (hex)
>> "Unhexify unicode hex-chars. E.g. `%C3%B6' is the German Umlaut `ö'.
>> Note: this function falls back on single byte decoding if a
Carsten Dominik writes:
>>> org-install would figure out where org.el is, add to .emacs and query
>>> for compilation. This wouod make things independent from make and
>>> other tools.
>>
>> Yes I wondered about making something like that yesterday (would it make
>> sense to have emacs do everyth
Hi,
I'd like to write a few simple tests for the modified hex-decoding
functions I wrote for org-protocol.el.
These functions and the patch is easier to understand and maintain if
there are some simple tests, I guess.
Could we have a short introduction in writing tests on Worg (or is it
there)?
Hi Seb,
Thanks for the suggestions, I've just implemented them.
Best -- Eric
Sébastien Vauban writes:
> Hi Eric and Richard,
>
> "Eric Schulte" wrote:
>> Applied, Thanks
>
> Two comments about that great function:
>
> - Would it be possible to leave the code where it is, and have it selected (
Hi Bill,
The `org-confirm-babel-evaluate' variable can be set to a function which
can query the user to confirm code block evaluation. The following code
does two things.
1) it creates and maintains a list of the files that the user has said
are safe for evaluation (this list will need to be r
Hi Eric,
"Eric Schulte" wrote:
> Sébastien Vauban writes:
>> Two comments about that great function:
>>
>> - Would it be possible to leave the code where it is, and have it selected
>> (in a region), when the question about the language is asked?
>>
>> Currently, it seems to be temporarily "c
Sebastian Rose writes:
> Carsten Dominik writes:
org-install would figure out where org.el is, add to .emacs and query
for compilation. This wouod make things independent from make and
other tools.
>>>
>>> Yes I wondered about making something like that yesterday (would it make
>
Dan Davison writes:
> Sebastian Rose writes:
>
>> Carsten Dominik writes:
> org-install would figure out where org.el is, add to .emacs and query
> for compilation. This wouod make things independent from make and
> other tools.
Yes I wondered about making something like t
Hi Eric,
Sébastien Vauban wrote:
> "Eric Schulte" wrote:
>> Sébastien Vauban
>> writes:
>>> Is it possible to envision completion of the language name? Writing
>>> =emacs-lisp= could become easier...
>>
>> Thanks for the suggestions, I've just implemented them.
>
> Tested. Simply fan-tas-tic!
J
Hi Seb,
I plan to extend the block demarcation function to all block types, but
haven't yet found the time.
Best -- Eric
Sébastien Vauban writes:
> Hi Eric,
>
> Sébastien Vauban wrote:
>> "Eric Schulte" wrote:
>>> Sébastien Vauban
>>> writes:
Is it possible to envision completion of the
Gary,
One other request for you to entertain. When you get into the Python
code (I can help with this, if you need it) think about organizing it
such that you can use multiple output mechanisms. For example, default
it to use dot as you have been talking about but allow for the use of
tikz as
Sebastian Rose writes:
> I'd like to write a few simple tests for the modified hex-decoding
> functions I wrote for org-protocol.el.
> These functions and the patch is easier to understand and maintain if
> there are some simple tests, I guess.
>
> Could we have a short introduction in writing tes
Hi.
I am thinking about deploying org-footnote in message-mode. I'd like to
use it for URLs most and I'd like to ask you a question. Where would you
like to see the footnotes sections in my messages ;-) below or above the
signature. Please consider that if they get below then they will be
ripped o
Sebastian Rose writes:
> Markus Heller writes:
>> Hello everyone,
>>
>> this might be a little OT, but I'm having a hard time to get ditaa to
>> run properly. The org-mode part works, it's the Java part that's giving
>> me trouble, I'm getting loads of "Exception in thread "main"
>> java.lang.m
Łukasz Stelmach writes:
> Hi.
>
> I am thinking about deploying org-footnote in message-mode. I'd like to
> use it for URLs most and I'd like to ask you a question. Where would you
> like to see the footnotes sections in my messages ;-) below or above the
> signature. Please consider that if they
>> does `org-ditaa-jar-path' have the correct value?
>> You can find out this way:
>>
>> M-: org-ditaa-jar-path RET
>
> Yes, it does.
>
>> Can you execute
>>
>>java -jar c:\path\to\ditaa.jar --help
>>
>> on the command line using the value of that variable?
>
> Doing this gives the follow
Markus Heller writes:
> C:\Documents and Settings\mheller>java -jar C:\Documents and
> Settings\mheller\.e
> macs.d\org-mode\contrib\scripts\ditaa.jar --help
> Exception in thread "main" java.util.zip.ZipException: The system cannot find
> th
> e file specified
> at java.util.zip.ZipFile
Sebastian Rose writes:
> Markus Heller writes:
>> C:\Documents and Settings\mheller>java -jar C:\Documents and
>> Settings\mheller\.e
>> macs.d\org-mode\contrib\scripts\ditaa.jar --help
>> Exception in thread "main" java.util.zip.ZipException: The system cannot
>> find th
>> e file specified
>
I have seen discussions about the difficulties of installing the latest
version org-mode on Windows on this list, so I would like to report a way of
doing this that I found that allows you to compile org-mode to bytecode with
very little hassle. Apologies if this has been posted before, but I thin
Awesome :)
On Sat, Sep 25, 2010 at 8:34 AM, Richard Moreland wrote:
> Hi Greg,
>
> Carsten has already added support on his end for encrypting and decrypting
> the files that go into the MobileOrg staging area.
>
> I've just started to pick this back up, so I plan to have it included in the
> n
Hi,
Russell Adams wrote:
> I just watched the video, and I must say that Carsten has given another
> excellent performance!
>
> I think the key point he made through the whole interview was that normally
> note taking tools are separate from planning / organizational tools, and
> that Org-mode com
Matthew Leifer writes:
[...]
Thank you, but let me add a few remarks.
> 2. Run the program you have just downloaded (you need to be connected
> to the internet when you do this). You'll be prompted for a few
> configuration options. In most cases, the defaults will be fine.
If you can't conne
On Sep 27, 2010, at 8:26 PM, Sébastien Vauban wrote:
Hi,
Russell Adams wrote:
I just watched the video, and I must say that Carsten has given
another
excellent performance!
I think the key point he made through the whole interview was that
normally
note taking tools are separate from pla
On Sep 27, 2010, at 2:18 PM, Christian Egli wrote:
Bastien writes:
Jeff Horn writes:
I wanted to mention how great it would be to have an org-mode
conference.
If many people support this idea, this is how we could do it:
1. list ideas of things we would do there
Meet and talk about
Markus Heller writes:
> Sebastian Rose writes:
>
>> Markus Heller writes:
>>> C:\Documents and Settings\mheller>java -jar C:\Documents and
>>> Settings\mheller\.e
>>> macs.d\org-mode\contrib\scripts\ditaa.jar --help
>>> Exception in thread "main" java.util.zip.ZipException: The system cannot
>
Dear all,
I'm trying to use org-mode under MAC, and when I export to html, some
fragments of LaTeX needs to be converted. So I got the texlive installed and
then put these lines into my .emacs:
8<>8
(defconst lch-mac-p (eq window-system 'mac) "Are we on Mac")
(if lch-mac-
Aloha Chao,
I have texlive 2010 installed on my Mac. This path works for me:
Emacs set path to LaTeX binaries
#+begin_src emacs-lisp :tangle yes
(setenv "PATH" (concat (getenv "PATH") ":/usr/texbin"))
(setq exec-path (append exec-path '("/usr/texbin")))
#+end_src
HTH,
Tom
On Sep
Markus,
Can you check your CLASSPATH environment variable? Mine is (not sure if it's
correct, but it works...):
.;C:\Program Files\Java\jre6\lib\ext\QTJava.zip
Do you have one set?
Is this any help?
http://download.oracle.com/javase/tutorial/essential/environment/paths.html
This is quite odd
"Eric Schulte" writes:
> The `org-confirm-babel-evaluate' variable can be set to a function which
> can query the user to confirm code block evaluation. The following code
> does two things.
> 1) it creates and maintains a list of the files that the user has said
>are safe for evaluation (th
Carsten
I had proposed a patch to org-capture in this thread.
http://lists.gnu.org/archive/html/emacs-orgmode/2010-08/msg01152.html
The patch has neither been rejected nor accepted. I am a bit concerned
that it might have been lost.
Interested in knowing your feedback ...
Jambunathan K.
__
Jambunathan K writes:
> I had proposed a patch to org-capture in this thread.
>
> http://lists.gnu.org/archive/html/emacs-orgmode/2010-08/msg01152.html
>
> The patch has neither been rejected nor accepted. I am a bit concerned
> that it might have been lost.
It's currently on patchwork with the
Matt
>> I had proposed a patch to org-capture in this thread.
>>
>> http://lists.gnu.org/archive/html/emacs-orgmode/2010-08/msg01152.html
>>
>> The patch has neither been rejected nor accepted. I am a bit concerned
>> that it might have been lost.
>
> It's currently on patchwork with the status of
On Sep 28, 2010, at 6:39 AM, Jambunathan K wrote:
Matt
I had proposed a patch to org-capture in this thread.
http://lists.gnu.org/archive/html/emacs-orgmode/2010-08/
msg01152.html
The patch has neither been rejected nor accepted. I am a bit
concerned
that it might have been lost.
It'
Carsten Dominik writes:
> On Sep 28, 2010, at 6:39 AM, Jambunathan K wrote:
>
>> Matt
>>
I had proposed a patch to org-capture in this thread.
http://lists.gnu.org/archive/html/emacs-orgmode/2010-08/
msg01152.html
The patch has neither been rejected nor accepted. I a
43 matches
Mail list logo