Nick Dokos writes:
>> #+bind: org-latex-title-command ""
>>
>> This is still generating a \maketitle line in my .tex file.
>>
>> What's the proper way to do this on Org 8.0?
>>
>>
>
> I suspect this is the same problem as the one discussed in the following:
>
>http://thread.gmane.org/gmane.em
John Hendy writes:
> I sometimes don't want a title in my LaTeX exported documents and used to use:
>
> #+bind: org-export-latex-title-command ""
>
> in my documents. I see that the new variable is simply
> =org-latex-title-command= and now have:
>
> #+bind: org-latex-title-command ""
>
> This is
Thorsten Jolitz writes:
>> , and it should be hooked somehow into the folding/unfolding routines
>> to auto-update.
>
> Thats what I thought too, but I ran into a problem I could not solve so
> far, so this user-command based implementation (show the cookies on
> demand) is kind of the second-bes
On Thu, May 23, 2013 at 10:39:03AM +0200, Sebastien Vauban wrote:
> Hi Suvayu, Thorsten,
>
> Suvayu Ali wrote:
> >> Now I wonder if such a feature already exists in Org-mode (I would not
> >> be surprised, but I'm not aware of it) and if anybody would be
> >> interested in having such a feature?
>
Bastien writes:
> Hi Suvayu,
>
> Suvayu Ali writes:
>
>> I believe you can use git for this. Try
>>
>> $ git clean -n -x
>
> I didn't know this git command, neat!
>
> The problem we were discussing is different: it's about deleting
> HTML pages that have been published and that have no corres
Hi Bastien,
>> Loading tags from a #+SETUPFILE is causing inconsistent behavior
>> in the tag-selection for both in-buffer selection via C-c C-q
>> (`org-set-tags-command`) and in-agenda selection via :
>> (`org-agenda-set-tags`).
Bastien> Thanks a lot for reporting this and
Paul Stansell writes:
>> here's the line you're looking for:
>>
>> #+ATTR_LaTeX: :width 5cm :options angle=90
>
> Thanks very much, that does what I want.
>
> Also, regarding the manual being up-to-date or not, I took my instructions
> from the page at http://orgmode.org/manual/Images-in-LaTeX-e
John Hendy writes:
> I have a use case and am not sure if Org would help or not. I've
> downloaded a bunch of technical data sheets on various materials from
> a vendor. I'd like to create a "booklet" of them with a cover page
> table of contents.
You can use pdfpages for this. There's a comman
On Wed, May 1, 2013 at 7:04 AM, Puneeth Chaganti wrote:
> Mike,
>
> On Wed, May 1, 2013 at 4:18 PM, Michael Alan Dorman
> wrote:
>> Puneeth Chaganti writes:
>>> Or, if it seems reasonable, we could club the two projects into a
>>> single one to give the users something that's better than a sum o
Hi,
I'm playing a bit with org-element for org-contacts and I wanted to know
what is the prefered way to change an element.
For example, ATM, when I want to change an element property to add a new
value, I do:
#+BEGIN_SRC emacs-lisp
(org-entry-put nil property
(concat (org-ent
John Hendy writes:
> I sometimes don't want a title in my LaTeX exported documents and used to use:
>
> #+bind: org-export-latex-title-command ""
>
> in my documents. I see that the new variable is simply
> =org-latex-title-command= and now have:
>
> #+bind: org-latex-title-command ""
>
> This is
Dnia 2013-05-23, o godz. 17:48:59
John Hendy napisał(a):
> I sometimes don't want a title in my LaTeX exported documents and
> used to use:
>
> #+bind: org-export-latex-title-command ""
>
> in my documents. I see that the new variable is simply
> =org-latex-title-command= and now have:
>
> #+b
I sometimes don't want a title in my LaTeX exported documents and used to use:
#+bind: org-export-latex-title-command ""
in my documents. I see that the new variable is simply
=org-latex-title-command= and now have:
#+bind: org-latex-title-command ""
This is still generating a \maketitle line i
On Thu, May 23, 2013 at 5:20 PM, Suvayu Ali wrote:
> On Thu, May 23, 2013 at 03:21:56PM -0500, John Hendy wrote:
>>
>> Is it easier to just generate a list of files and use Org to "include"
>> them somehow via LaTeX instead of using Stapler to combine them?
>
> I would use a shell script to write
Hello Francesco,
That won't help you, but I've already sent questions on this problem, last
year (Org < 8). See my post on
http://lists.gnu.org/archive/html/emacs-orgmode/2012-02/msg00247.html.
Though, it's (for me) still unfixed as of today.
The good news is that Nicolas seemed OK to look at it
On Thu, May 23, 2013 at 03:21:56PM -0500, John Hendy wrote:
>
> Is it easier to just generate a list of files and use Org to "include"
> them somehow via LaTeX instead of using Stapler to combine them?
I would use a shell script to write an Org file with headlines derived
from the filenames and i
Dnia 2013-05-23, o godz. 15:21:56
John Hendy napisał(a):
> I have a use case and am not sure if Org would help or not. I've
> downloaded a bunch of technical data sheets on various materials from
> a vendor. I'd like to create a "booklet" of them with a cover page
> table of contents.
>
> I can
> For those interested in MobileOrg on iOS devices, it has been approved
> and will be back in the store soon, it can take up to 24 hours to
> become available.
awesome!! thanks *very* much!!
Nicolas Goaziou writes:
> Nick Dokos writes:
>
>> I learnt quite a bit from this discussion (thank you!), but I'm still a
>> bit puzzled about your reluctance that custom options be added to the
>> latex call. Why is that? Too many customizations? dvipng should be
>> deprecated? Too many twisty
> here's the line you're looking for:
>
> #+ATTR_LaTeX: :width 5cm :options angle=90
Thanks very much, that does what I want.
Also, regarding the manual being up-to-date or not, I took my instructions
from the page at http://orgmode.org/manual/Images-in-LaTeX-export.html which
does seem out of d
I have a use case and am not sure if Org would help or not. I've
downloaded a bunch of technical data sheets on various materials from
a vendor. I'd like to create a "booklet" of them with a cover page
table of contents.
I can create the booklet very easily with Stapler (or similar), but am
not su
Hello,
Thanks for your patch.
> An alternative would be to stick this into ox-latex.el, which then
> wouldn't interfere with other backends.
>
> I also think this functionality is good to have, since longer latex
> documents often have unnumbered sections (and there seem to be
> periodic question
Hi,
If the intention is to use epresent with org file, is it necessary to put
the following instructions in epresent.el and epresent-org.el?
(require 'ox)
(require 'ox-latex)
I suppose that when a org file is loaded, this library and corresponding are
already loaded, so these intructions may be
On Thu, May 23, 2013 at 07:54:12PM +0200, Bastien wrote:
> Hi Suvayu,
>
> Suvayu Ali writes:
>
> > I believe you can use git for this. Try
> >
> > $ git clean -n -x
>
> I didn't know this git command, neat!
>
> The problem we were discussing is different: it's about deleting
> HTML pages th
Hi Bastien,
Bastien wrote:
> Hi Viktor,
>
> Viktor Rosenfeld writes:
>
> > The files are:
> > - http://orgmode.org/worg/org-tutorials/koma-letter-export.html
> > - http://orgmode.org/worg/org-tutorials/koma-letter-example.html
> >
> > Sorry for the inconvenience.
>
> Deleted, thanks.
Thanks!
Hi Eric,
Eric S Fraga writes:
> I've had a look at the source (reasonably up to date) but this variable
> does not seem to be something I should be setting. Is my capture rule
> somehow wrong? Or is this a bug in org-capture?
I can't reproduce this... can you reproduce the problem with emacs
Hi Suvayu,
Suvayu Ali writes:
> I believe you can use git for this. Try
>
> $ git clean -n -x
I didn't know this git command, neat!
The problem we were discussing is different: it's about deleting
HTML pages that have been published and that have no corresponding
.org file anymore -- the wa
Hi Viktor,
Viktor Rosenfeld writes:
> The files are:
> - http://orgmode.org/worg/org-tutorials/koma-letter-export.html
> - http://orgmode.org/worg/org-tutorials/koma-letter-example.html
>
> Sorry for the inconvenience.
Deleted, thanks.
> Is there also a way not to publish Org files to HTML whi
Hi Bastien,
Bastien wrote:
> Hi Viktor,
>
> Viktor Rosenfeld writes:
>
> > However, the old version of the tutorial still shows at the old address.
> > I moved the file in the worg git repository from org-tutorials/ to
> > exporters/ but now there are two separate HTML copies. Do I have to do
Nick Dokos writes:
> I learnt quite a bit from this discussion (thank you!), but I'm still a
> bit puzzled about your reluctance that custom options be added to the
> latex call. Why is that? Too many customizations? dvipng should be
> deprecated? Too many twisty passages to explain?
Huh? I'm n
Nicolas Goaziou writes:
>> OK, that works - I didn't know about the three-element list
>> form. Thanks!
>
> The surprising part of that third element is that it is assumed to be
> non-nil when missing (see `org-latex-packages-to-string').
>
Yes, presumably in the name of backward compatibility a
Hi Bastien,
On Thu, May 23, 2013 at 10:21:23AM +0200, Bastien wrote:
> Viktor Rosenfeld writes:
>
> > However, the old version of the tutorial still shows at the old address.
> > I moved the file in the worg git repository from org-tutorials/ to
> > exporters/ but now there are two separate HTML
Hi Michael,
Michael Bach writes:
> I see from the browser's javascript tools console, that the 'Show Org source'
> button's onclick function show_org_source() is not defined. Is this file
> accessible otherwise?
I fixed the function. Thanks for reporting this!
--
Bastien
Eric S Fraga writes:
> Hello,
>
> I have the following org capture template:
>
> #+begin_src emacs-lisp
> (setq org-capture-templates '(("j" "journal" entry (file+datetree+prompt
> "~/s/notes/journal.org")
>"* %(format-time-string \"%H:%M\") %^{Entry}
> %^G\n%i%?
Hi Rafal
On Thu, May 23, 2013 at 4:47 PM, The Dude wrote:
> BTW, what is the difference between `C-u C-c C-c' and `C-u C-*'? I
> thought they're doing the same thing.
- `C-u C-c *' or `C-u C-c C-c': recalculate once
- `C-u C-u C-c *' or `C-u C-u C-c C-c' (`org-table-iterate'): repeat
recalcul
-> Michael Brand writes:
[...]
> Let me suggest one more variant. No row numbers, uses the fact that
> the formula for $3 is not evaluated in the header and it circumvents
> the bug:
> | | WP | Days | Arrival Date |
> | || | <2013-06-05 Wed> |
> |---++--+
Christopher Schmidt writes:
>> Wrong setup, a bug or intentional?
>
> This is a bug. Can you please give this patch a try and see if it
> corrects the issue? Apply it on master (06cdb2d). Thanks!
Patch applied, Tab works.
I will test it more thoroughly over the next days.
Thanks!
Memnon
Nick Dokos writes:
> Nicolas Goaziou writes:
>
>>> ... I set:
>>>
>>> (setq org-export-latex-listings 'minted)
>>
>> You mean `org-latex-listings'. `org-export-latex-listings' belongs to
>> the old export framework (like almost all variables with
>> "org-export-BACKEND-" prefix).
>>
>
> Yes, in
Matt, this is very useful! I agree with you, I also tend to create
several org-mode files for a project that is becoming too large. For
example, I keep a separate org-file for each paper or report, another
with notes, another with analysis (with R code blocks), etc.
One issue is that I use lots
Memnon Anon writes:
> Footnotes:
> [1] https://www.youtube.com/watch?v=fnk0TJC7iJI
> Nice one ;)
Indeed, and it made me discover 'grep-find', thanks for the tip to
Bastien, thats definitely a useful function.
--
cheers,
Thorsten
> I tried to use the orgstruct minor mode, but it didn't seem to do
> anything, although I used exactly the same setup Bastien showed in his
> interview[1].
>
> After a while, I realized it was because I was using emacs in an
> xterm. Steps to reproduce below.[2]
Some bindings, such as M-TAB, C-n
Dear org-mode Users and Developers,
I just tried to get an example of the usage of the new ox-beamer module and
thus tried to view the source of the org file referenced on the ox-beamer
example page on worg[1].
I see from the browser's javascript tools console, that the 'Show Org source'
butto
Hi,
I tried to use the orgstruct minor mode, but it didn't seem to do
anything, although I used exactly the same setup Bastien showed in his
interview[1].
After a while, I realized it was because I was using emacs in an xterm.
Steps to reproduce below.[2]
Wrong setup, a bug or intentional?
If
On Thu, May 23, 2013 at 5:16 AM, Michael Brand
wrote:
> Hi Bastien
>
> On Thu, May 23, 2013 at 12:07 PM, Bastien wrote:
>> Does it make a difference whether the file has a #+setupfile
>> directive or not?
>
> The issue disappears when I remove #+setupfile as I "expected". Sorry,
> I forgot to men
Carsten Dominik writes:
Hi Carsten,
> On 22 mei 2013, at 22:44, Thorsten Jolitz wrote:
> What is it all about? With 'org-hlc'
>
> ,
> | Behind every folded headline, a little 'cookie' shows the number of
>
Hi Bastien
On Thu, May 23, 2013 at 12:07 PM, Bastien wrote:
> Does it make a difference whether the file has a #+setupfile
> directive or not?
The issue disappears when I remove #+setupfile as I "expected". Sorry,
I forgot to mention that the
(when (search-forward "#+setupfile" nil t)
looked sus
Michael Brand writes:
>> My bisect says:
>> b83c0309a7ecb86251451557a12e451fe9f93b11 is the first bad commit
>
> Same here.
Thanks for confirming.
Does it make a difference whether the file has a #+setupfile
directive or not?
--
Bastien
Hi Bastien
Thanks for investigating.
On Thu, May 23, 2013 at 11:15 AM, Sebastien Vauban
wrote:
> My bisect says:
> b83c0309a7ecb86251451557a12e451fe9f93b11 is the first bad commit
Same here.
>> I'll investigate -- in the meantime, could you just let me know what
>> version of Emacs do you use
Hello,
I have the following org capture template:
#+begin_src emacs-lisp
(setq org-capture-templates '(("j" "journal" entry (file+datetree+prompt
"~/s/notes/journal.org")
"* %(format-time-string \"%H:%M\") %^{Entry}
%^G\n%i%?")))
#+end_src
(other rules elided for
Bastien,
My bisect says:
--8<---cut here---start->8---
b83c0309a7ecb86251451557a12e451fe9f93b11 is the first bad commit
commit b83c0309a7ecb86251451557a12e451fe9f93b11
Author: Bastien Guerry
Date: Thu May 16 10:33:32 2013 +0200
Fix handling of setup fil
Hi Suvayu, Thorsten,
Suvayu Ali wrote:
>> Now I wonder if such a feature already exists in Org-mode (I would not
>> be surprised, but I'm not aware of it) and if anybody would be
>> interested in having such a feature?
>
> As per my understanding, there is no such feature; and as a user, I
> would
Hi Rafal
On Thu, May 23, 2013 at 8:43 AM, The Dude wrote:
> The problem is that when I change the $sdate and recalculate the whole
> table with `C-u C-u C-c C-c' only the element @4$4 is set. It seems
> like the column formula doesn't apply to the other fields.
This I consider a bug, minimal e
Hi Viktor,
Viktor Rosenfeld writes:
> However, the old version of the tutorial still shows at the old address.
> I moved the file in the worg git repository from org-tutorials/ to
> exporters/ but now there are two separate HTML copies. Do I have to do
> something else to explicitly delete the o
Am 23.05.2013 09:55, schrieb Bastien:
> Rainer Stengele writes:
>
>> I switched to
>> commit 838e421bf53c2ae41e6321d363fd0e8b85eb3c32
>> and the colors are back again.
>
> Thanks all for testing/bisecting this.
>
> I'll investigate -- in the meantime, could you just let me know what
> version o
Hi Thorsten,
On 22 mei 2013, at 22:44, Thorsten Jolitz wrote:
>
> Hi List,
>
> I ported this from outshine.el (i.e. outline-minor-mode) to Org-mode,
> hope it is useful.
>
> What is it all about? With 'org-hlc'
>
> ,
> |
-> Christian Moe writes:
> Hi, Dude,
> Not quite sure why that doesn't work (nor gives an error message about
> trying to set the same cell). However, it will work if you specify the
> cell range:
>> @4$4=$sdate + $3::$4=@-1$4+$3
> ^^
> @4$4=$sdate + $3::@5$4..@20$4=@-1$
Hi Bastien,
Bastien wrote:
> Hi Viktor,
>
> Viktor Rosenfeld writes:
>
> >> I believe I can give a partial answer: it looks like Worg isn't
> >> publishing right now, which suggests that there was a recent commit
> >> which broke things. The search for the problem begins. Once the
> >> error
Matt Price writes:
> On Wed, May 22, 2013 at 5:02 AM, Christian Moe wrote:
>>
>> I have a rough, working example of this enabling Zotero cites for ODT
>> export (attached).
> Hi Christian,
>
> I'm really interested in this, as I use Zotero not only for writing
> but for group bibliographies in m
Hi everybody,
Viktor Rosenfeld wrote:
> > > I recently wrote a tutorial for the ox-koma-letter exporter [1] which
> > > includes a link to an Org file [2] file and a PDF file [3] as examples.
> > > The files are checked into the Worg repository, but they are not
> > > available online. Is there s
Rainer Stengele writes:
> I switched to
> commit 838e421bf53c2ae41e6321d363fd0e8b85eb3c32
> and the colors are back again.
Thanks all for testing/bisecting this.
I'll investigate -- in the meantime, could you just let me know what
version of Emacs do you use?
--
Bastien
Hi Viktor,
Viktor Rosenfeld writes:
>> I believe I can give a partial answer: it looks like Worg isn't
>> publishing right now, which suggests that there was a recent commit
>> which broke things. The search for the problem begins. Once the
>> error is identified and fixed, then things should
Thorsten Jolitz writes:
> Hi List,
>
> I ported this from outshine.el (i.e. outline-minor-mode) to Org-mode,
> hope it is useful.
That looks very nice indeed and a very nice addition to the ellipsis
shown - I would definitely support that it is included in org and I
would use it.
Cheers,
R
Hi, Dude,
Not quite sure why that doesn't work (nor gives an error message about
trying to set the same cell). However, it will work if you specify the
cell range:
> @4$4=$sdate + $3::$4=@-1$4+$3
^^
@4$4=$sdate + $3::@5$4..@20$4=@-1$4+$3
^^^
63 matches
Mail list logo