Hi
I want to include the checkbox statistics in my custom agenda which I
use to report my past weekly work to my boss.
I would like to have something like:
Monday
Project A [30%] Complete Today
Project B [85%] Complete Today
Project C [50%] Complete Today
Tuesday
Project A [40%] Complete To
Neeum Zawan writes:
> Eric Schulte writes:
>
>> How about the following solution, which is based on a new :noweb-ref
>> header argument.
>>
>> When expanding ``noweb'' style references the bodies of all code block
>> with /either/ a block name matching the reference name /or/ a :noweb-ref
>> hea
Eric Schulte writes:
> How about the following solution, which is based on a new :noweb-ref
> header argument.
>
> When expanding ``noweb'' style references the bodies of all code block
> with /either/ a block name matching the reference name /or/ a :noweb-ref
> header argument matching the refer
Achim Gratz writes:
> Org 7.5 has got quite a few wrinkles ironed out during the past few
> months and the current HEAD looks very clean save for two compiler
> warnings in org-indent.el...
[...]
> I'd think that the folks who aren't comfortable with living at the
> bleeding edge would benefit f
Sebastien Vauban wrote:
> Nick Dokos wrote:
> > It looks as if it bounced around lists.gnu.org for 36 minutes or so.
> > Anybody else seeing these delays?
>
> I can't comment on the ML delays, as I'm reading these posts thru Gmane. But I
> can tell I often see very looong delays (many hours, som
Eric Schulte writes:
> Hi Achim,
>
> I fully agree, and I believe a new release is planned in the next couple
> of weeks. Specifically expect a new release before Emacs 24 goes into
> pre-test feature freeze at the end of this month.
I hoped to have my work (atleast the work the new core export
> Admittedly I don't know what transformation are required by the html5
> presentation mechanism, however I would think that an approach like that
> taken in org-export-as-s5 [1], in which the existing org-export-as-html
> is simply wrapped in a let-form which sets variable values uses hooks to
>
Steven Haryanto wrote:
> On Fri, Jun 17, 2011 at 12:10 AM, Nick Dokos wrote:
>
> Steven Haryanto wrote:
>
> > I need to insert bits of plain text into a final composite Org
> document. The text should be
> > protected from any Org formatting (for example, "* " at the beginning
Skip Collins wrote:
> On Thu, Jun 16, 2011 at 6:52 PM, Nick Dokos wrote:
> > I like it! Well, almost all of it: I'd vote for \large, rather than \LARGE,
> > but otherwise it looks good to me.
>
> Can we compromise on \Large ? :-)
>
As Tom Dye pointed out, you can customize :cbon and :cboff, so
save-window-excursion did the trick. Never heard of that one.
Thanks!
Cheers.
Fil
On 16 June 2011 21:46, Jambunathan K wrote:
> "Filippo A. Salustri" writes:
>
>> Hi all,
>>
>> I've got this function:
>>
>> (defun fas/org-priority (&optional p)
>> "Change the priority of the current item, the
On Fri, Jun 17, 2011 at 12:10 AM, Nick Dokos wrote:
> Steven Haryanto wrote:
>
> > I need to insert bits of plain text into a final composite Org document.
> The text should be
> > protected from any Org formatting (for example, "* " at the beginning of
> a line should not be
> > interpreted as
Jambunathan K writes:
> "Filippo A. Salustri" writes:
>
>> Hi all,
>>
>> I've got this function:
>>
>> (defun fas/org-priority (&optional p)
>> "Change the priority of the current item, then refresh agenda."
>> (interactive)
>> (save-excursion
>> (if (org-priority p)
>> (org-ag
"Filippo A. Salustri" writes:
> Hi all,
>
> I've got this function:
>
> (defun fas/org-priority (&optional p)
> "Change the priority of the current item, then refresh agenda."
> (interactive)
> (save-excursion
> (if (org-priority p)
> (org-agenda-redo
>
> I set up my window
Uriel Avalos writes:
> On Thu, 9 Jun 2011 08:56:33 -0700 (PDT)
> amscopub-m...@yahoo.com wrote:
>
>> Currently, whenever you export to HTML, you have 3 options for processing
>> LaTeX
>> fragments: (1) dvipng, (2) jsmath, (3) or leave it as is.
>>
>>
>> Is it possible to use an arbitrary pro
On Thu, Jun 16, 2011 at 6:52 PM, Nick Dokos wrote:
> I like it! Well, almost all of it: I'd vote for \large, rather than \LARGE,
> but otherwise it looks good to me.
Can we compromise on \Large ? :-)
> ,
> | \item [{\parbox[][][c]{\wd0}{\LARGE$\square$}}] a
> `
I tried the optional prea
Hi all,
I've got this function:
(defun fas/org-priority (&optional p)
"Change the priority of the current item, then refresh agenda."
(interactive)
(save-excursion
(if (org-priority p)
(org-agenda-redo
I set up my window to have 2 frames side by side. The org agenda is
in
On Thu, 9 Jun 2011 08:56:33 -0700 (PDT)
amscopub-m...@yahoo.com wrote:
> Currently, whenever you export to HTML, you have 3 options for processing
> LaTeX
> fragments: (1) dvipng, (2) jsmath, (3) or leave it as is.
>
>
> Is it possible to use an arbitrary program to process LaTeX fragments?
>
I don't want to hijack this thread.
> Can you explain more about how we should proceed?
Let us invite the author of html5 in to the discussion or let some
interested party provide a patch/diff of what changes the author had
done or let the body of html5 presentation be made available so that
s
Thomas S. Dye wrote:
> Skip Collins writes:
>
> > There is a couple of problems with the way checkboxes are typeset in LaTeX.
> >
> > - [ ] a
> > - [X] b
> > - [-] c
> >
> > is translated to the LaTeX
> >
> > \begin{itemize}
> > \item $\Box$ a
> > \item $\boxtimes$ b
> > \item $\boxminus$ c
> >
Skip Collins writes:
> There is a couple of problems with the way checkboxes are typeset in LaTeX.
>
> - [ ] a
> - [X] b
> - [-] c
>
> is translated to the LaTeX
>
> \begin{itemize}
> \item $\Box$ a
> \item $\boxtimes$ b
> \item $\boxminus$ c
> \end{itemize}
>
> The first problem is that \Box is
Robert Goldman writes:
> On 6/16/11 Jun 16 -3:36 PM, Jambunathan K wrote:
>> Eric Schulte writes:
>>
>>> Robert Goldman writes:
>>>
On 6/7/11 Jun 7 -3:01 PM, Tassilo Horn wrote:
> Vinh Nguyen writes:
>
>
I have tried the version here:
https://github.com/twada/
Hi,
I really like org-capture, and especially the "hierarchical" interface
for selecting possible capture templates, but I think it needs to be
extended slightly so that it can be used to archive anything.
Some of the things I would like to do when capturing are:
1. Just jump to some location w
Skip Collins wrote:
> There is a couple of problems with the way checkboxes are typeset in LaTeX.
>
> - [ ] a
> - [X] b
> - [-] c
>
> is translated to the LaTeX
>
> \begin{itemize}
> \item $\Box$ a
> \item $\boxtimes$ b
> \item $\boxminus$ c
> \end{itemize}
>
> The first problem is that \Box
Daniel Clemente wrote:
>
> The latest commit I can find after cloning git://repo.or.cz/org-mode.git to
> a new directory is this:
>
> ,
> | commit 90f6765cdf77c1414726d899f00c77da43f45758
> | Author: Eric Schulte
> | Date: Mon Jun 13 14:58:56 2011 -0700
> |
> | ob-tangle: no long
The latest commit I can find after cloning git://repo.or.cz/org-mode.git to a
new directory is this:
,
| commit 90f6765cdf77c1414726d899f00c77da43f45758
| Author: Eric Schulte
| Date: Mon Jun 13 14:58:56 2011 -0700
|
| ob-tangle: no longer inserting newlines between appended code b
There is a couple of problems with the way checkboxes are typeset in LaTeX.
- [ ] a
- [X] b
- [-] c
is translated to the LaTeX
\begin{itemize}
\item $\Box$ a
\item $\boxtimes$ b
\item $\boxminus$ c
\end{itemize}
The first problem is that \Box is not the same size as \boxtimes or \boxminus .
The
On 6/16/11 Jun 16 -3:36 PM, Jambunathan K wrote:
> Eric Schulte writes:
>
>> Robert Goldman writes:
>>
>>> On 6/7/11 Jun 7 -3:01 PM, Tassilo Horn wrote:
Vinh Nguyen writes:
>>>
>>> I have tried the version here:
>>> https://github.com/twada/org-html5presentation.el
>>>
>>> and it
Hi,
Could you check this patch in?
Thanks
El Sat, 11 Jun 2011 23:12:26 -0400 Nick Dokos va escriure:
>
> I have a minimal patch that I think fixes this problem, but there are
> other underscores used in various places in org-html.el so there might
> be additional problems. I'd appreciate it if
Daniel Clemente wrote:
> Hi,
>
> Could you check this patch in?
>
It is checked in already. The commit looks like this:
,
| commit 1891ee5aafee710315a26595385e670e1ac3771e
| Author: Carsten Dominik
| Date: Tue Jun 14 10:46:09 2011 +0200
|
| Fix HTML export to make CUSTOM_ID links
Eric Schulte writes:
> Robert Goldman writes:
>
>> On 6/7/11 Jun 7 -3:01 PM, Tassilo Horn wrote:
>>> Vinh Nguyen writes:
>>>
After the recent org-mode to S5 discussion, I stumbled onto
[these](https://gist.github.com/509761) code. It offers a way to
export org files to HTML5 pr
Carsten Dominik writes:
> On 4.5.2011, at 14:30, Leo wrote:
>
>> Hello,
>>
>> I have one template as follows
>>
>> ("n" "Notes" entry (file "Notes.org") "* %?\n %i" :prepend t)
>>
>> Every time I `C-c C-k' to abort the capture, a blank line is inserted at
>> the front of file Notes.org.
>
> H
Hi Nick,
Nick Dokos wrote:
> I replied to Fil earlier through the list (not sure if the direct reply
> to him got there quickly) and it took a long time for the round-trip
> through the list server to get back to me:
>
> ,
> | ...
> | Received: from localhost ([::1]:59909 helo=lists.gnu.org)
>
silent writes:
> yes, I just checked my emacs, the buffer is much like the exported code,
> emacs buffer not looks that bad because it using a dark blue background,
>
> I changed to another color-theme, and the exported code looks much better,
>
> I will try to customize org-export-htmlize later.
On 6/16/11 Jun 16 -2:29 PM, Eric Schulte wrote:
> Robert Goldman writes:
>
>> On 6/7/11 Jun 7 -3:01 PM, Tassilo Horn wrote:
>>> Vinh Nguyen writes:
>>>
After the recent org-mode to S5 discussion, I stumbled onto
[these](https://gist.github.com/509761) code. It offers a way to
exp
Hi Achim,
I fully agree, and I believe a new release is planned in the next couple
of weeks. Specifically expect a new release before Emacs 24 goes into
pre-test feature freeze at the end of this month.
Best -- Eric
Achim Gratz writes:
> Org 7.5 has got quite a few wrinkles ironed out during
Hello!
Yes, I know you can make customized views, but I could find nothing in the
documentation showing how to customize the AGENDA view. In the
documentation, there are example of how to use the various type functions,
but none for the agenda type function. There must be some options that
Robert Goldman writes:
> On 6/7/11 Jun 7 -3:01 PM, Tassilo Horn wrote:
>> Vinh Nguyen writes:
>>
>>> After the recent org-mode to S5 discussion, I stumbled onto
>>> [these](https://gist.github.com/509761) code. It offers a way to
>>> export org files to HTML5 presentations. I think it looks q
Org 7.5 has got quite a few wrinkles ironed out during the past few
months and the current HEAD looks very clean save for two compiler
warnings in org-indent.el... and that part of the code looks like it
could use the same solution that org-agenda.el employs around line 1766.
I'd think that the f
On 6/7/11 Jun 7 -3:01 PM, Tassilo Horn wrote:
> Vinh Nguyen writes:
>
>> After the recent org-mode to S5 discussion, I stumbled onto
>> [these](https://gist.github.com/509761) code. It offers a way to
>> export org files to HTML5 presentations. I think it looks quite nice.
>> I see it being be
Thanks!!
-Bernt
Eric Schulte writes:
> For now I've reverted this commit, while I try to figure out the best
> solution here.
> Bernt Hansen writes:
>
>> Hi Eric,
>>
>> Commit 66e8a4b (Globally replace buffer-substring-filters with
>> filter-buffer-substring-functions., 2011-06-14) breaks cloc
Hi Bernt,
Thanks for the easy to follow-instructions.
I've been able to reproduce this error using Emacs23. It looks as
though the `filter-buffer-substring-functions' variable is not defined
in any Emacs prior to 24. I am not sure what the best way is to remove
all usage of the now-deprecated `
Right. I got it with the org-load-hook thing. Thanks, and apologies.
Cheers.
Fil
On 16 June 2011 12:15, Nick Dokos wrote:
> Filippo A. Salustri wrote:
>
> > I must be a moron. But I'm still having problems.
> > Here's what's in my Preferences.el:
> >
> >
> > (require 'org-install)
> > (
I must be a moron. But I'm still having problems.
Here's what's in my Preferences.el:
(require 'org-install)
(add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode)) ; use it for *.org.
(add-hook 'org-mode-hook 'turn-on-font-lock) ; font lock on
always.
(defvar fas/org-priority-
Nick Dokos wrote:
> Steven Haryanto wrote:
>
> > I need to insert bits of plain text into a final composite Org document. =
> The text should be
> > protected from any Org formatting (for example, "* " at the beginning of =
> a line should not be
> > interpreted as a headline). Is enclosing it
Steven Haryanto wrote:
> I need to insert bits of plain text into a final composite Org document. The
> text should be
> protected from any Org formatting (for example, "* " at the beginning of a
> line should not be
> interpreted as a headline). Is enclosing it with #+BEGIN_SRC/#+END_SRC
> or
Eric S Fraga writes:
> What browser(s) are people using for this? Conkeror doesn't work well
> at all and iceweasel (aka firefox) 3.5.19 sort of works.
Although I haven't tried it recently, conkeror just uses the XULrunner
engine that Firefox is based on. So if you switch to a reasonably
recent
Filippo A. Salustri wrote:
> I must be a moron. But I'm still having problems.
> Here's what's in my Preferences.el:
>
>
> (require 'org-install)
> (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode)) ; use it for *.org.
> (add-hook 'org-mode-hook 'turn-on-font-lock) ; font
I looked over the docs for org-capture, and it seems
that file + datetree is the only option.
I'd like the datetree to be stored in a specific headline in a file,
such as "Log"
Is there a way to have file + headline + datetree ("myfile.org" "Log")
Or, use the "id" of a headline, like
(id+datetr
Hi all,
I need to insert bits of plain text into a final composite Org document. The
text should be protected from any Org formatting (for example, "* " at the
beginning of a line should not be interpreted as a headline). Is enclosing
it with #+BEGIN_SRC/#+END_SRC or #+BEGIN_EXAMPLE/#+END_EXAMPLE
Hi Eric,
Commit 66e8a4b (Globally replace buffer-substring-filters with
filter-buffer-substring-functions., 2011-06-14) breaks clock reports
with the following backtrace below when org-indent-mode is enabled.
The key sequence to reproduce this error with the minimal emacs setup
below is as follow
I replied to Fil earlier through the list (not sure if the direct reply
to him got there quickly) and it took a long time for the round-trip
through the list server to get back to me:
,
| ...
| Received: from localhost ([::1]:59909 helo=lists.gnu.org)
| by lists.gnu.org with esmtp (Exim
Hello everyone,
I just checked the two repositories:
http://orgmode.org/w/org-mode.git
and
http://repo.or.cz/w/org-mode.git
The latter is behind of 4 commits, i.e. 11 hours.
Its last commit is Eric Schulte's
90f6765cdf77c1414726d899f00c77da43f45758
So has repo.or.cz been discontinued or
is
Hi Eric,
Commit 66e8a4b (Globally replace buffer-substring-filters with
filter-buffer-substring-functions., 2011-06-14) breaks clock reports
with the following backtrace below when org-indent-mode is enabled.
The key sequence to reproduce this error with the minimal emacs setup
below is as follow
Right. Require. *sigh* Let me just wipe the egg off my face.
Thanks.
Cheers.
Fil
On 16 June 2011 09:39, Nick Dokos wrote:
> Filippo A. Salustri wrote:
>
>
> > I've got code of this form in my Preferences.el (aquamacs-speak for
> .emacs):
> >
> > (defvar fas/org-some-variable
> > (/ 10 (* 100
Am 08.06.2011 17:20, schrieb Neeum Zawan:
[...]
Now the original noweb allows what I'm asking for. If you begin a source
block with a name of an existing block but append an "=" symbol, it
knows to append to that source block.
It would be great if org-mode could add that capability. Another
appr
Using the org-special-blocks library org-mode will recognize blocks in the
form
: #+begin_something
: bla bla bla
: #+end_something
Then you could write
: #+begin_equation
: y=ax+b
: #+end_equation
in org-mode. It would be translated to
: \begin{equation}
: y=ax+b
: \end{equation}
in latex
Yes, the math is wrong; I knew that.
Thanks for the hint.
Cheers.
Fil
On 16 June 2011 09:30, Jambunathan K wrote:
>
> "Filippo A. Salustri" writes:
>
> > I'm having a senior moment here.
> >
> > I've got code of this form in my Preferences.el (aquamacs-speak for
> .emacs):
> >
> > (defvar fas/o
Thanks Eric. I think you're right. It would make sense to use
\begin{equation} \end{equation} with HTML export to number equations.
I've put a minimal example below showing what is happening.
--
#+TITLE: Equation numbering
#+STYLE:
* Numbered in HTML export / Not numbered in LaTeX
Equation is nu
On Jun 16, 2011, at 10:04 AM, Eric S Fraga wrote:
> Eric S Fraga writes:
>
>> Carsten Dominik writes:
>>
>>> On Jun 13, 2011, at 6:15 PM, Philipp Haselwarter wrote:
>>>
thanks, got it working now (with some fiddling).
looks like `calendar-date-style' is not honored /at all/,
Filippo A. Salustri wrote:
> I've got code of this form in my Preferences.el (aquamacs-speak for .emacs):
>
> (defvar fas/org-some-variable
> (/ 10 (* 1000 (- org-lowest-priority org-highest-priority
>
> But org-lowest-priority & org-highest-priority aren't defined at that
> point in Pre
"Filippo A. Salustri" writes:
> I'm having a senior moment here.
>
> I've got code of this form in my Preferences.el (aquamacs-speak for .emacs):
>
> (defvar fas/org-some-variable
> (/ 10 (* 1000 (- org-lowest-priority org-highest-priority
>
> But org-lowest-priority & org-highest-priority
Eric S Fraga wrote:
> Stephen Eglen writes:
>
> > Thank you very much Arun, this page looks great:
> >
> >> http://orgmode.org/worg/org-tutorials/org-google-sync.html>
> >
> > When going from org -> google, do I need to do anything about using
> > org-icalendar-store-UID? I'd rather not have t
I'm having a senior moment here.
I've got code of this form in my Preferences.el (aquamacs-speak for .emacs):
(defvar fas/org-some-variable
(/ 10 (* 1000 (- org-lowest-priority org-highest-priority
But org-lowest-priority & org-highest-priority aren't defined at that
point in Preferences.e
Joost Kremers writes:
> On Wed, Jun 15, 2011 at 07:19:46PM +0100, Eric S Fraga wrote:
>> What browser(s) are people using for this? Conkeror doesn't work well
>> at all and iceweasel (aka firefox) 3.5.19 sort of works.
>
> since it's an html5 presentation, you'll need a browser with html5 suppor
Juan Pechiar writes:
> On Wed, Jun 15, 2011 at 07:19:46PM +0100, Eric S Fraga wrote:
>> What browser(s) are people using for this? Conkeror doesn't work well
>> at all and iceweasel (aka firefox) 3.5.19 sort of works.
>
> Hi,
>
> Opera 11 (OSX) seems to work OK, only that slides start to appear
Samuel Sinayoko writes:
> Dear list,
>
> I've been trying to write short scientific reports that I can export to
> both LaTeX and HTML. So far I've managed to figure out how to include
> equations, images, references, and how to include labels and cross
> reference between all these things.
>
> T
Eric S Fraga writes:
> Carsten Dominik writes:
>
>> On Jun 13, 2011, at 6:15 PM, Philipp Haselwarter wrote:
>>
>>> thanks, got it working now (with some fiddling).
>>>
>>> looks like `calendar-date-style' is not honored /at all/, if you don't
>>> use -MM-DD format (as stated in the org-bbdb
On Thu, Jun 16, 2011 at 9:29 AM, Jambunathan K wrote:
>
> > There seems to be a problem with my .emacs.desktop files in
> > combination with the new org
>
> It might help to try to narrow down the problem to one of the buffers -
> starting with the org buffers to begin with.
>
> Start nuking the b
On 4.5.2011, at 14:30, Leo wrote:
> Hello,
>
> I have one template as follows
>
> ("n" "Notes" entry (file "Notes.org") "* %?\n %i" :prepend t)
>
> Every time I `C-c C-k' to abort the capture, a blank line is inserted at
> the front of file Notes.org.
Hi Leo,
I am unable to reproduce this.
yes, I just checked my emacs, the buffer is much like the exported code,
emacs buffer not looks that bad because it using a dark blue background,
I changed to another color-theme, and the exported code looks much better,
I will try to customize org-export-htmlize later.
thanks!
2011/6/15 Jambun
> There seems to be a problem with my .emacs.desktop files in
> combination with the new org
It might help to try to narrow down the problem to one of the buffers -
starting with the org buffers to begin with.
Start nuking the buffers till you hit the problem or the problem
disappears.
It may
On Thu, Jun 16, 2011 at 12:40 AM, Nick Dokos wrote:
> Rainer M Krug wrote:
>
>
> > I created the attached init.el file. In my setup, ~/.emacs.d/org-mode
> > is a symbolic link. If I set it to org-7.7, everything works as
> > expected desktop is loaded and saved without question), but when
> > li
72 matches
Mail list logo