Aloha Herbert,
I think you're right about the potential to improve the documentation.
That's an on-going process. Could you suggest some specific changes?
All the best,
Tom
Herbert Sitz writes:
> Eric Schulte gmail.com> writes:
>
>>
>> Babel sessions explicitly are thin wrappers around the
On Jun 20, 2011, at 9:32 PM, Achim Gratz wrote:
>
> In org-clock.el, the following definition is found:
>
> (defcustom org-clock-into-drawer org-log-into-drawer
> "Should clocking info be wrapped into a drawer?
> When t, clocking info will always be inserted into a :LOGBOOK: drawer.
> If neces
Hi Jason,
On Jun 16, 2011, at 8:44 PM, Jason Dunsmore wrote:
> 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
On ma 20-jun-2011 19:37
Bernt Hansen wrote:
>> Should the first task in a subproject of a project
>> having the ':ORDERED:' property set to true be blocked from marking
>> 'DONE'? If so, why?
>
> I think the answer is yes it should be blocked because the entire tree
> is blocked - the previou
On 21/06/11 08:49, Carsten Dominik wrote:
On Jun 20, 2011, at 9:32 PM, Achim Gratz wrote:
In org-clock.el, the following definition is found:
(defcustom org-clock-into-drawer org-log-into-drawer
"Should clocking info be wrapped into a drawer?
When t, clocking info will always be inserted i
Marcel van der Boom writes:
[...]
> That will allow me to work on the subitems in parallel. Obvious
> disadvantage is that the subproject as such can only have a
> 'count' or 'percentage' but not a 'state' and thus cannot be tracked
> anymore.
>
> Any other suggestions for a way to work on subit
Marcel van der Boom writes:
> On ma 20-jun-2011 19:37
> Bernt Hansen wrote:
>
>>> Should the first task in a subproject of a project
>>> having the ':ORDERED:' property set to true be blocked from marking
>>> 'DONE'? If so, why?
>>
>> I think the answer is yes it should be blocked because the
On di 21-jun-2011 07:30
Bernt Hansen wrote:
> You can also force the task state to DONE with a triple prefix (C-u
> C-u C-u C-c C-t d) which will ignore the blocking rules for this state
> change.
I think I'll use this, sounds the simplest for my usecase.
Thanks,
marcel
--
Marcel van der Boo
On Jun 21, 2011, at 1:40 PM, Marcel van der Boom wrote:
>
> On di 21-jun-2011 07:30
> Bernt Hansen wrote:
>
>> You can also force the task state to DONE with a triple prefix (C-u
>> C-u C-u C-c C-t d) which will ignore the blocking rules for this state
>> change.
And one more alternative:
If
On Jun 21, 2011, at 1:54 PM, Carsten Dominik wrote:
>
> On Jun 21, 2011, at 1:40 PM, Marcel van der Boom wrote:
>
>>
>> On di 21-jun-2011 07:30
>> Bernt Hansen wrote:
>>
>>> You can also force the task state to DONE with a triple prefix (C-u
>>> C-u C-u C-c C-t d) which will ignore the block
* Eric S Fraga wrote:
> Karl Voit writes:
>
>> * Eric S Fraga wrote:
>>> you can clone with time shift whole trees, etc.
>>
>> Oh, I have to look up that clone thing. This is new to me. Do you
>> happen to have an URL for this feature by instance?
>
> ,[ org-clone-subtree-with-time-shift ]
Karl Voit writes:
[...]
> Sure, org-clone-subtree-with-time-shift is very cool indeed. But it
> goes in this direction:
>
> * Event <2011-06-21 Tue>
> * Event <2011-06-28 Tue>
> * Event <2011-07-05 Tue>
> * Event <2011-07-12 Tue +1w>
>
> But I aim in a slightly different direct
Hello,
I'm using the org-mode 7.5 in Emacs 23.3.
I noticed this lines in org:
** ``Internal'' and "External" Example
``Internal'' and "External" Examples in paragraph
will result in tex:
\section{``Internal'' and "External" Example}
\label{sec-1_1}
``Internal'' and ``External'' Example
On Mon, Jun 20, 2011 at 5:08 PM, Nick Dokos wrote:
> Herbert Sitz wrote:
>
>> ... (and, it turns out, _avoid_ blank lines in other cases)
>
> What are those cases?
>
> Nick
>
_Every_ spot where a blank line occurs that is followed by
"unindented" line of (uncommented) code. By design, the blank
Hi, my first post here: So big shout outs to all org-mode hackers. Great Stuff!
There is one feature I'd really like to have, but i couldn't find anything that
does what i want. I guess it's just a small hack, but with my retarded elisp
skills it would take me days to implement it.
WYSIWYG Late
On di 21-jun-2011 13:40
Marcel van der Boom wrote:
>> You can also force the task state to DONE with a triple prefix (C-u
>> C-u C-u C-c C-t d) which will ignore the blocking rules for this
>> state change.
> I think I'll use this, sounds the simplest for my usecase.
On second thought, the pa
Nicolas Goaziou gmail.com> writes:
>
> Indeed, I noticed that when working on Paul's report. Issues should be
> fixed now.
>
> Regards,
>
All working fine now, thanks!
Paul
* lisp/org-latex.el (org-export-latex-fontify-headline): Convert
quotes to their LaTeX equivalents using
org-export-latex-quotation-marks.
---
Xin Shi wrote:
> Hello,
> I'm using the org-mode 7.5 in Emacs 23.3.
> I noticed this lines in org:
> ** ``Internal'' and "External" Example
>``Inter
Benjamin Slade wrote:
> When I'm using orgtbl in the midst of a LaTeX document, is there a way to
> tell it to export *bold*
> as \textbf{bold}, /italics/ as \textit{italics} etc.?
Yes, just like that. For example, the following works fine for me:
--8<---cut here---star
Thomas S. Dye tsdye.com> writes:
>
> Aloha Herbert,
>
> I think you're right about the potential to improve the documentation.
> That's an on-going process. Could you suggest some specific changes?
>
> All the best,
> Tom
Tom --
I would suggest just adding specific warnings that session-bas
Thanks, Nick. Yes, I understand what you're saying.
But what I was wondering is this: orgmode generally interprets *word* as
bolding of "word" and /word/ as italicising of "word". So is there a way to
make it export *word* as \textbf{word} and /word/ as \textit{word}, when
using orgtbl.
cheers,
Karl Voit writes:
> * Eric S Fraga wrote:
>> Karl Voit writes:
>>
>
>>> * Eric S Fraga wrote:
you can clone with time shift whole trees, etc.
>>>
>>> Oh, I have to look up that clone thing. This is new to me. Do you
>>> happen to have an URL for this feature by instance?
>>
>> ,[ or
Aloha Herb,
I think a note to that effect belongs here:
http://orgmode.org/manual/session.html#session
Perhaps the behavior related to session persistence could be described
there, as well.
Examples are probably best left to the language-specific documentation,
such as it is, at http://orgmode.o
Nick Papior Andersen writes:
> Hi all
>
> I have attached a sample which produces a wrong output in my org-mode
> installation. Both the output TeX file and the org file are attached.
>
> The wrong doing happens when i do "org-export-as-latex". The output tex file
> has removed a certain string l
Sebastian Berchtold writes:
> Hi, my first post here: So big shout outs to all org-mode hackers. Great
> Stuff!
>
> There is one feature I'd really like to have, but i couldn't find
> anything that does what i want. I guess it's just a small hack, but
> with my retarded elisp skills it would tak
Hi Eric
Thanks.
I can see why the new thing would work as it utilizes the listing
environment. If the bug is fully removed then great.
It shows when the verbatim environment is used in my version. If a newer
version of org-mode will ever be used with only the verbatim environment,
then what happ
* Rémi Vanicat wrote:
> Karl Voit writes:
>
>
>> Sure, org-clone-subtree-with-time-shift is very cool indeed. But it
>> goes in this direction:
>>
>> * Event <2011-06-21 Tue>
>> * Event <2011-06-28 Tue>
>> * Event <2011-07-05 Tue>
>> * Event <2011-07-12 Tue +1w>
>>
>> But I aim in
* Eric S Fraga wrote:
> Karl Voit writes:
>
> Better yet, however, is to update the documentation yourself and submit
> a patch!
Pulled the current Org-mode files, read the contribution
instructions[1], found the spot where the information should go and
... boom:
,[ http://orgmode.org/org.h
Thomas S. Dye tsdye.com> writes:
>
> Aloha Herb,
>
> [ . . . ]
>
> Is it the case that the Ruby and Perl interpreters won't run code that
> does run in non-session mode?
>
> All the best,
> Tom
>
Tom --
I don't know about Ruby and Perl, have only done some basic testing in Ruby and
it work
Excellent --- I'm glad that the interaction with emacs-lisp is straightened
out!
I've been continuing working with source blocks and the same problem seems
to be present with clojure interaction.
#+begin_src clojure :exports both :results scalar
(ns whatever)
(defn works? [] true)
#+end_src
#+re
Hi Nick,
I think the solution to your problem may be simply to update to the
latest version of Org-mode, I get the following output when exporting
your example to LaTeX.
--8<---cut here---start->8---
\section{Test}
\label{sec-1}
\begin{enumerate}
\item Try an
Herbert Sitz writes:
> Thomas S. Dye tsdye.com> writes:
>>
>> Aloha Herbert,
>>
>> I think you're right about the potential to improve the documentation.
>> That's an on-going process. Could you suggest some specific changes?
>>
>> All the best,
>> Tom
>
> Tom --
>
> I would suggest just ad
Hi Robert,
I've added "verbatim" to the Emacs-lisp support. The attached patch
should fix the Clojure behavior as well, however since I no longer have
a working clojure install on my system, would you mind confirming it's
behavior before I push it to the git repository?
Thanks -- Eric
>From 3d8
Hi Herb,
I think we're agreed that the documentation should be updated, which
I've just done. As for your proposed solution.
You are suggesting that code to be run "interactively" should be written
to an external file then loaded into the interactive session. This
would certainly work around th
I puzzled with it... And finally got it working... Wasn't a pretty work
around!
Well it all works now! Thanks for this!
I can see your point on the babel stuff.. :)
Kind regards Nick
2011/6/21 Eric S Fraga
> Nick Papior Andersen writes:
>
> > Hi Eric
> >
> > Thanks.
> >
> > I can see why the
Nick Papior Andersen writes:
> Hi Eric
>
> Thanks.
>
> I can see why the new thing would work as it utilizes the listing
> environment. If the bug is fully removed then great.
>
> It shows when the verbatim environment is used in my version. If a newer
> version of org-mode will ever be used with
Hello,
I'm looking for a way to highlight the syntax of the LaTeX fragments inside
orgmode.
I have tried to put the LaTeX parts into:
#+BEGIN_SRC LaTeX
#+END_SRC
But the output tex file will have the
\begin{verbatim}
\end{verbatim}
surrounding the parts. I'm wondering if it's possible to #+BEG
t...@tsdye.com (Thomas S. Dye) writes:
> Aloha Herb,
>
> I think a note to that effect belongs here:
> http://orgmode.org/manual/session.html#session
>
> Perhaps the behavior related to session persistence could be described
> there, as well.
>
> Examples are probably best left to the language-spe
>
>> I have speculated whether the error is due to fortran is not in
>> language list.
>> http://orgmode.org/worg/org-contrib/babel/languages.html
>
> I doubt it. #+begin_src ... #+end_src is somewhat generic; it's only
> when you want babel to interpret the code that the language has to be
> reco
Xin Shi writes:
> Hello,
>
> I'm looking for a way to highlight the syntax of the LaTeX fragments inside
> orgmode.
>
> I have tried to put the LaTeX parts into:
>
> #+BEGIN_SRC LaTeX
> #+END_SRC
>
> But the output tex file will have the
> \begin{verbatim}
> \end{verbatim}
>
> surrounding the par
I'm using org-babel to automate a few tasks and I'd like to define a few
variables that are common to several code blocks as sub-tree properties.
It works when I have only one variable, where I can use
--8<---cut here---start->8---
* Heading
:PROPERTY:
:var
Unfortunately org-mode properties only allow a single entry for any
given key, so you can only specify one variable using properties.
However the following workaround does exist.
*** alternative
:PROPERTIES:
:var: vars=variables
:END:
#+tblname: variables
| var1 | 1 |
| var2 | 2
Hi Eric,
Thanks for your reply!
I added these two lines into .emacs and it worked!
(require 'ob-latex)
(setq org-src-fontify-natively t)
However, I noticed something else is broken with the ob-latex:
The C-c C-e d (export to PDF and open the PDF file) is no longer working.
Maybe a bug in 7.5?
Xin Shi wrote:
>
> However, I noticed something else is broken with the ob-latex:
>
> The C-c C-e d (export to PDF and open the PDF file) is no longer working.
> Maybe a bug in 7.5?
>
Works fine here: Org-mode version 7.5 (baseline.324.ga0bc.dirty)
Nick
Thanks. Maybe it's just not working here.
Also, I got this question every time:
Evaluate this latex code block on your system? (y or n)
Are there anyway to turn accept all?
Xin
On Tue, Jun 21, 2011 at 4:49 PM, Nick Dokos wrote:
> Xin Shi wrote:
>
> >
> > However, I noticed something else
Hi Christian,
That's the first I've heard of that variable? If you do get something
working with multivalued properties please do share.
Cheers -- Eric
Christian Moe writes:
> Hi, Eric,
>
> Just curious: What about the org-entry--multivalued-property functions
> mentioned in "Using the proper
Hi Xin,
I have the following line in my .emacs file:
(setq org-confirm-babel-evaluate nil)
This, I think, turns off asking for evaluation for all languages. Not sure
if it can be done on a language specific basis or not.
Chris
On Jun 21, 2011 4:56pm, Xin Shi wrote:
Thanks. Maybe it's just
Hello,
Eric S Fraga writes:
> Very true. I missed this. Given the indentation, the listing should
> indeed belong to the enumeration item.
>
> Nicolas?
If I export this:
-
* Test
1. Try and use =org-export-as-latex=, it will produce error segment.
#+BEGIN_SRC C
MODULE m_global_prec
Hi, Eric,
Just curious: What about the org-entry--multivalued-property functions
mentioned in "Using the properties API"?
Is anybody using multivalued properties for anything?
Yours,
Christian
On 6/21/11 10:17 PM, Eric Schulte wrote:
Unfortunately org-mode properties only allow a single en
Thank you!
P.S. Although this works, I still think for my purpose of just want to see
the syntax of the LaTeX highlight, this "begin_src latex" might be a bit
overkill. It would be nice the begin_latex have the option to do this job.
Xin
On Tue, Jun 21, 2011 at 5:05 PM, Eric Schulte wrote:
>
Xin Shi writes:
> Thanks. Maybe it's just not working here.
>
> Also, I got this question every time:
>
> Evaluate this latex code block on your system? (y or n)
>
> Are there anyway to turn accept all?
>
the following will disable this prompt
(setq org-confirm-babel-evaluate nil)
Best -- Eric
By default, if used within ordinary paragraphs in org mode, M-up and M-down
transpose *lines* (not sentences). This was not useful to me. The following
code makes these keys transpose paragraphs, keeping the point at the start
of the moved paragraph. Behaviour in tables and headings is unaffected
Thanks Eric,
I'll minimize the need of this by using "#+babel: var=something" for
variables that are common to many blocks.
The tip with the table is a good one also.
--
Darlan Cavalcante
At Tue, 21 Jun 2011 13:17:17 -0700,
Eric Schulte wrote:
>
> Unfortunately org-mode properties only allow
53 matches
Mail list logo