[Orgmode] Bug: Agenda's `Goto Today' doesn't in Day view [7.4]

2010-12-23 Thread peter . frings
'Goto Today' seems to go to the first day of the week instead of the current day when the agenda is in Day view. It works as expected when in week view. I can also confirm the previously reported bug that `Jump to date' changes the Agenda view -- in my case from Day to Week. Emacs : GNU Emacs

[Orgmode] Re: [Babel] Handling of errors when using Ledger

2010-12-23 Thread Dan Davison
Eric S Fraga writes: > Dan Davison writes: > >> Eric S Fraga writes: >> >>> Dan writes: >>> >>> [...] >>> This patch should make ob-ledger use the common org-babel error mechanism. It is in branch ledger of the main repo. However, I'm not yet a ledger user. Could som

Re: [Orgmode] Dumping agenda from the CL: file not in org mode

2010-12-23 Thread Giovanni Ridolfi
Justin Bayer writes: Hi Justin, > My setup is: > > $ emacs --version > GNU Emacs 22.1.1 > Copyright (C) 2007 Free Software Foundation, Inc. > GNU Emacs comes with ABSOLUTELY NO WARRANTY. > You may redistribute copies of Emacs > under the terms of the GNU General Public

Re: [Orgmode] using (id "Name") target in org-capture-templates

2010-12-23 Thread Giovanni Ridolfi
"Sullivan, Gregory (US SSA)" writes: > I would like to have a template that will add a TODO below the "Tasks" > heading in the current .org file. From the documentation, I would > think that > > (setq org-capture-templates > `(("t" "Todo (local)" entry (id "Tasks") >"* TODO %? %i\

[Orgmode] Re: [PATCH] Always return refreshed category

2010-12-23 Thread Matt Lundin
Carsten Dominik writes: > Applied, thanks. > This patch produces some unexpected category strings. Here's a sample file: --8<---cut here---start->8--- * TODO A todo SCHEDULED: <2010-12-23 Thu> [2010-12-23 Thu 10:22] * TODO Another todo SCHEDULED: <2010-

[Orgmode] Re: [Babel] Handling of errors when using Ledger

2010-12-23 Thread Sébastien Vauban
Hi Dan and Eric, Dan Davison wrote: > Eric S Fraga writes: >> Indeed, ledger cannot read from standard input. > > I've asked on the ledger list and the 3.0 (and perhaps some older) > versions of ledger do support -f - to read from stdin. Could you try > this version of the patch? Unluckily for m

[Orgmode] How to export the ampersand (&) symbol correctly for both LaTeX and HTML documents?

2010-12-23 Thread Kyeong Soo (Joseph) Kim
Dear All, This may be a FAQ, but I couldn't find it mentioned either in the Manual or in the mailing list. To use the ampersand symbol ('&') in HTML export, I use "\amp" per the manual and the "Publishing Org-mode files to HTML" tutorial at Worg site. Later, however, I found that the "\amp" is ex

[Orgmode] Re: [PATCH] Always return refreshed category

2010-12-23 Thread Julien Danjou
On Thu, Dec 23 2010, Matt Lundin wrote: > Another observation: org-refresh-category-properties returns t That's the 't' you see as category. > and thus > short-circuits the "or" here. Is the following perhaps the intended > behavior? > > diff --git a/lisp/org.el b/lisp/org.el > index e80d2fc..55

[Orgmode] Re: How to export the ampersand (&) symbol correctly for both LaTeX and HTML documents?

2010-12-23 Thread Bernt Hansen
"Kyeong Soo (Joseph) Kim" writes: > This may be a FAQ, but I couldn't find it mentioned either in the Manual or > in the mailing list. > > To use the ampersand symbol ('&') in HTML export, I use "\amp" per the manual > and the "Publishing > Org-mode files to HTML" tutorial at Worg site. Later,

[Orgmode] Worg

2010-12-23 Thread Thomas S. Dye
Aloha all, I think Worg hasn't been updating for the last few days. Happy holidays, Tom ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Re: [Babel] Handling of errors when using Ledger

2010-12-23 Thread Eric S Fraga
Dan Davison writes: [...] > Hi Eric, > > I've asked on the ledger list and the 3.0 (and perhaps some older) > versions of ledger do support -f - to read from stdin. Could you try > this version of the patch? I was about to say that I could not because the most up to date version on Debian (test

[Orgmode] @# not working

2010-12-23 Thread Longzhu
Dear Sir/Madam, I'm a new users of Emacs. I encountered a problem while I tried to create a table in the org-mode. What I want to do is conditional formula for a column. The condition is based on the @#. The problem is that @# was not recognized probably. Here is a copy of my table and the err

Re: [Orgmode] Worg

2010-12-23 Thread Bastien
Hi Thomas, "Thomas S. Dye" writes: > I think Worg hasn't been updating for the last few days. Yes - export was broken, so I had to prevent auto-publishing to hunt the bug. I found it in org-issues.org. It's fixed now and publication is cron'ed again. Thanks for the heads up! Happy holida

[Orgmode] Re: How to export the ampersand (&) symbol correctly for both LaTeX and HTML documents?

2010-12-23 Thread Kyeong Soo (Joseph) Kim
I will try to upgrade and test it soon. Many thank. By the way, I wonder whether you have tested it with LaTeX export or not. The HTML export works perfectly in my case, too, but LaTeX export does not as said. Regards, Joseph On Thu, Dec 23, 2010 at 5:35 PM, Bernt Hansen wrote: > "Kyeong Soo (

Re: [Orgmode] @# not working

2010-12-23 Thread Michael Brand
Hi Longzhu On Thu, Dec 23, 2010 at 22:35, Longzhu wrote: >  #+TBLFM: $1=if(@# % 2, $#, string("")) > [...] > Error:  Expected a number I hope this is only because the org-version is too old to support this feature added 2010-03-14. Check M-x org-version. Michael ___

[Orgmode] Re: Embedding the style when exporting to HTML

2010-12-23 Thread René
Christian Moe christianmoe.com> writes: > Something roughly along these lines, perhaps (warning: I'm still > fairly new to Elisp and this comes with ABSOLUTELY NO WARRANTY): Thanks. Works great ___ Emacs-orgmode mailing list Please use `Reply All

[Orgmode] Re: How to export the ampersand (&) symbol correctly for both LaTeX and HTML documents?

2010-12-23 Thread Bernt Hansen
"Kyeong Soo (Joseph) Kim" writes: > I will try to upgrade and test it soon. > Many thank. > > By the way, I wonder whether you have tested it with LaTeX export or not. > The HTML export works perfectly in my case, too, but LaTeX export does not as > said. Sorry I misread your original post. I

[Orgmode] Re: How to export the ampersand (&) symbol correctly for both LaTeX and HTML documents?

2010-12-23 Thread Bernt Hansen
"Kyeong Soo (Joseph) Kim" writes: > I will try to upgrade and test it soon. > Many thank. > > By the way, I wonder whether you have tested it with LaTeX export or not. > The HTML export works perfectly in my case, too, but LaTeX export does not as > said. Sorry I misread your original posting.