Hi!
First the information:
Org-mode version 7.4 (release_7.4.376.gfa9df)
GNU Emacs 23.2.1 (i586-suse-linux-gnu, GTK+ Version 2.20.1) of 2011-02-10 on
build21
The symptoms:
I usually log in my arrival in the office using:
C-c a a i j
Jumping straight to my diary entries.
Since Friday, when I t
At Sun, 13 Feb 2011 14:41:14 +0100,
Bastien wrote:
>
> Hi David,
>
> David Maus writes:
>
> > Rebased to current head and here we go.
>
> Wow, great work -- thanks for the perfect changelogs!
>
> I've been through the patches, everythings looks good, feel
> free to push (and to mark patches as "ac
Hi Chris,
That'll work well enough for now I think. Thanks much for the response!
Chris Malone writes:
> Also, it's not an elegant or automated solution, but check out Section
> 2.8: Emphasize Identifiers in the listings manual.? You could
> basically add something like
>
> emph={ReferenceDesk
Also, it's not an elegant or automated solution, but check out Section 2.8:
Emphasize Identifiers in the listings manual. You could basically add
something like
emph={ReferenceDeskPanel}, emphstyle=\color{blue}
to your =lstset= to get that particular class to have a blue font. You
could add suc
Yes, that's definitely what I'm looking for. If I get some time I may
write a function to allow autoloading a setupfile-syntax version (just
for consistency/simplicity), but given shortness of time I'll probably
just track down the vars and set them in my .emacs. :-)
thanks!
On Sun, Feb 13, 2011
Eric and Dan:
Thanks for the feedback.
Here is what happened.
Regarding var substitution, when I tested it earlier I was running org-mode
7.3 and it did not work. After upgrading to 7.4 the var substitution worked
fine.
I was also testing it from a xp machine and connecting to a mysql in a
linux
Hi Chris,
I doubt this will fix the problem (it is more of a curiosity), but why in
your =lstset= do you have the language as "\Python" instead of "Python"?
Chris
On Sun, Feb 13, 2011 at 7:35 PM, Christopher Allan Webber <
cweb...@dustycloud.org> wrote:
> Hello all,
>
> I currently am trying t
Ah! This would do I think :) Thanks!
Marcelo.
On Sun, Feb 13, 2011 at 6:45 PM, suvayu ali wrote:
> On Sun, Feb 13, 2011 at 3:13 PM, Marcelo de Moraes Serpa
> wrote:
>> I already do this, but sometimes the files are spread around *many*
>> directories. I.e, the model of having everything in a
>>
On Sun, Feb 13, 2011 at 3:13 PM, Marcelo de Moraes Serpa
wrote:
> I already do this, but sometimes the files are spread around *many*
> directories. I.e, the model of having everything in a
> version-controlled directory is unpractical, so that's why I think it
> would be useful.
If you are on *n
Hi Gary,
Dan Davison writes:
> I believe it pointed you in the right direction. You need to (a) find
> the variables that control the export behavior in question, and (b) set
> those variables in your .emacs.
I support this. Look for variables named org-export-* and set them
appropriately in y
Hello all,
I currently am trying to export something vaguely like this for a
presentation in beamer:
#+BEGIN_SRC python :exports code
class ReferenceDeskPanel(bpy.types.Panel):
bl_label = 'Reference Desk'
bl_space_type = 'VIEW_3D'
bl_region_type = 'TOOLS'
def draw(self, context):
Hi Michael,
phaebz writes:
> The usepackage line for babel is necessary, because Language: de is not
> recognized. With the above, I correctly get e.g. "Inhaltsverzeichnis"
> instead of "Contents". But the timestamp in the title remains the english
> one, namely "13 February 2011".
How did you
Uriel Avalos writes:
> So this new variable is in the bleeding edge version of org-mode?
Yes it is.
> Will download and test. Thanks
Thanks,
--
Bastien
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgm
Marcelo de Moraes Serpa writes:
> Anyway, doesn't seem it's something hard to do, so I might as well
> just try getting something implemented, could be a good exercise in
> elisp.
:)
Let us know how it goes.
PS: I'm with Dan on this. For backing up directories, I use git repo.
For backing up
Anyway, doesn't seem it's something hard to do, so I might as well
just try getting something implemented, could be a good exercise in
elisp.
On Sun, Feb 13, 2011 at 5:13 PM, Marcelo de Moraes Serpa
wrote:
> Hi Dan!
>
> I already do this, but sometimes the files are spread around *many*
> directo
Hi Dan!
I already do this, but sometimes the files are spread around *many*
directories. I.e, the model of having everything in a
version-controlled directory is unpractical, so that's why I think it
would be useful.
Marcelo.
On Sun, Feb 13, 2011 at 3:49 PM, Dan Davison wrote:
> Marcelo de Mora
yesare writes:
> Thanks.
>
> I opened up ob-sql.el and read the code to see if I can figure it out.
>
> I think I have answered my first question. I wrote the following and hit
> C-c C-c and I got the result set back.
>
> #+srcname: sampsql
> #+begin_src sql :engine mysql :cmdline -h hostname -u
Marcelo de Moraes Serpa writes:
> Hi list,
>
> Although I try to keep all my org files inside a ~/org directory, I
> often find myself creating org files outside of this directory
> context, for example, as a bucket for a new project I'm working on, to
> keep notes, todos, etc.
>
> It'd be nice i
>
> I'm roughly parsing 37% of this :)
I will try to use less jargon.
> Again, can you demonstrate a clear and simple use-case, assuming people
> like me don't know anything about stow, stew, straw or whatsover?
OK, here's a use-case. This is actually what I did right now while
recording a note
"Eric Schulte" writes:
> [...]
>>> Maybe we could extend the :var header argument to support the following
>>> syntax...
>>>
>>> #+begin_src emacs-lisp :var A=1 B=3
>>> ;; code
>>> #+end_src
>>>
>>> or
>>>
>>> ** two vars in a properties block
>>>:PROPERTIES:
>>>:var: test1=7 test2
Hi list,
Although I try to keep all my org files inside a ~/org directory, I
often find myself creating org files outside of this directory
context, for example, as a bucket for a new project I'm working on, to
keep notes, todos, etc.
It'd be nice if we had a org-backup function that would fetch
On Fri, Feb 11, 2011 at 7:05 AM, Bastien wrote:
> Hi Dave,
>
> Dave Abrahams writes:
>
>> When using org-insert-link, it would be far better for me to have it
>> show me the _descriptions_ of links (the default link text), rather
>> than showing me the links themselves. This is especially true o
Gary Oberbrunner writes:
> On Sun, Feb 13, 2011 at 10:53 AM, Darlan Cavalcante Moreira
> wrote:
>> You can use auto-insert for this.
>
> I guess I'm really not using org-mode in the way it was intended --
> everyone thinks I should put these values into each one of my org-mode
> files.
Hi Gary,
Aloha Gary,
I would be interested in a way to set export defaults globally for
my .org files.
All the best,
Tom
On Feb 13, 2011, at 8:57 AM, Gary Oberbrunner wrote:
On Sun, Feb 13, 2011 at 10:53 AM, Darlan Cavalcante Moreira
wrote:
You can use auto-insert for this.
I guess I'm really n
I've encountered some weird, possible buggy, behavior when
interpreting results as tables (tested with python, scheme and lisp).
* Item 1: Interpreting result as table
With ":results value" the result is interpreted as a table if
possible, but with ":results output" it isn't. This happens with
pyt
On Sun, Feb 13, 2011 at 10:53 AM, Darlan Cavalcante Moreira
wrote:
> You can use auto-insert for this.
I guess I'm really not using org-mode in the way it was intended --
everyone thinks I should put these values into each one of my org-mode
files. Maybe it's because I want to use it more like a
On Sun, 13 Feb 2011 10:10:13 +0100
Bastien wrote:
> Hi Uriel,
>
> Uriel Avalos writes:
>
> > What about some type of escape character like \&? That way \& is
> > exported as & instead of & or \$. Would that work?
>
> Handling escape characters is quite tricky, I'd better not go that way.
>
>
Dan Davison writes:
> "Eric Schulte" writes:
>
>> [...]
>>>
>>> I agree, the things I was talking about don't end up being simpler in
>>> terms of usage for this case. My thinking was that variable unsetting
>>> might be something that would be required fairly rarely, and so it might
>>> be wort
[...]
>> Maybe we could extend the :var header argument to support the following
>> syntax...
>>
>> #+begin_src emacs-lisp :var A=1 B=3
>> ;; code
>> #+end_src
>>
>> or
>>
>> ** two vars in a properties block
>>:PROPERTIES:
>>:var: test1=7 test2=8
>>:END:
>>
>> That shouldn't be
yesare writes:
> Thanks.
>
> I opened up ob-sql.el and read the code to see if I can figure it out.
>
> I think I have answered my first question. I wrote the following and hit
> C-c C-c and I got the result set back.
>
> #+srcname: sampsql
> #+begin_src sql :engine mysql :cmdline -h hostname -u
I have these org-options set for export:
#+LANGUAGE: de
#+LATEX_HEADER: \usepackage[ngerman]{babel}
The usepackage line for babel is necessary, because Language: de is not
recognized. With the above, I correctly get e.g. "Inhaltsverzeichnis" instead
of "Contents". But the timestamp in the titl
You can use auto-insert for this.
Put something like this in your .emacs file
--8<---cut here---start->8---
(require 'autoinsert)
(auto-insert-mode t) ;;; Adds hook to find-files-hook
;;; Set directory containing the auto-insert templates (Trailing slash is
;;
Thanks.
I opened up ob-sql.el and read the code to see if I can figure it out.
I think I have answered my first question. I wrote the following and hit
C-c C-c and I got the result set back.
#+srcname: sampsql
#+begin_src sql :engine mysql :cmdline -h hostname -u username -pmypass -D
dbname
sel
Hi Tassilo,
Tassilo Horn writes:
> No, I'm no maintainer. But I think a contributor may make state
> changes to his own patches.
I don't think so, but I would be glad to be wrong!
If so, we need to document this on Worg/org-contribute.org.
>> Test this branch:
>>
>>
>> http://git.naqua
Hi David,
David Maus writes:
> Rebased to current head and here we go.
Wow, great work -- thanks for the perfect changelogs!
I've been through the patches, everythings looks good, feel
free to push (and to mark patches as "accepted" in patchwork.)
You mentioned some possible backward compati
Dear all,
I've pushed a fix which introduces a new custom variable
`org-clock-clocktable-language-setup' - current value is:
(("en" "File" "L" "Timestamp" "Headline" "Time" "ALL" "Total time" "File time")
("fr" "Fichier" "N" "Horodatage" "Tâche" "Durée" "TOUT" "Durée totale" "Durée
fichier"))
At Sun, 30 Jan 2011 13:07:56 -0700,
Samuel Wales wrote:
>
> David,
>
> Very interesting, thank you.
>
> Is it possible to style Blogger's post titles this way (i.e. in a
> permanent way) too?
Dunno much about Blogger but why not? If you can define a custom CSS
than you can change the look/layout o
At Sun, 30 Jan 2011 18:37:29 -0600,
David LeBauer wrote:
>
> I can also get the feed as either atom or rss, but it still gives the
> same error; I have attached the rss below:
>
>
> wk-Testhttp://www.rememberthemilk.com/home/dlebauer/4685768/rememberthemilk.comtest
> task
> twohttp://www.remembert
Hi,
I've sent a patch separately. Please take a hard look at it, since
org-bbdb.el is a suggested model for people to look at when devising
custom link types.
Yours,
Christian
On 2/12/11 11:11 PM, Bastien wrote:
Hi Christian,
Christian Moe writes:
I think I've tracked down the problem,
bbdb: Export links with normalized desc part
* org-bbdb.el (org-bbdb-export): When a link description has been
added by org-export-normalize-links, use path instead (remove the
`bbdb:' prefix).
The existing code handled the case where desc is nil. However, this no
longer occurs, since org-export
Bastien writes:
>> 2. use git versioned files transparently, i.e. org-git-store-link
>> should support search (org-ids and text files) in linked git
>> revisions of files.
>
> I've look into this. We could code things to add a search string:
>
> [[git:~/my.org::master@{2011-02-07}::Org
* lisp/org.el (org-link-escape): Throw error if encoding character in
utf8 fails.
---
lisp/org.el |6 --
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/lisp/org.el b/lisp/org.el
index 1415eb1..0eb3a2b 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -8598,8 +8598,10 @@ If opti
Hi Basten,
thanks. Is there a reason for keeping the 'reverse' operation? The
documentation for org-export-ascii-underline states that the
characters are ordered by level (1, 2, ...). Why should they be
accessed in reverse order then?
Best regards,
Valentin
On Sun, Feb 13, 2011 at 12:44 PM, Ba
* lisp/org-protocol.el (org-protocol-split-data) (org-protocol-open-source):
Use `org-link-unescape' instead of obsolete unhex string function.
---
lisp/org-protocol.el |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisp/org-protocol.el b/lisp/org-protocol.el
index 464
* org.el (org-link-escape-chars-browser, org-link-escape-chars): Add
percent sign to list of escape chars.
---
lisp/org.el |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisp/org.el b/lisp/org.el
index 602462d..370109b 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -854
* org.el (org-link-unescape): Simpler algorithm for replacing percent
escapes.
(org-link-unescape-compound): Use cond statements instead of nested
if, convert hex string with string-to-number, save match data.
(org-link-unescape-single-byte-sequence): Use mapconcat and
string-to-number for unescapi
* org-mobile.el (org-mobile-escape-olp): Use new percent escape
character table format.
---
lisp/org-mobile.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el
index 6616876..fe0a287 100644
--- a/lisp/org-mobile.el
+++ b/lisp/org-mob
* org-mobile.el (org-mobile-locate-entry): Remove obsolete argument in
call to org-link-unescape.
`org-link-unescape' always unescapes all percent escaped sequences.
---
lisp/org-mobile.el |7 +++
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/lisp/org-mobile.el b/lisp/org
* lisp/org.el (org-link-escape, org-link-escape-chars-browser)
(org-link-escape-chars): Always percent escape the percent sign.
---
lisp/org.el |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/lisp/org.el b/lisp/org.el
index 8fcb9c4..1415eb1 100644
--- a/lisp/org.el
++
* org-protocol.el (org-protocol-unhex-string)
(org-protocol-unhex-compound)
(org-protocol-unhex-single-byte-sequence): Declare obsolete and
alias to respective org-link-unescape-* functions.
---
lisp/org-protocol.el | 88 +++---
1 files changed, 12 ins
* org-macs.el (org-char-to-string): Inline function to properly decode
utf8 characters in Emacs 22. Moved and renamed from org-protocol.el.
* org-protocol.el (org-protocol-unhex-compound): Use renamed inline
function.
---
lisp/org-macs.el |9 -
lisp/org-protocol.el | 13 +--
* org.el (org-link-escape): Rename lambda argument.
---
lisp/org.el |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisp/org.el b/lisp/org.el
index 1b5c3a8..8d49c05 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -8576,8 +8576,8 @@ If optional argument MERGE is set, merge
* org.el (org-link-unescape, org-link-unescape-compound)
(org-link-unescape-single-byte-sequence): Functions moved and renamed
from org-protocol.el.
---
lisp/org.el | 90 --
1 files changed, 74 insertions(+), 16 deletions(-)
diff --git a/l
* org.el (org-link-escape): New optional argument. Merge user table
with default table.
---
lisp/org.el | 14 +++---
1 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/lisp/org.el b/lisp/org.el
index cafb673..a29d429 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -8554,14 +8
* org.el (org-link-escape): Fixup doc string.
---
lisp/org.el |5 -
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/lisp/org.el b/lisp/org.el
index 7d38907..cafb673 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -8555,7 +8555,10 @@ This is the list that is used for internal p
* org.el (org-link-escape-chars, org-link-escape-chars-browser): New
format of percent escape table.
(org-link-escape): Use new table format.
Just a plain list with the chars that should be escaped.
---
lisp/org.el | 27 +--
1 files changed, 5 insertions(+), 22 deletions
* org.el (org-link-escape): New unicode aware percent encoding
algorithm.
---
lisp/org.el | 19 ---
1 files changed, 8 insertions(+), 11 deletions(-)
diff --git a/lisp/org.el b/lisp/org.el
index 0c46eec..9aeeeda 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -8576,17 +8576,14 @@
From: Sebastian Rose
* org-protocol.el (org-protocol-unhex-single-byte-sequence): New
function. Decode hex-encoded singly byte sequences.
(org-protocol-unhex-compound): Use new function if decoding sequence
as unicode character failed.
---
lisp/org-protocol.el | 26 +++---
Hi Bastien,
> Wow... how could I missed this email? Thanks for the thorough details
> about this change, which is most than welcome (I read Vincent's emails
> about this.)
> I hope you can rebase this on current head without too much headache,
> and provide a set of patches. I'd rather read p
Hi Vagn,
Vagn Johansen writes:
> For gnus I wrote this to import from text/calendar attachments
>
> http://ozymandias.dk/emacs/emacs.html#org-import-calendar
>
> It a automatically stores an org snippet to the ring. So most of the
> time I can use press my remember keybinding and yank.
Nice!
Hi Valentin,
Valentin Wüstholz writes:
> I have attached a small patch for a bug that I reported a while ago.
> See http://thread.gmane.org/gmane.emacs.orgmode/36097.
Thanks for this patch. I've just applied a simplified version of it,
which takes care of the bug.
Best,
--
Bastien
_
Bastien writes:
Hi Bastien,
>> How come that you are replying in the first place? Some weeks ago
>> I've set my patch to "Superseeded" state at patchwork.
>
> Well, I thought your patch didn't make its way through patchwork since
> I didn't saw it there -- should have searched more carefully.
Valentin Wüstholz writes:
> I have attached a small patch, that adds nice formatting for time
> stamps in headlines.
Applied, thanks!
--
Bastien
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.or
Hi,
I have attached a small patch for a bug that I reported a while ago.
See http://thread.gmane.org/gmane.emacs.orgmode/36097.
Best regards,
Valentin
org-ascii.el.diff
Description: Binary data
___
Emacs-orgmode mailing list
Please use `Reply All' to
Hi,
I have attached a small patch, that adds nice formatting for time
stamps in headlines.
Best regards,
Valentin
org-latex.el.diff
Description: Binary data
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgm
Hi Tassilo,
Tassilo Horn writes:
> How come that you are replying in the first place? Some weeks ago I've
> set my patch to "Superseeded" state at patchwork.
Well, I thought your patch didn't make its way through patchwork since I
didn't saw it there -- should have searched more carefully. Ho
Andreas Amann writes:
> I get quite a few emails in icalendar format which are requests for
> appointments. To avoid unnecessary distraction, I would like to quickly
> convert them into org-mode TODO list items. What is the recommended way
> to do this? Can the org-capture framework be used for t
Bastien writes:
Hi Bastien,
>> * org-agenda.el (org-format-agenda-item): Properly format start and
>> end times in time ranges, i.e., print the start time of the start
>> date, no times for intermediate dates, and the end time with
>> preceeding dots for the end date.
>
> Thanks for the patch, a
Hi Gary,
Gary Oberbrunner writes:
> I just joined the list recently and am very excited to try direct odt
> export! I checked out Jambunathan's git repo. I'm already running
> org-mode from its git master; is your repo a fork of the master, or
> is it its own thing?
Jambunathan's repo is a f
Hi Jambunathan,
Jambunathan K writes:
> I am happy to make available 0.6 release of OpenOffice/OpenDocumentText
> exporter. The exporter is based on org-parse.el contributed by Lennart
> Borgman.
Wow. I've tested it, following your instruction, and I was able to
export the example files (and s
Hi Uriel,
Uriel Avalos writes:
> What about some type of escape character like \&? That way \& is
> exported as & instead of & or \$. Would that work?
Handling escape characters is quite tricky, I'd better not go that way.
> org-export-html-protect-char-alist may work in my case---the MATHML
>
Hi Yesare,
I'm not familiar enough with Babel to give you useful guidance,
but others on the list may help you.
yesare writes:
> I am trying to do two things.
>
>
> 1. Query a mysql or oracle table and post results in orgtable format
> 2. Select data from an existing orgtable in current bu
Gary
Thanks for trying out org-odt and sharing your feedback.
> I just joined the list recently and am very excited to try direct odt
> export! I checked out Jambunathan's git repo. I'm already running
> org-mode from its git master; is your repo a fork of the master, or
> is it its own thing?
Dear all,
I would like to suggest an evolution of fill.el. I can make the update
and provide the diff file.
The proposal is to add, in addition to paragraph separator, an alinea
separator. Accordingly there would be a forward-alinea function similar
to forward-paragraph.
An alinea is, in French
> ** Shortcomings of git-link in current org HEAD
> Yet, org-git-link currently is too greedy for my daily use:
> 1. they kill org-links for org headings, if the org files are
> versioned in a git repository (and all of mine are!) and
> 2. they kill in-file-search information for versioned non
75 matches
Mail list logo