Hi Rüdiger,
On Oct 10, 2011, at 9:15 PM, Rüdiger Sonderfeld wrote:
> Hello,
> I wrote two small patches. The first one marks org-diary-class as obsolete
> (according to its documentation it is deprecated). The second one is a
> patch for org-class. It changes org-class to skip entries that are on
> > Daniel (who used Babel to write his thesis in one big file with all data
> > and chart generating code interleaved with the text -- faboulous!)
>
> Indeed - could we hope to get a glimpse at some examples (or even the whole
> thing) at some point?
Unfortunately not at the moment, because we'r
Marcelo de Moraes Serpa writes:
> Hmm, I actually already do that. The shortcut is not bad, but what I
> want to do is to bind it to a single keypress. With the custom agenda
> view, I still need to C-c a and then the shortcut, which is not bad,
> but there are one or two views that I use too oft
Hmm, I actually already do that. The shortcut is not bad, but what I want to
do is to bind it to a single keypress. With the custom agenda view, I still
need to C-c a and then the shortcut, which is not bad, but there are one or
two views that I use too often, and I'm being spoiled by VIM, I would
Obrigado Darlan :) I'll check it out.
On Wed, Oct 26, 2011 at 3:34 PM, Darlan Cavalcante Moreira <
darc...@gmail.com> wrote:
>
> You can do this (and more) with the custom agenda views [1].
>
> [1] http://orgmode.org/manual/Custom-agenda-views.html#Custom-agenda-views
>
> --
> Darlan
>
> At Wed,
You can do this (and more) with the custom agenda views [1].
[1] http://orgmode.org/manual/Custom-agenda-views.html#Custom-agenda-views
--
Darlan
At Wed, 26 Oct 2011 12:13:52 -0500,
Marcelo de Moraes Serpa wrote:
>
> [1 ]
> Hi list,
>
> So, I'd like to bind a specific agenda filter to a sim
Yes, after the pull, cleaning, then making would have to be done. I
believe everyone wass aware of that but the concern here was how to switch
grom a lagging repo to the more up to date repo for the pull.
On Wednesday, October 26, 2011, Dave Abrahams wrote:
>
> on Wed Oct 26 2011, suvayu ali w
Hello,
I tried modifying the lines of defun org-agenda-set-mode-name, line 6764, so
that tags are highlighted in the mode-line.
#+begin_src emacs-lisp
(if (or org-agenda-filter (get 'org-agenda-filter
:preset-filter))
'(
Thorsten writes:
> Eric Schulte writes:
>
>> Thorsten, if copying ob-picolisp to contrib/babel/langs until your FSF
>> paperwork is completed sounds agreeable to you I will move it over now.
>
> Sure, no problem, go ahead.
>
Done, Thanks -- Eric
--
Eric Schulte
http://cs.unm.edu/~eschulte/
Hi,
I have an org file with lots of notes for myself. I sometimes export
it to html for reading on the browser. I also have a subtree where I
wrote beamer presentation about the project. I would like to exclude
this from the html export, so I tag it with noexport.
Now when I do a subtree export t
Hello,
I don't think there is a decent way to search for a link destination
without modifying buffer's visibility around match. This can be very
annoying when resolving links in background.
So, if I'm right, the following patch will fill that gap.
Regards,
--
Nicolas Goaziou
>From d489f27969d
The org-odt.texi and org-odt.pdf are in the parent of this mail. It is
also accessible as attachment at
http://article.gmane.org/gmane.emacs.orgmode/48468
Proof readers invited.
--
Patch 1002 (http://patchwork.newartisans.com/patch/1002/) is now "Accepted".
Maintainer comment: none
This relates to the following submission:
http://mid.gmane.org/%3Cy9lipnhjd8w.fsf%40deinprogramm.de%3E
Here is the original message containing the patch:
> Content-Type: text/plain; charset="u
on Wed Oct 26 2011, Bastien wrote:
> Hi Dave,
>
> Dave Abrahams writes:
>
>> testing/README.org mentions the dependency on jump.el, but not on the
>> ESS package, which appears to be required for `(org-test-load)' to
>> work
>
> `org-test-load' works fine here without requiring the ESS package.
Hi,
d.tchin writes:
> This post just to warn that org-velocity is not loaded with Emacs 22.3.1.
>
> I try to load org-velocity but I have the following message :
> error: Unknown keyword :safe
>
> I use GNU Emacs 22.3.1 (i386-mingw-nt6.1.7601) and Org-mode version 7.7.
>
> I had the possibility
Hi Michael,
Michael Sperber writes:
> Looking at this again, my analysis was stupid: The problem is that the
> indirect buffer used for capture is not in org-mode at all, and that is
> indeed an XEmacs-specific problem, as `make-indirect-buffer' does not
> accept the 'clone argument on XEmacs.
Hi Christophe,
Christophe Rhodes writes:
> Please find a patch attached addressing this issue.
Applied, with some minor typo correction in the ChangeLog.
Thanks for writing it!
--
Bastien
Hi Peter,
Peter Baranyi writes:
> I set up org todo keyword faces like so:
>
> (setq org-todo-keyword-faces
> '(("FAIL" . org-warning)
> ("MISSING" . org-warning)
> ))
>
> But at html export, the keywords are green because they are done
> states. So additionally I have to set :
>
> (set
Hi Maximilian,
maxi.mat...@googlemail.com (Maximilian Matthé) writes:
> See the attached org-file for more information. Hitting return on a link
> in a description list does not follow the link but insert .
>
> I have org-return-follows-link set to t.
This is now fixed in git, thanks!
--
Bast
Hi list,
So, I'd like to bind a specific agenda filter to a simple one-key shortcut,
maybe one of the function keys. This might be an easy think to do, but I'm
not sure how. How could I trigger an agenda filter action directly through
elisp (without needing to go to the agenda view and use the sho
Patch 1010 (http://patchwork.newartisans.com/patch/1010/) is now "Accepted".
Maintainer comment: none
This relates to the following submission:
http://mid.gmane.org/%3CCABAjAKc0XK4ZJX6Cw%3DPhWAq24EmYNwSzbDVu378XUa4JMbEr_g%40mail.gmail.com%3E
Here is the original message containing the patch:
>
Hi Dave,
Dave Abrahams writes:
> testing/README.org mentions the dependency on jump.el, but not on the
> ESS package, which appears to be required for `(org-test-load)' to
> work
`org-test-load' works fine here without requiring the ESS package.
Can you check again?
Thanks!
--
Bastien
Michael Brand writes:
> There has not yet been any review or comment on the changes in the
> Makefile and in UTILITIES/set-version.pl. I would be happy if these
> parts could be reviewed too.
The set-version.pl file may be obsolete (perl is still required), there
is no version number in the indiv
This patch, against the stable 7.7 branch version of org.el, adds a
default-description argument to org-insert-link that, if non-nil, will
become the default description.
- Yuri Lenskiy
diff --git a/lisp/org.el b/lisp/org.el
index c29ef11..bf6daab 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -885
Hi Nicolas and Bastien,
> Nicolas Goaziou wrote:
>> Bastien writes:
>>> Michael Brand writes:
>>>
It works with this patch
http://patchwork.newartisans.com/patch/964
from Nicolas which I am still using to test it.
>>
>>> If so, then Nicolas please apply it. It really simplifies
>
Bastien writes:
> This is great, thanks for sharing. Btw, picolisp looks way cool.
Thats what I thought when I discovered it, so simple and so smart at the
same time.
Maybe the perfect language for an Emacs rewrite ... just kidding ;)
cheers
--
Thorsten
Eric Schulte writes:
> Thorsten, if copying ob-picolisp to contrib/babel/langs until your FSF
> paperwork is completed sounds agreeable to you I will move it over now.
Sure, no problem, go ahead.
cheers
--
Thorsten
Hi Carsten and Bastien
On Fri, Oct 21, 2011 at 16:44, Carsten Dominik
wrote:
> is there an agreement that this is a good patch? I have not followed the
> discussion.
Let me summarize:
> On Oct 16, 2011, at 9:12 PM, Michael Brand wrote:
>> The previous patch attachment had a wrong mime typ
Hello,
First, please check below simple example, I defined two tables (T1 and
T2). In table-2, I remotely refer to the @>$1 (last row, column 1) and
$LR2 (last row, column 2) of T1.
#+TBLNAME: T1
| 11 | 12 |
| 21 | 22 |
| 31 | 32 |
#+TBLNAME: T2
| xxx | xxx | xxx | xxx |
| # | 21 | 32 |
on Wed Oct 26 2011, suvayu ali wrote:
> On Wed, Oct 26, 2011 at 10:07, Rainer Stengele
> wrote:
>> Lacking knowledge of git I deleted everything, cloned from the new repo and
>> compiled the files.
>> Result was a significantly faster Org experience.
>>
>
> For future reference, a sinple `git
Bastien writes:
> Hi Thorsten,
>
> Thorsten writes:
>
>> Hi list, with help and substancial input from Eric (Schulte) I added a
>> new language to org-babel, the minimal lisp dialect picolisp [thanks to
>> Eric!]. You can download the ob-picolisp.el file here:
>>
>> https://github.com/tj64/ob-pi
"Sebastien Vauban" writes:
> Hi Eric,
>
> Eric Schulte wrote:
>>> I think that makes sense.
>>>
>>> While thinking about all of this, and working in real-life documents, I just
>>> came back to a suggestion which I made some time ago. It goes about this
>>> enhancement:
>>>
>>> Would it be po
Hi Thorsten,
Thorsten writes:
> Hi list, with help and substancial input from Eric (Schulte) I added a
> new language to org-babel, the minimal lisp dialect picolisp [thanks to
> Eric!]. You can download the ob-picolisp.el file here:
>
> https://github.com/tj64/ob-picolisp
This is great, thanks
Christophe Rhodes writes:
> I believe that the
> reason is that LATEX_CLASS_OPTIONS is not handled within
> org-infile-export-plist in org-exp.el.
Please find a patch attached addressing this issue.
>From 1f92aed1a882f93af78c57c67bd6f12401db877e Mon Sep 17 00:00:00 2001
From: Christophe Rhodes
Daniel Bausch wrote:
> Am Mittwoch 26 Oktober 2011, 15:10:03 schrieb Giovanni Ridolfi:
> > Nick Dokos writes:
> > > Eric Schulte wrote:
> > >> Surprisingly (to me) srcname is the winner here, but luckily I haven't
> > >> yet voted, and although I would have though #+source: would have been
> >
Am Mittwoch 26 Oktober 2011, 15:10:03 schrieb Giovanni Ridolfi:
> Nick Dokos writes:
> > Eric Schulte wrote:
> >> Surprisingly (to me) srcname is the winner here, but luckily I haven't
> >> yet voted, and although I would have though #+source: would have been
> >> the winner I like the simplicity
Suvayu Ali writes:
Hi, Suvayu
> Are the matched headlines highlighted?
No. you're right, there's a bug
> Can you move to the next match with next-error
> (C-x ` or M-g n)?
No. bug. :-/
> When I try to move through the
> matches with M-g n or M-g p, I get the following error.
>
> Debugger en
Rainer Stengele wrote:
> No, the old repo
>
> git://repo.or.cz/org-mode.git
>
> I used is some time behind the one I use now.
> If I want to get a fix immediately I learned I have to use the new repo
> git://orgmode.org/org-mode.git
>
> I hope I got this right.
>
> Rainer
>
> Am 26.10.2011
Hi Giovanni,
On Wed, 26 Oct 2011 15:40:53 +0200
Giovanni Ridolfi wrote:
> suvayu ali writes:
>
> Hi, suvayu
> >
> > The tags search for org-sparse-tree seems to be broken.
> > With a minimal
> > setup, C-c / m RET doesn't perform a tags search.
>
> well, with my org-version, 2 commits befor
Hi Eric,
Eric Schulte wrote:
>> I think that makes sense.
>>
>> While thinking about all of this, and working in real-life documents, I just
>> came back to a suggestion which I made some time ago. It goes about this
>> enhancement:
>>
>> Would it be possible to specify "buffer-wide language s
suvayu ali writes:
Hi, suvayu
>
> The tags search for org-sparse-tree seems to be broken.
> With a minimal
> setup, C-c / m RET doesn't perform a tags search.
well, with my org-version, 2 commits before the leading edge:
Org-mode version 7.7 679a0e1fe93d630820185f931087328d32e81077
GNU Emacs
Nick Dokos writes:
> Eric Schulte wrote:
>
>> Surprisingly (to me) srcname is the winner here, but luckily I haven't
>> yet voted, and although I would have though #+source: would have been
>> the winner I like the simplicity of using #+name: for named code blocks
>> as well as named data. So I
Hi Eric,
Eric Schulte wrote:
> This is because engine is a ob-sql specific header argument. Language
> specific files a supposed to declare the names of their header arguments
> so that they may be inherited through variables with names like
> `org-babel-header-arg-names:sql'. I've just added su
Hi Rainer,
On Wed, Oct 26, 2011 at 14:16, Rainer Stengele
wrote:
> No, the old repo
>
> git://repo.or.cz/org-mode.git
>
> I used is some time behind the one I use now.
> If I want to get a fix immediately I learned I have to use the new repo
> git://orgmode.org/org-mode.git
>
> I hope I got this
Hi Seb,
This is because engine is a ob-sql specific header argument. Language
specific files a supposed to declare the names of their header arguments
so that they may be inherited through variables with names like
`org-babel-header-arg-names:sql'. I've just added such a variable to
ob-sql with
Daniel Bausch writes:
>> > However, I'd like to ask, what happens, if one refers to a
>> > name of a source block where data is expected, does it then refer to
>> > the results produced by that source block? How are such situations
>> > handeled at the moment?
>>
>> Try it out, but be ready to
No, the old repo
git://repo.or.cz/org-mode.git
I used is some time behind the one I use now.
If I want to get a fix immediately I learned I have to use the new repo
git://orgmode.org/org-mode.git
I hope I got this right.
Rainer
Am 26.10.2011 14:11, schrieb suvayu ali:
> On Wed, Oct 26, 2011 a
On Wed, Oct 26, 2011 at 10:07, Rainer Stengele
wrote:
> Lacking knowledge of git I deleted everything, cloned from the new repo and
> compiled the files.
> Result was a significantly faster Org experience.
>
For future reference, a sinple `git pull` would have sufficed.
--
Suvayu
Open source
On 26 Oct 2011 09:56, "Eric S Fraga" wrote:
>
> Brian van den Broek writes:
>
> [...]
>
> > Various people upthread convinced me that my feature request wasn't
> > really worth it. (I do hope it didn't cost you too much time!) So, I
> > am content to drop it here :-)
>
> but did you try a simple
Is there a way to specify (in the org file) column widths of a table when
exported to an odt file.
Vikas
#+SEQ_TODO: DOESN'T_WORK | WORKS
#+PROPERTY: eval never
#+PROPERTY: engine msosql
#+PROPERTY: cmdline -S -U -P -d -n -w 700
#+PROPERTY: results value
* Overview
Some properties, either set at file level or at tree level, still remain
_invisible_ (unset) to code blocks.
This is at least t
> Sorry I have no explanation but maybe someone who has performance
> problems may try to checkout from scratch and recompile.
May be this is the explanation:
http://orgmode.org/w/?p=org-mode.git;a=commit;h=1a97f29c342d85960a65c0bd992fee7c87850da5
points to this thread:
https://lists.gnu.org/ar
Hi all,
after upgrading my Emacs from version 23 to
GNU Emacs 24.0.90.1 (i386-mingw-nt5.1.2600) of 2011-10-19 on MARVIN
Org ran terribly slow. Cursor movement was slow, clock adjustment also etc.
After having an issue which was solved immediately by Nicolas Goaziou
I changed my repository from
Brian van den Broek writes:
[...]
> Various people upthread convinced me that my feature request wasn't
> really worth it. (I do hope it didn't cost you too much time!) So, I
> am content to drop it here :-)
but did you try a simple keyboard macro in the end as suggested by the
first response?
I will try it as well.
Thanks.
sochi
2011/10/26 Carsten Dominik
>
> On 26.10.2011, at 09:36, ishi soichi wrote:
>
> > Thanks! That was simple.
>
> Alternatively, use the :scope parameter, described in the manual.
>
> - Carsten
>
> >
> > soichi
> >
> > 2011/10/26 Cecilio Pardo
> >
> > Hitting
On 26.10.2011, at 09:36, ishi soichi wrote:
> Thanks! That was simple.
Alternatively, use the :scope parameter, described in the manual.
- Carsten
>
> soichi
>
> 2011/10/26 Cecilio Pardo
>
> Hitting R in the daily agenda will give you that
> (org-agenda-clockreport-mode).
>
> > I'm wonde
Hitting R in the daily agenda will give you that (org-agenda-clockreport-mode).
> I'm wondering if there is a way to generate a clocking table for ALL org
> files that are registered as "org-agenda-files" ?
--
Cecilio Pardo.
Thanks! That was simple.
soichi
2011/10/26 Cecilio Pardo
>
> Hitting R in the daily agenda will give you that
> (org-agenda-clockreport-mode).
>
> > I'm wondering if there is a way to generate a clocking table for ALL org
> > files that are registered as "org-agenda-files" ?
>
> --
> Cecilio Pa
58 matches
Mail list logo