Matt Lundin writes:
> Marc Spitzer writes:
>> http://www.toodledo.com/booklet.php
>>
>> Does org mode have such a feature?
>
> Here's an old post with a script to generate something similar. I have
> no idea whether it still works:
>
> http://permalink.gmane.org/gmane.emacs.orgmode/3910
As far
It was there on the signature :-)
--
regards
Shyam
On Tue, May 17, 2011 at 10:22 AM, Nick Dokos wrote:
> Eden Cardim wrote:
>
> > I just started publishing a series of articles about org-mode,
> > describing my personal setup from start to finish. Thought I'd mention
> > it here in case anyo
On Tue, May 17, 2011 at 10:22 AM, Nick Dokos wrote:
> Eden Cardim wrote:
>
>> I just started publishing a series of articles about org-mode,
>> describing my personal setup from start to finish. Thought I'd mention
>> it here in case anyone's interested. The entire article is written in
>> org-mo
Eden Cardim wrote:
> I just started publishing a series of articles about org-mode,
> describing my personal setup from start to finish. Thought I'd mention
> it here in case anyone's interested. The entire article is written in
> org-mode, published using org2blog and is bootstrappable as-is, in
Hello Everyone,
I just started publishing a series of articles about org-mode,
describing my personal setup from start to finish. Thought I'd mention
it here in case anyone's interested. The entire article is written in
org-mode, published using org2blog and is bootstrappable as-is, in order
to m
On Mon, May 16, 2011 at 6:38 PM, Luke Crook wrote:
> :NOEXPORT: removes a heading from export and the TOC. Is there a tag that will
> only exclude a heading from appearing in the TOC?
>
For LaTeX export the following header option should take care of this:
#+OPTIONS: H:4 num:3
H:4 says export
:NOEXPORT: removes a heading from export and the TOC. Is there a tag that will
only exclude a heading from appearing in the TOC?
-Luke
Thanks Nick and Suvayu. Nick's solution works fine!
I knew something simple would be the solution!
S.
On Mon, May 16, 2011 at 11:20 AM, Suvayu Ali wrote:
> On Mon, 16 May 2011 10:28:18 -0400
> Nick Dokos wrote:
>
> > I get the impression that the OP is asking a simpler question: not so
> > muc
Thanks! It did solve the problem.
soichi
2011/5/17 Thomas S. Dye
> Aloha ishi soichi,
>
> LaTeX probably wants a unit of measure, something like this
>
> #+ATTR_LaTeX: width=200mm
>
> Does this solve your problem?
>
> Tom
>
> ishi soichi writes:
>
> > emacs23.2
> > org-mode 7.4
> >
> > I would
Hi John
As far as I understood logging and its drawers:
- "CLOCK: [2011-05-17 Tue 23:00..." relates to org-clock-into-drawer
- "- State "DONE" from "TODO" ..." relates to org-log-repeat and
org-log-into-drawer
- "CLOSED:" relates to org-log-done(-with-time); it can not be put
into a drawer, see
ht
John Hendy writes:
> I thought that org-log-into-drawer would also log
> scheduled/deadline/closed timestamps into a drawer, or is this not the
> case?
>
> I have it set like so:
> ,---
> | (setq org-log-into-drawer t)
> `---
>
> But only clocked data goes into :LOGBOOK:, not any of the other
> m
Hi,
I thought that org-log-into-drawer would also log
scheduled/deadline/closed timestamps into a drawer, or is this not the
case?
I have it set like so:
,---
| (setq org-log-into-drawer t)
`---
But only clocked data goes into :LOGBOOK:, not any of the other
meta-data about the TODO.
Is this n
On 16.5.2011, at 20:08, Nick Dokos wrote:
> Carsten Dominik wrote:
>
>>
>> On 16.5.2011, at 15:23, Christian Moe wrote:
>>
>>> On 5/16/11 2:20 PM, Carsten Dominik wrote:
When the OP says he needs this for accounting, I guess
he is exporting this data somehow? How about changing
>>>
Sample ORG file:
#+MACRO: test src_emacs-lisp[:results raw]{(let (mRef) (progn (if (string=
"$2" "1") (setq mRef "A") (if (string= "$2" "2") (setq mRef "B") (setq mRef
"C"))) (concat "Test $1" mRef ": ")))}
* *Hello World*
{{{test(1,1)}}}
Desired HTML export:
Test 1.A
Actual HTML e
Aloha ishi soichi,
LaTeX probably wants a unit of measure, something like this
#+ATTR_LaTeX: width=200mm
Does this solve your problem?
Tom
ishi soichi writes:
> emacs23.2
> org-mode 7.4
>
> I would like to export an org file into both LaTeX and HTML.
> In order to do so, it is important to a
Marc Spitzer writes:
> I do not know how to do this but it struck me as useful:
>
> Easily print your to-do list as a foldable booklet that you can put in
> your pocket. Each booklet contains your hotlist, your top 110 most
> important tasks, and a section for written notes. Assembly of the
> boo
Have you looked into:
C-c C-x c (org-clone-subtree-with-time-shift)
Clone a subtree by making a number of sibling copies of it. You will
be prompted for the number of copies to make, and you can also specify
if any timestamps in the entry should be shifted. This can be useful,
for example, to c
Folks: I am looking for a nice org-mode-ish way to manage a task check
list that repeats regularly. I would like to log, then archive, which
items actually are completed when I close the task. (It isn't
uncommon to have a few open.)
Here is the situation: Every couple of weeks, I have an opportu
I do not know how to do this but it struck me as useful:
Easily print your to-do list as a foldable booklet that you can put in
your pocket. Each booklet contains your hotlist, your top 110 most
important tasks, and a section for written notes. Assembly of the
booklet is as simple as one cut with
Carsten Dominik wrote:
>
> On 16.5.2011, at 15:23, Christian Moe wrote:
>
> > On 5/16/11 2:20 PM, Carsten Dominik wrote:
> >> When the OP says he needs this for accounting, I guess
> >> he is exporting this data somehow? How about changing
> >> from dot to comma only in one of the export hooks
On 16.5.2011, at 15:23, Christian Moe wrote:
> On 5/16/11 2:20 PM, Carsten Dominik wrote:
>> When the OP says he needs this for accounting, I guess
>> he is exporting this data somehow? How about changing
>> from dot to comma only in one of the export hooks?
>
> Ah... sanity. Yes.
>
> And just
Hi Eric,
I applied your patch locally and can confirm that it works.
Thank you,
Viktor
Eric S Fraga wrote:
> Viktor Rosenfeld writes:
>
> > Hi,
> >
> > I'm having trouble passing format strings (-F) to ledger using
> > org-babel. When I pass -F to :cmdline, I get the following error:
> >
>
Matt Lundin writes:
> You could then create a dblock by typing C-c C-c on the following
>
> #+begin: insert-links :match questions
> #+end:
Correction: this should be:
--8<---cut here---start->8---
#+begin: insert-links :match "questions"
#+end:
--8<-
Nathan Neff writes:
> I keep a lot of headlines tagged "question" that I
> want to review before a daily meeting.
>
> Currently I keep questions tagged with "question", and can
> easily do an agenda search for them. No problem.
>
> Before a daily meeting, I create a daily meeting headline
> like
On Mon, 16 May 2011 10:28:18 -0400
Nick Dokos wrote:
> I get the impression that the OP is asking a simpler question: not so
> much an org question as a LaTeX question. If I'm right, the following
> should help (and the references should take care of themselves):
>
> --8<---cut here-
Suvayu Ali wrote:
> On Mon, 16 May 2011 04:18:32 -0400
> Sunny Srivastava wrote:
>
> > 1. How can I import the Appendix with a different section number.
> > Presently, the Appendix section has the number following the previous
> > section number. Instead I want to have no number of Appendix and
Leo writes:
> On 2011-05-16 00:58 +0800, Matt Lundin wrote:
>> I'd be happy to take this on. AFAICT, there are three functions in
>> org-bbdb that no longer exist in bbdb v3.
>
> If you want you can build on top of my version. The anniversaries is
> still broken since I don't use BBDB-anniv.el. T
Hi there,
Last week I made a customised latex class for generating the LaTeX
version of my thesis (as a displacement activity for actually writing
said thesis).
It all worked fine about last Wednesday, but today it's not working
very well at all. Coincidentally (by which I mean not to imply
causa
On Sun May 15 2011 Matt Lundin wrote:
> I'd be happy to take this on. AFAICT, there are three functions in
> org-bbdb that no longer exist in bbdb v3.
>
> bbdb-name
> bbdb-company
> bbdb-record-getprop
>
> The first two can easily be defaliased to bbdb-search-organization and
> bbdb-search-name.
On Sun May 15 2011 Roland Winkler wrote:
> It would probably be good if the needs of org-mode could be
> incorporated into the new BBDB before we declare that BBDB v3 has
> reached a beta stage.)
I forgot to say:
It is an item on the todo list for BBDB v3 to provide a more complete
list for how t
On Sat May 14 2011 Johnny wrote:
> I have set up an org-agenda that includes anniversaries in the agenda
> view from the bbdb database, but this breaks with bbdb 3.02 giving the
> error 'bad sexp'.
>
> I set up the agenda file using (from org-mode 6.33x info section 10.3.1):
>
> * Anniversaries
"Roland Winkler" writes:
> On Sun May 15 2011 Matt Lundin wrote:
>> I'd be happy to take this on. AFAICT, there are three functions in
>> org-bbdb that no longer exist in bbdb v3.
>>
>> bbdb-name
>> bbdb-company
>> bbdb-record-getprop
>>
>> The first two can easily be defaliased to bbdb-search-
On 5/16/11 2:20 PM, Carsten Dominik wrote:
When the OP says he needs this for accounting, I guess
he is exporting this data somehow? How about changing
from dot to comma only in one of the export hooks?
Ah... sanity. Yes.
And just in time, too, as I was ready to unleash on Izzie the ultimate
On May 16, 2011, at 1:26 PM, Christian Moe wrote:
> Hi,
>
> This seems to be a limitation in Emacs Calc, on which Org table spreadsheet
> functions are based. Calc accepts only the dot as decimal point for number
> *entry*. However, you can have it *display* the point as you like by
> customi
Viktor Rosenfeld writes:
> Hi,
>
> I'm having trouble passing format strings (-F) to ledger using
> org-babel. When I pass -F to :cmdline, I get the following error:
>
> Not enough arguments for format string.
yes, sorry, this is an error in formatting a message which doesn't
actually do
Hi,
This seems to be a limitation in Emacs Calc, on which Org table
spreadsheet functions are based. Calc accepts only the dot as decimal
point for number *entry*. However, you can have it *display* the point
as you like by customizing calc-point-char (that's `d .' in a Calc
buffer).
In Org
Hi Izzie
The only direct solution I can think of now is with Emacs Lisp for
number/string conversion and ./, replacement:
#+begin_src emacs-lisp :results silent
(defun com2num (com)
"convert number string with comma like \"2,3\" to number like 2.3"
(string-to-number (replace-regexp-in-s
zwz writes:
[...]
> I found the problem. In fact I forgot there's a hook
> (add-hook 'org-mode-hook
> (lambda ()
> (org-set-local 'yas/trigger-key [tab])
> (define-key yas/keymap [tab] 'yas/next-field)
> (if (member "XeTeX" org-todo-keywords-1)
>
Dear Suvayu:
Thank you for the help. I appreciate it.
I think the solution no 2. gives the appropriate numbering for Appendix that
I need.
Could you pls enlighten me how to do the cross-referencing ?
Thanks again!
Best Regards,
S.
On Mon, May 16, 2011 at 4:54 AM, Suvayu Ali wrote:
> On Mon,
On Mon, 16 May 2011 04:18:32 -0400
Sunny Srivastava wrote:
> 1. How can I import the Appendix with a different section number.
> Presently, the Appendix section has the number following the previous
> section number. Instead I want to have no number of Appendix and the
> sections of Appendix with
emacs23.2
org-mode 7.4
I would like to export an org file into both LaTeX and HTML.
In order to do so, it is important to add appropriate options for both.
#+ATTR_HTML: alt="apples image" title="How many?" align="right" width="200"
#+ATTR_LaTeX: width=200
[[./images/apples.jpg]]
The HTML export
Sorry for the late response! I forgot about this thread.
On Mon, May 9, 2011 at 07:35, Mark S. wrote:
> Note to Aankhen: To get inline images to work, you need to install the PNG
> and JPEG libraries from http://gnuwin32.sourceforge.net/ . Then put the
> resulting C:...gnuwin32/bin directory i
Dear Org-mode list members:
I am using org-mode to write a research paper. I am very pleased with the
way org-mode works for LaTeX export.
However I am stuck and I can't seem to find the solution using google (I am
sure I am missing something). Could you please help me with the following:
1. How
43 matches
Mail list logo