On Mon, Nov 21, 2011 at 06:40, zwz wrote:
> SO I just want to know if there is some convenient
> way to export just one frame without tagging all the other frames as
> :noexport.
Subtree export?
--
Suvayu
Open source is the future. It sets us free.
Eric Schulte writes:
Hi Eric
> Hi Martyn,
>
> Tom mentioned this regression earlier and I treated it as a new
> restriction on variable specifications, but if multiple people are
> running into this issue I suppose spaces around equals should be
> supported.
>
> I have just pushed up a change and
On Fri, Nov 18, 2011 at 11:21 AM, Jambunathan K wrote:
> Suvayu/Rustom
>
> suvayu ali writes:
>
> > Hi Jambunathan,
> >
> > On Thu, Nov 17, 2011 at 11:06, Jambunathan K
> wrote:
> >> Can anyone else reproduce this?
> >
> > I can replicate this. The odt file exported by org-odt is not accepted
>
The feature of remove/add cell is quite important. Should be a feature
request.
Another important feature request is to split cells.
Example (copying and paste the example above)
Example:
I have the following table:
|1 |1 |
|2 | two words|
|3 |4 |
|
Hi All,
On 26.05.2011 14:21, Michael Hohmuth wrote:
> * lisp/org.el (org-use-prio-inheritance): New customizable for using
> priority inheritance in agenda views. Defaults to off
> (org-get-priority-char): Factored out from org-get-priority. Return
> priority token from headline, defaulting to a
Hi Daniel
Yes, there is:
1) M- to add the new line
2) mark the region from "t" down to any char from the field below
3) M-Ret
The opposite direction is:
- C-u M-Ret to join the content of a field to the one above
See also C-h f org-table-wrap-region for more tricks.
Michael
On Mon, Nov 21, 201
zwz gmail.com> writes:
> It takes long to export the whole file when it contains many babel
> stuff. And in many cases, I just want to check if the current frame is
> arranged as expected. SO I just want to know if there is some convenient
> way to export just one frame without tagging all the ot
Hi,
I have the following table.
| | |
| 1. | gaaccgacct |
| 2. | aaccgacct |
| 3. | accgacct |
| 4. |ccgacct |
| 5. | cgacct |
| 6. | gacct |
| 7. | acct |
| 8. |cct |
| 9. | ct |
| 10. | t |
Even though table column are right a
On Mon, Nov 21, 2011 at 17:24, Haluk Dogan wrote:
> Even though table column are right aligned, in my pdf result they are still
> left aligned. What am I supposed to do?
>
#+ATTR_LATEX: align=lr
to left align the first column and right align the second column.
HTH
--
Suvayu
Open source is t
Dear Org-Babel developers,
When I am exporting an *.org buffer to, say, HTML or PDF (via Latex) the code
blocks of at least some languages are executed during the export process. (Has
this always been like that, I noticed this for the first time?)
I would like to switch that off completely. I
Hi Torsten,
Torsten Anders wrote:
> Dear Org-Babel developers,
>
> When I am exporting an *.org buffer to, say, HTML or PDF (via Latex) the
> code blocks of at least some languages are executed during the export
> process. (Has this always been like that, I noticed this for the first
> time?)
>
>
"Sebastien Vauban" writes:
> Hi Torsten,
>
> Torsten Anders wrote:
>> Dear Org-Babel developers,
>>
>> When I am exporting an *.org buffer to, say, HTML or PDF (via Latex) the
>> code blocks of at least some languages are executed during the export
>> process. (Has this always been like that, I n
Hi,
how can I display my email address in the first page of my presentation?
Thanks.
p.s. #+EMAIL property has been already set.
--
HD
>> Org-mode has *many* customization variables, and for most problems a
>> variable will exist to solve the problem,
>
> I understand where you're coming from. True, it is not possible to
> handle all obscure and arcane cases, that's what all these variables are
> for, but I don't think that a situ
Haluk Dogan wrote:
> Hi,
>
> how can I display my email address in the first page of my presentation?
>
> Thanks.
>
> p.s. #+EMAIL property has been already set.
>
Have you read the manual? Hint: sec. 12.2, "Export Options".
Alternatively, press C-x C-e after the closing paren:
(info "(or
Howdy,
I've just stumbled across Zotero and have been reading about how folks
are working to integrate it with org-mode, but from what I've read so
far, all of the work has been on the citation end.
Has anybody pursued creating Zotero-friendly headers/metadata in HTML
exports? I use org-mode to
Nicolas Goaziou writes:
> Eric Schulte writes:
>
>> "name" is and should be an element of the `org-babel-data-names' list as
>> it is the preferred way to name data in an Org-mode file, e.g.,
>>
>> #+name: foo
>> - 1
>> - 2
>> - 3
>
> I agree.
>
>> The only reason that "tblname" and "results" ar
Hello all,
I have an OT request that can hopefully be answered by emacs gurus in
less than a minute:
I'm looking for an emacs search expression that finds :PROPERTIES:
*without* a matching :END: ...
Thanks and Cheers and sorry for the OT ...
Markus
Hello,
I've added org-element.el in contrib directory. It is a complete parser
and interpreter for Org syntax.
While it was written to be extensible, it is also an attempt to
normalize current syntax and provide guidance for its evolution.
Org syntax can be divided into three categories: "Great
Hi,
Does Erik Hetzner's zotero-plain work for you?
If so, I'd try this experiment: set zotero-default-bibliography-style
to "COinS". Then insert a citation in Org using zotero-plain. In the
link description, instead of a nicely formatted bibliographic
reference, I imagine you should get the C
On Mon, 21 Nov 2011, Christian Moe wrote:
> Hi,
>
> Does Erik Hetzner's zotero-plain work for you?
I thought zotero-plain was used to add citations. What I'm trying to do
is use org-mode to export HTML files with Zotero-friendly headers that
the Zotero plugin will pick-up on in the browser.
I ca
* lisp/org.el (org-add-planning-info): Treat absolute time too.
TINYCHANGE
---
lisp/org.el |7 +++
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/lisp/org.el b/lisp/org.el
index fffb0c1..3342b87 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -12078,9 +12078,8 @@ be removed.
Markus Heller wrote:
> Hello all,
>
> I have an OT request that can hopefully be answered by emacs gurus in
> less than a minute:
>
> I'm looking for an emacs search expression that finds :PROPERTIES:
> *without* a matching :END: ...
>
If you mean a regexp, you are wasting your time[fn:1]. Re
Nicolas Goaziou writes:
Hi Nicolas
> Hello,
>
>
> I've added org-element.el in contrib directory. It is a complete parser
> and interpreter for Org syntax.
>
> While it was written to be extensible, it is also an attempt to
> normalize current syntax and provide guidance for its evolution.
>
> Or
* lisp/org.el (parse-time-weekdays): Must not be void.
TINYCHANGE
---
lisp/org.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lisp/org.el b/lisp/org.el
index 253703b..41d418a 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -15229,7 +15229,7 @@ user."
(setq org-rea
Martyn Jago writes:
Hi Torsten
> Hi Torston
>
> Torsten Anders writes:
>
>> Also, the setting results: silent seems to be ignored.
>>
>> Best wishes,
>> Torsten
>>
>>
>> On 19 Nov 2011, at 15:22, Torsten Anders wrote:
>>
>>> Dear Martyn Jago, dear all,
>>>
>>> I just pulled the latest version
Hi,
Is the subscription to the mailing list working at the moment? Because
I tried today to subscribe and I didn't get the confirmation mail. I
tried a couple of hours ago and still nothing.
Thanks,
S.
I use standard org-mode methods to publish my projects to html. However by
default they are published with tag content="text/html;charset=iso-8859-1"/>, however i need charset to be
changed to "utf8", as i am using Russian in my blog too. Please make it
possible somehow. Best wishes.
Nick Dokos writes:
> Markus Heller wrote:
>
>> Hello all,
>>
>> I have an OT request that can hopefully be answered by emacs gurus in
>> less than a minute:
>>
>> I'm looking for an emacs search expression that finds :PROPERTIES:
>> *without* a matching :END: ...
>>
>
> If you mean a regexp,
Well, that message got through to the list :).
Chris
On Nov 21, 2011, at 8:45 AM, Stelian Iancu wrote:
> Hi,
>
> Is the subscription to the mailing list working at the moment? Because
> I tried today to subscribe and I didn't get the confirmation mail. I
> tried a couple of hours ago and still
My guess is that it's the 18720th byte of the file. To get there, go
to the start of your buffer and type M-x goto-char 18720
On Mon, Nov 21, 2011 at 11:27 PM, Markus Heller wrote:
> Nick Dokos writes:
>
>> Markus Heller wrote:
>>
>>> Hello all,
>>>
>>> I have an OT request that can hopefully
Markus Heller wrote:
> AS for an example, I'm in one of my org files and I do C-TAB and get the
> following error:
>
> OVERVIEW
> CONTENTS...done
> SHOW ALL
> if: :END: line missing at position 18720
> Quit
> Mark set
>
> Where is position 18720? I apologize if this is a stupid question, but
Markus Heller wrote:
> Unfortunately, I cannot install cygwin on my work computer. I'll have
> to figure something else out ...
>
Just copy the file to a Linux/Unix/OSX/... machine and do the searches there.
USB sticks were invented for exactly that purpose :-)
> AS for an example, I'm in one
I just tested this.
M-x goto-char RET RET ;; In this case 18720
Sends you directly to the end of your :PROPERTIES: line that does not have
an associated :END:.
You'll simply have to then add :END: after the appropriate properties, or
remove the :PROPERTIES: line that shouldn't be present (as th
Dear Sebastien and Eric,
Thanks a lot for your kind replies. However, this is not yet quite what I am
after.
I want to be able to manually execute each code block, but not automatically
whenever the whole document is rendered. So, I would always switch on/off "eval
never". Hm...
I will try o
Nick Dokos writes:
> Markus Heller wrote:
>
>
>> AS for an example, I'm in one of my org files and I do C-TAB and get the
>> following error:
>>
>> OVERVIEW
>> CONTENTS...done
>> SHOW ALL
>> if: :END: line missing at position 18720
>> Quit
>> Mark set
>>
>> Where is position 18720? I apologiz
Hi Torsten,
Torsten Anders writes:
> Dear Sebastien and Eric,
>
> Thanks a lot for your kind replies. However, this is not yet quite what I am
> after.
>
> I want to be able to manually execute each code block, but not
> automatically whenever the whole document is rendered. So, I would
> alway
sindikat wrote:
> I use standard org-mode methods to publish my projects to
> html. However by default they are published with tag http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>,
> however i need charset to be changed to "utf8", as i am using Russian
> in my blog too. Please
At Mon, 21 Nov 2011 13:14:02 -0800,
Erik L. Arneson wrote:
>
> On Mon, 21 Nov 2011, Christian Moe wrote:
> > Hi,
> >
> > Does Erik Hetzner's zotero-plain work for you?
>
> I thought zotero-plain was used to add citations. What I'm trying to do
> is use org-mode to export HTML files with Zotero-f
Herbert Sitz writes:
> zwz gmail.com> writes:
>
>> It takes long to export the whole file when it contains many babel
>> stuff. And in many cases, I just want to check if the current frame is
>> arranged as expected. SO I just want to know if there is some
> convenient
>> way to export just one
On Tue, Nov 22 2011, Nicolas Goaziou wrote:
> Hello,
>
>
> I've added org-element.el in contrib directory. It is a complete parser
> and interpreter for Org syntax.
This looks great! Is the eventual idea to use this library for other
basic org functionality? It seems ideal for replacing the guts
At Sun, 13 Nov 2011 12:31:20 -0700,
Eric Schulte wrote:
>
> [1 ]
> David Maus writes:
>
> > Hi Eric,
> >
> > At Tue, 18 Oct 2011 10:22:34 -0600,
> > Eric Schulte wrote:
> >> Hi David,
> >>
> >> I agree it would be preferable to note that not all tests are run when
> >> dependencies are missing, a
At Sat, 19 Nov 2011 21:37:08 -0500,
Bernt Hansen wrote:
>
>
> Consider the following org file:
>
> --8<---cut here---start->8---
> * Orig Task 1
> SCHEDULED: <2011-11-19 Sat +1w>
> :LOGBOOK:
> - Note taken on [2011-11-19 Sat 21:24] \\
> foo
> CLOCK: [2011-11-18
43 matches
Mail list logo