"Thomas S. Dye" writes:
> Aloha all,
>
> The following example from the Ledger tutorial
> http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-ledger.php
> doesn't export the #+end_src line:
>
> #+begin_src org
>
> ,#+begin_src ledger :cmdline -s bal :results value
> ,!include /tmp/account
Hi everyone,
I have now merged Nicolas' branch into the current master. Hopefully
all will go well.
If not, I am sure Nicolas can fix things on short notice.
Thanks to Nicolas for the big chunk of work!
- Carsten
On Jul 22, 2010, at 11:08 PM, Nicolas Goaziou wrote:
Hello,
Here is a new,
On Sep 1, 2010, at 12:19 AM, Alan L Tyree wrote:
On Tue, 31 Aug 2010 14:09:58 +0200
Carsten Dominik wrote:
Hi Aidan,
unfortunately this is difficult to fix in a good way.
I do want to go back to footnotes, because I think there are many
things that do not yet work satisfactorily. And then
On Sep 1, 2010, at 5:03 PM, Memnon Anon wrote:
Carsten Dominik writes:
are you going to implement these changes into org-hacks.org?
Did my first push a few seconds ago.
Didn't want to break anything, but finally realized its VC,
Exactly, don't be a afraid
- Carsten
so it can be
ea
On Sep 1, 2010, at 5:03 PM, Memnon Anon wrote:
Carsten Dominik writes:
are you going to implement these changes into org-hacks.org?
Did my first push a few seconds ago.
Didn't want to break anything, but finally realized its VC, so it
can be
easily reverted anyway; lets see how it will
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 01/09/10 22:33, Achim Gratz wrote:
> Rainer M Krug writes:
>
>> Hm - I can't find that command (I assume it is a function)? And if how
>> can I get the file name of the buffer?
>
> Yes, an elisp function. You either already know the name of the
Rainer M Krug writes:
> On 01/09/10 22:33, Achim Gratz wrote:
>
>> Rainer M Krug writes:
>>
>>> Hm - I can't find that command (I assume it is a function)? And if how
>>> can I get the file name of the buffer?
>>
>> Yes, an elisp function. You either already know the name of the file
>> and i
Fixed, thanks.
- Carsten
On Sep 2, 2010, at 1:18 AM, Richard Riley wrote:
If I select a region in, in this case, an erc (emacs irc client)
buffer
in the read only section and then use my global keys to create a new
item using the following "j" template while the text is still selected
("j
Hi,
On Sep 1, 2010, at 1:44 PM, Tim O'Callaghan wrote:
Hi,
I've been poking about trying to understand org-date tree, as It is
essentially an undocumented feature at the moment. am i right in my
understanding that it is only meant as a refile-target structure?
The feature request is to allow
Markus Heller writes:
> Hello Christian,
>
> I'm very interested in using your taskjuggler export from orgmode.
> Unfortunately, I'm on a Windoze box, and getting TJ2 to work is a big
> pain ... However, TJ3 is fairly straightforward, since it's Ruby, so
> I'm wondering, do you have any plans of
Hi list
I would like to search for all my todo items along the properties they have or
not.
Best example is :
How can i build a sparse tree of all my unscheduled todo items ?
Sparse tree search options don't seam enough and i cant figure out how is
working the org-agenda-tags-todo-honor-ignor
org.el : Fix compiler warning.
* lisp/org.el (org-insert-subheading) : Fix compiler warning
(org-insert-todo-subheading) : Fix compiler warning
TINYCHANGE
Thanks and Regards
Noorul
diff --git a/lisp/org.el b/lisp/org.el
index d0a2218..67ed452 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -683
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 02/09/10 11:21, Noorul Islam K M wrote:
> Rainer M Krug writes:
>
>> On 01/09/10 22:33, Achim Gratz wrote:
>>
>>> Rainer M Krug writes:
>>>
Hm - I can't find that command (I assume it is a function)? And if how
can I get the file name o
Patch 252 (http://patchwork.newartisans.com/patch/252/) is now "Accepted".
Maintainer comment: none
This relates to the following submission:
http://mid.gmane.org/%3C87vd6o1n9g.fsf%40noorul.maa.corp.collab.net%3E
Here is the original message containing the patch:
> Content-Type: text/plain; ch
Dear list,
Is "#+LaTeX: \ATeXCommand" the only way to insert LaTeX (or, in my case,
ConTeXt) commands in an org file? See the explanations in this minimal
example:
--minimal example
#+TITLE: Minimal Example
#+begin_src latex
%contextsetups
\inpu
Hi Eric(s) and Dan,
Eric S Fraga wrote:
> On Wed, 01 Sep 2010 13:25:35 +0200, Sébastien Vauban
> wrote:
> I have just placed on Worg [1] a short tutorial/example for using
> ledger with babel. Please have a look and comment etc!
>>>
>>> [1] http://orgmode.org/worg/org-contrib/babel/lan
I'm having trouble getting ruby scripts to run in org-babel.
I'm running Org 7.01 trans.
With this example, I get the message "Cannot load file: inf-ruby" after
I press C-c C-c with the cursor on the #+begin_src line
#+begin_src ruby
puts "hello world"
return 1
#+end_src
I have ruby installed,
Hi,
How can i specify the left/right margin sizes for the resulting
*.pdf documents (org-export-as-pdf) in a *.org file.
Regards,
mwnn
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http:
Hi,
Yet another question (I've had a bunch lately).
In my syllabus I have a bunch of headings like this:
* Outline: Semester 1
** Introduction: What is History For?
** History and the Public Sphere
** Recursive Publics
** Abundant Information and the Digitial Divide
** Crowdsourcing
(there are
Memnon Anon writes:
> I added one line:
> (unless (and remove (member time have))
> (setq time (int-to-string time))
> ;;MAN make sure time is at least 3 characters long or substring will fail
> => (when (< (length time) 3) (setq time (concat "00" time)))
>
What I have seen is not desirable behavior, but I don't know where the
issue is.
Here are the details to reproduce.
Start vanilla emacs
(removed my .emacs and my .emacs.desktop but not my other stuff like
.emacs-places .emacs.bmk .emacs.d).
Says
This is GNU Emacs 23.2.1 (i686-pc-cygwin, GTK+
Matt Price writes:
> 1) what is te recommended or canonical way to reduce whitespace, not only in
> the margins, but especially between paragraphs? In particular, I use a lot of
> lists and subheadings; latex puts enormous emounts of whatespace between
> items,
> and very quickly the syllabus b
Łukasz Stelmach writes:
> Yes it was. I forgot to pull. However the part with appending "/" to b
> might still be valuable at least for building xm regexp. If
> :base-directory is set to "~/dydaktyka" (my example) then xm becomes
> "^/home/steelman/dydaktyka[^/]+\.\(org\)" which not necessarily m
On Thu, Sep 2, 2010 at 6:15 PM, Carsten Dominik
wrote:
>
> On Sep 1, 2010, at 12:19 AM, Alan L Tyree wrote:
>
> On Tue, 31 Aug 2010 14:09:58 +0200
>> Carsten Dominik wrote:
>>
>> Hi Aidan,
>>>
>>> unfortunately this is difficult to fix in a good way.
>>> I do want to go back to footnotes, becau
When i try and use org-capture in a buffer, it fails to display the
template menu, and it generates the backtrace below.
It works for org files, but not for some other files.
Tim.
Debugger entered--Lisp error: (wrong-type-argument stringp nil)
directory-file-name(nil)
(file-name-directory (d
Ethan writes:
> There's some code in EXPERIMENTAL (find-links-to-local.el) that causes paredit
> to barf when I open it. This code doesn't do anything, hasn't been touched in
> two years, and it offends my sense of order. Would someone please delete it in
> master?
Done.
--
Bastien
_
mwnn writes:
> How can i specify the left/right margin sizes for the resulting
> *.pdf documents (org-export-as-pdf) in a *.org file.
Take a look at the "geometry" package:
ftp://ftp.tex.ac.uk/tex-archive/macros/latex/contrib/geometry/geometry.pdf
For example:
,
| \usepackage{geomet
Adding the following lines to my *.org file solved the issue.
#+LATEX_HEADER: \addtolength{\textwidth}{2in}
#+LATEX_HEADER: \addtolength{\hoffset}{-1in}
#+LATEX_HEADER: \addtolength{\voffset}{-1in}
Regards,
mwnn
On 09/02/2010 06:30 PM, mwnn wrote:
Hi,
How can i specify the left/right mar
Carsten Dominik writes:
> this begins to smell like it should be a FAQ entry :)
Indeed! I added a FAQ entry for this.
This will be in http://orgmode.org/worg/org-faq.php under this headline:
"Can I use a variable or a function inside the `org-capture-templates'
variable?"
--
Basti
Jambunathan K writes:
> Still thinkling but have no inkling about headling.
I fixed this:
s/org-find-exact-headling-in-buffer/org-find-exact-headline-in-buffer
The "org-find-exact-headline-in-buffer" function is not to be confused
with "org-find-exact-heading-in-directory"... yep, a bit confu
On Sep 2, 2010, at 4:15 PM, Bastien wrote:
Jambunathan K writes:
Still thinkling but have no inkling about headling.
I fixed this:
s/org-find-exact-headling-in-buffer/org-find-exact-headline-in-buffer
The "org-find-exact-headline-in-buffer" function is not to be confused
with "org-find-e
Kevin Brubeck Unhammer writes:
> But now the obvious question is: does there exist a "syncorg" to
> transport me back into the org-mode file to the point that corresponds
> to that place in the tex-file? I assume it should be possible since
> org-mode outputs these \label{sec-3.3} things...
Very
Indraneel Majumdar writes:
> Is this a typo?
> org-find-exact-headling-in-buffer
> occurs thrice instead of
> org-find-exact-headline-in-buffer
Yes, this has just been fixed. Thanks!
--
Bastien
___
Emacs-orgmode mailing list
Please use `Reply All'
Joseph Buchignani writes:
> I presume there ought to be some sort of entry in my agenda, or the "k" key
> should do something. I get nothing. Here is my setup:
>
> * org-mode 7.01h
> * emacs file included below.
>
> The relevant portion is (add-to-list 'org-modules 'org-habit), which I have
>
Nathan Neff wrote:
> I'm having trouble getting ruby scripts to run in org-babel.
>
> I'm running Org 7.01 trans.
>
> With this example, I get the message "Cannot load file: inf-ruby" after
> I press C-c C-c with the cursor on the #+begin_src line
>
ob-ruby.el says:
,
| ;;; Requirements:
Hi Seb,
Sébastien Vauban writes:
[...]
>
> Though, the following does not work yet:
>
> * Test with Org-Babel-Ledger
>
> First evaluate this:
>
> (org-babel-do-load-languages
> 'org-babel-load-languages
> '((R . t)
>(emacs-lisp . t)
>(latex . t)
>(ledger . t) ;this is the i
I've tried several approaches to converting org-mode files to MS-Word
or OpenOffice.org that retains vector graphics, especially
encapsulated postscript files. Some options I've tried include docbook
export with docbook2odf (doesn't work with docbook v5) and latex
export with tex4ht (converts graph
Patch 249 (http://patchwork.newartisans.com/patch/249/) is now "Accepted".
Maintainer comment: none
This relates to the following submission:
http://mid.gmane.org/%3C878w3m2ua3.fsf%40gmx.de%3E
Here is the original message containing the patch:
> Content-Type: text/plain; charset="utf-8"
> MIME
Hi Nate,
Some languages have requirements on external elisp packages, (e.g. ruby
requires inf-ruby, lisp/clojure require slime, etc...). There
requirements are listed in the table at [1]. Inf-ruby can be loaded
through ELPA [2], or through the link in the languages table below.
That said, ruby
Hey ;),
Bastien writes:
> Memnon Anon writes:
>> ;;MAN make sure time is at least 3 characters long or substring will fail
>> => (when (< (length time) 3) (setq time (concat "00" time)))
> I fixed this in a slightly different way:
> - (setq time (int-to-string time))
> +
Patch 251 (http://patchwork.newartisans.com/patch/251/) is now "Accepted".
Maintainer comment: Applied a slightly modified version: better handling of
absolute filenames.
This relates to the following submission:
http://mid.gmane.org/%3C87iq2o3b5s.fsf%40noorul.maa.corp.collab.net%3E
Here is th
Thanks everyone for heir suggestions. I have settled for now on this:
#+LATEX_HEADER: \usepackage[letterpaper]{geometry}
#+LATEX_HEADER:
\geometry{verbose,tmargin=2.5cm,bmargin=2.5cm,lmargin=2cm,rmargin=2cm}%
#+LATEX_HEADER: \usepackage{paralist}
#+LATEX_HEADER: \let\itemize\compactitem
#+LATEX_H
Noorul Islam K M writes:
> org-html.el : Fix exporting file, mailto, news and ftp protocols.
>
> * lisp/org-html.el (org-html-make-link): (expand-file-name
> ) removes one "/" from "///path-to-file", so add one. Anything other
> than 'file' type should be exported along with the type.
I applied
Looks like a bug in org-git-store-link
- Carsten
On Sep 2, 2010, at 4:15 PM, Tim O'Callaghan wrote:
When i try and use org-capture in a buffer, it fails to display the
template menu, and it generates the backtrace below.
It works for org files, but not for some other files.
Tim.
Debugge
Bastien writes:
> :base-directory now allows a directory name with no ending slash.
>
> I did this in a slightly different way than the one you suggest:
>
> ,
> | (let* ((r (plist-get (cdr prj) :recursive))
> | -(b (expand-file-name (plist-get (cdr prj) :base-directory)))
>
Memnon Anon writes:
> This prevents the error, however have a look at my agenda:
Please pull again, this should be fixed now...
--
Bastien
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http
Carsten Dominik writes:
> Is anyone actually using the wikinodes module? I had 0 feedback after I
> installed it.
FWIW I'm not using it...
--
Bastien
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@
Sebastian Rose writes:
> We always used the "w" template as the default for `org-remember' and
> also used it for `org-capture' for historical reasons.
>
> Unfortunately, this breaks, if the user has no "w" template defined.
>
> The patch below simply set's the custom variable
Applied, thanks!
I've just pushed changes which mean that Org now fontifies code in code
blocks. Currently, this is turned on by default, so it would be helpful
if people could report any problems, and opinions as to whether it
should be on or off by default.
To turn it off, use
(setq org-src-fontify-natively nil
Frederic Couchet writes:
>> "Sergey" == Sergey Konoplev writes:
>
> Sergey> Hi all, Are there ways to use Pomodoro technique
> Sergey> (http://www.pomodorotechnique.com/) with org-mode? If there
> Sergey> are what are the best practices?
>
> Sergey> Thank you in advice.
>
> I
"Tim O'Callaghan" writes:
> When i try and use org-capture in a buffer, it fails to display the
> template menu, and it generates the backtrace below.
>
> It works for org files, but not for some other files.
Can you be a bit more specific? What kind of buffer make the capture
mechanism fail?
Hi,
This is all beyond me, but I was reading on the zotero forums about efforts
to integrate zotero citations in emacs:
http://forums.zotero.org/discussion/8306/testing-zoteroselect/
Towards the end of hte thread is some useful-looking elisp code, and I
wondered how hard it would be to massage it
I'm watching this as I wasn't able to enable this module either.
I have state logging enable with :
(setq org-todo-keywords
(quote
((sequence "TODO(t!)" "NEXT(n!)" "|" "DONE(d!)")
(sequence "WAIT(w@/!)" "SOMEDAY(s@/!)" "|" "CANCELLED(c@/!)"
And org-habit is config
On Sep 1, 2010, at 9:06 PM, Noorul Islam K M wrote:
"Thomas S. Dye" writes:
Aloha all,
The following example from the Ledger tutorial
http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-ledger.php
doesn't export the #+end_src line:
#+begin_src org
,#+begin_src ledger :cmdline -s ba
On Thu, Sep 2, 2010 at 6:44 PM, Matt Price wrote:
> Hi,
>
> Yet another question (I've had a bunch lately).
>
> In my syllabus I have a bunch of headings like this:
>
> * Outline: Semester 1
> ** Introduction: What is History For?
> ** History and the Public Sphere
> ** Recursive Publics
> ** Abund
Bastien writes:
>> This prevents the error, however have a look at my agenda:
> Please pull again, this should be fixed now...
No change with %4d:
- 00:00 line not there.
- additional line above org-calculate-free-time line
--8<---cut here---start->8---
Day-ag
Dan,
Thank you to David and yourself for this great feature. I have
absolutely no opinion about the default on/off, except to say it
looks great on.
Is your TAB key patch[1] in master yet?
http://www.mail-archive.com/emacs-orgmode@gnu.org/msg28640.html
Dan Davison wrote:
I've just pushed ch
On Thu, Sep 2, 2010 at 12:52 PM, Manish wrote:
> On Thu, Sep 2, 2010 at 6:44 PM, Matt Price wrote:
> > Hi,
> >
> > Yet another question (I've had a bunch lately).
> >
> > In my syllabus I have a bunch of headings like this:
> >
> > * Outline: Semester 1
> > ** Introduction: What is History For?
>
On Thursday, September 2, 2010, Julien Fantin wrote:
> I'm watching this as I wasn't able to enable this module either.
>
> I have state logging enable with :
> (setq org-todo-keywords
> (quote
> ((sequence "TODO(t!)" "NEXT(n!)" "|" "DONE(d!)")
> (sequence "WAIT(w@/!)"
Thanks Noorul, this helped me fix the error, and I now have it working !
I should mention that I do need to (require 'org-habit) after it's
been added to the modules list, in order to actually activate it.
On Thu, Sep 2, 2010 at 7:17 PM, Noorul Islam wrote:
> On Thursday, September 2, 2010, Jul
On Thu, Sep 2, 2010 at 1:15 PM, Matt Price wrote:
>
> > (there are subheadings and text in between). While i'm planning I like
>> > to move the headings around quite a bit, but it would be nice, while
>> > I'm doing that, to still know what date the class meeting will take
>> > place on. So I wou
I have the following tree and notice the % done value...
Actions [80%]
* DONE See if existing credentials work
** DONE 2010/07/26 17:12:24 (05:12:24 PM)
I'll be working from home on Wed and will see if the existing
credentials still work. I can find them [[file:c:/path/
Julien, it sounds like you're doing something different than what's in the
manual.
Could you paste exactly the code you used in your .emacs to include
org-habit in the modules list and then activate it? I guess it would be two
separate lines?
Thanks,
JB
On Fri, Sep 3, 2010 at 1:26 AM, Julien Fan
On Thu, Sep 2, 2010 at 11:27 PM, C64 Whiz wrote:
> I have the following tree and notice the % done value...
>
> Actions [80%]
> * DONE See if existing credentials work
> ** DONE 2010/07/26 17:12:24 (05:12:24 PM)
>I'll be working from home on Wed and will see if the existing
>
Hello all,
please consider the following scenario:
* Task A
** Task B
This task requires 3 full days @ 8 h each day.
:PROPERTIES:
:Effort:
:END:
How would I estimate the effort for task B? Set it to 24:00? That's
unhandy if you have something like the following in your .emacs:
First congratulations on adding in-line fontification to source
blocks, that's a great addition.
However, since I pulled those changes, a recurring issue I've been
having has become even more annoying.
When opening an org file, some src blocks headers don't seem to get
parsed properly, and now as
Hello!
I was trying to test ob-plantuml and it failed with following trace.
Setup:
- GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600) of 2010-08-30 on 3249CTO
- Windows XP SP 2
- Org mode from git head
- org-plantuml-jar-path is set
- This example works from command-line and does not require dot.
Tr
Manish wrote:
> Hello!
>
> I was trying to test ob-plantuml and it failed with following trace.
>
> Setup:
>
> - GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600) of 2010-08-30 on 3249CTO
> - Windows XP SP 2
> - Org mode from git head
> - org-plantuml-jar-path is set
> - This example works from comm
Hi Manish,
Are you sure that org-plantuml-jar-path is set when the function
produces that error? I've just pushed up a slight change to ob-plantuml
which is more explicit about ensuring the correctness of
org-plantuml-jar-path before it is used. Could you retry with this new
addition?
Thanks --
Hi Carsten,
Carsten Dominik writes:
> On Sep 2, 2010, at 1:18 AM, Richard Riley wrote:
>>
>> If I select a region in, in this case, an erc (emacs irc client)
>> buffer
>> in the read only section and then use my global keys to create a new
>> item using the following "j" template while the text
Hi C64,
C64 Whiz writes:
> Actions [80%]
> * DONE See if existing credentials work
> ** DONE 2010/07/26 17:12:24 (05:12:24 PM)
> I'll be working from home on Wed and will see if the existing
> credentials still work. I can find them [[file:c:/path/to/file][in
> here]
Erik Iverson writes:
> Dan,
>
> Thank you to David and yourself for this great feature. I have
> absolutely no opinion about the default on/off, except to say it
> looks great on.
>
> Is your TAB key patch[1] in master yet?
> http://www.mail-archive.com/emacs-orgmode@gnu.org/msg28640.html
Hi Er
Tim O'Callaghan wrote:
>When i try and use org-capture in a buffer, it fails to display the
>template menu, and it generates the backtrace below.
Which version of Org mode are you running? IIRC There was a bug in
`org-git-store-link' that caused this error and was fixed in Feb 2010
(commit 6a5f6d
On Thu, Sep 2, 2010 at 9:06 PM, Dan Davison wrote:
> Erik Iverson writes:
>
>> Dan,
>>
>> Thank you to David and yourself for this great feature. I have
>> absolutely no opinion about the default on/off, except to say it
>> looks great on.
>>
>> Is your TAB key patch[1] in master yet?
>> http://
Hi Tom,
Tom Short wrote:
>Although this isn't org-babel specific, it's convenient to use with
>org-babel since there are so many ways to generate graphic files. See
>below for an example that uses R to create EPS and windows metafiles
>(windows only).
>I'm curious to hear if it works for anyone e
C64 Whiz wrote:
>I have the following tree and notice the % done value...
> Actions [80%]
>* DONE See if existing credentials work
>** DONE 2010/07/26 17:12:24 (05:12:24 PM)
> I'll be working from home on Wed and will see if the existing
> credentials still work. I can fin
Hi Matt,
Matt Price wrote:
>This is all beyond me, but I was reading on the zotero forums about
>efforts to integrate zotero citations in emacs:
>http://forums.zotero.org/discussion/8306/testing-zoteroselect/
>Towards the end of hte thread is some useful-looking elisp code, and
>I wondered how h
Unless I missed something, `org-timer-stop' has no keybinding yet.
I propose to use `C-c C-x _'.
Is that okay for everyone?
diff --git a/lisp/org.el b/lisp/org.el
index fc44fc7..01da980 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -16383,6 +16383,7 @@ BEG and END default to the buffer boundaries
Frederic Couchet writes:
> I always start a clock when I work on a task. And for the Pomodoro
> technique I use also the org-timer module with some configuration.
I created a section about using Org with Pomodoro on Worg:
http://orgmode.org/worg/org-gtd-etc.php
--
Bastien
Carsten Dominik writes:
> On Thu, Sep 2, 2010 at 9:06 PM, Dan Davison wrote:
>> Erik Iverson writes:
>>
>>> Dan,
>>>
>>> Thank you to David and yourself for this great feature. I have
>>> absolutely no opinion about the default on/off, except to say it
>>> looks great on.
>>>
>>> Is your TAB k
Hi Dan (and David),
Dan Davison wrote:
> I've just pushed changes which mean that Org now fontifies code in code
> blocks. Currently, this is turned on by default, so it would be helpful if
> people could report any problems, and opinions
Three remarks:
1. That simply *is* great! Thanks a lot,
2010/9/2 Bastien :
> Kevin Brubeck Unhammer writes:
>
>> But now the obvious question is: does there exist a "syncorg" to
>> transport me back into the org-mode file to the point that corresponds
>> to that place in the tex-file? I assume it should be possible since
>> org-mode outputs these \labe
Hello,
> Bastien writes:
> Unless I missed something, `org-timer-stop' has no keybinding yet. I
> propose to use `C-c C-x _'.
Isn't it C-u C-c C-x , ?
Regards,
-- Nicolas
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to t
Hi,
That Zotero forum thread was interesting, thanks for pointing to it.
With Scott Campbell's ZotSelect.js translator installed in Zotero,
dragging and dropping an entry from Zotero into an Org test document
results in e.g.:
zotero://select//0_E35DK2TB/smith_twice-told_2001
Putting this
Nicolas Goaziou writes:
>> Unless I missed something, `org-timer-stop' has no keybinding yet. I
>> propose to use `C-c C-x _'.
>
> Isn't it C-u C-c C-x , ?
Mh.. yes, stop is kind of a "pause" variant.
But I don't find thisto be very straightforward, and `org-timer-stop' is
already a command
Łukasz Stelmach writes:
> Is there a way to get a countdown timer visible like the one you start
> with `C-c C-x .'?
`org-timer-set-timer' now displays a timer in the modeline.
Also thanks to Frédéric Couchet who asked me to have this feature for
ges.
--
Bastien
On 9/2/10 9:45 PM, David Maus wrote:
Well... Providing an Elisp interface to Zotero is on my "Someday,
Maybe" list and at least there is a successful attempt to talk to
Zotero using MozRepl[1] (after I've discovered that Zotero's SOAP
interface was abandoned).
So much for the sleepless nights
On Thu, 02 Sep 2010 11:12:58 -0400, Matt Price wrote:
> Thanks everyone for their suggestions. I have settled for now on this:
Might also be worth looking at the savetrees package which is in texlive-
extras.
Shelagh
>
> #+LATEX_HEADER: \usepackage[letterpaper]{geometry} #+LATEX_HEADER:
> \geo
Org makes it so easy to (re)schedule a task that I'm not sure dynamic
relative timestamps are not a bit too much (even if playing with this
idea is fun, I agree.)
--
Bastien
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the
Julien Fantin writes:
> First congratulations on adding in-line fontification to source
> blocks, that's a great addition.
>
> However, since I pulled those changes, a recurring issue I've been
> having has become even more annoying.
>
> When opening an org file, some src blocks headers don't see
Chevalier Julien writes:
> How can i build a sparse tree of all my unscheduled todo items ?
>
,
| (setq org-agenda-custom-commands
| '(("u" todo "TODO"
| ((org-agenda-todo-ignore-with-date t)
| (org-agenda-tags-todo-honor-ignore-options t)
`
On Thu, Sep 2, 2010 at 5:58 PM, Christian Moe wrote:
> On 9/2/10 9:45 PM, David Maus wrote:
>
> Well... Providing an Elisp interface to Zotero is on my "Someday,
>> Maybe" list and at least there is a successful attempt to talk to
>> Zotero using MozRepl[1] (after I've discovered that Zotero's S
Hi Jambunathan,
> The primary motivation is that I find transitioning from and to an
> org-src buffer a bit of a psychological drag. It would be good if I
> don't leave the current buffer as such and still be able to edit
> babel blocks.
[...]
> 4 Crux of the idea
> ~~~
[.
Marcel van der Boom writes:
> I have a question about constructs like this:
>
> * TODO item to be refiled, say in Subproject
> * Project description [10/234]
> [...]
> ** Subproject description [1/25]
>[...]
>
> When I want to refile the TODO item the path in the emacs
If you really want to use language major mode commands without leaving
the Org buffer, I suggest investigating Lennart Borgman's nxhtml
package[1]. This features a function `org-mumamo-mode' which
automatically switches Org code blocks into native major modes. I have
encountered one bug whch ma
Bastien writes:
> Sebastian Rose writes:
>
>> We always used the "w" template as the default for `org-remember' and
>> also used it for `org-capture' for historical reasons.
>>
>> Unfortunately, this breaks, if the user has no "w" template defined.
>>
>> The patch below simply set's the custom va
On Thu, Sep 2, 2010 at 7:18 PM, Matt Price wrote:
>
> I have this notion I saw a generic exporter that someone wrote for odt, in
>> which you feed the exporter a template document which ocntains all the
>> relevant style definitions. but I can't find it anymore, and as I recall it
>> didn't real
Hi Martin,
Martin Pohlack writes:
> * You could add a modification hook to all hidden areas to unfold them
> on modification, or
> * You could set the read-only property for all hidden areas. This could
> be setup at the same location where hiding is done.
I'm interested in testing both so
"Tim O'Callaghan" writes:
> When i try and use org-capture in a buffer, it fails to display the
> template menu, and it generates the backtrace below.
>
> It works for org files, but not for some other files.
>
> Tim.
If you pull the current Org version, the template menu should be there.
Just m
Hi Achim,
Achim Gratz writes:
> * lisp/org.el (org-delete-backward-char): check for nil overwrite-mode
> before inserting spaces.
I've tested your patch.
If I understand it correctly, it does not change the current visual
behavior of `org-delete-backward-char', it just skips the unnecessary
1 - 100 of 126 matches
Mail list logo