Re: [O] [Latex Export] Influence placement of \maketitle command

2014-05-15 Thread Nick Dokos
Alexander Baier writes: > On 2014-05-15 21:57 Eric S Fraga wrote: >> I put it under its own heading with an :ignoreheading: tag and use the >> filter that was posted on this list (today in fact): > > I can't find the filter you are referring to. I guess it is in the > org-ref thread? I did not f

[O] export to org, header args disappear

2014-05-15 Thread Brady Trainor
I have code blocks such as #+BEGIN_SRC emacs-lisp :tangle no ... #+END_SRC and when I export the file to org, it becomes #+BEGIN_SRC emacs-lisp ... #+END_SRC Is there an option to include the header args on export? Thank you, Brady

Re: [O] [RFC] [PATCH] ob-core.el: allow the auto-generation of output file names for src blocks.

2014-05-15 Thread Aaron Ecay
Hi Achim, 2014ko maiatzak 14an, Achim Gratz-ek idatzi zuen: > That breaks the tests for Octave and Maxima; since you're intentionally > not keeping backwards compatibility here this should be fixed in the > tests, I'd think. Fixed. (It actually required changes to the code, not the tests, since

Re: [O] Clock-in in agenda makes some headings with links disappear

2014-05-15 Thread Thomas Morgan
Hi, Bastien, Here is a recipe for what might be another manifestation of this bug. I'm using the maint branch: Org-mode version 8.2.6 (release_8.2.6-21-g3b9419 @ /src/org-mode/lisp/). Files `setup.el' and `test-case.org' are attached. The directory added to the load path in `setup.el' will prob

[O] [PATCH] Empty inline tasks in latex export

2014-05-15 Thread R. Michael Weylandt
If the body if the inline task is empty, org-latex-inlinetask writes nil in the exported document. This patch skips including contents (and the bar above it) if it's nil. Michael 0001-Handle-empty-tasks-without-printing-nil-in-org-latex.patch Description: Binary data

Re: [O] emacs24-starter-kit and Aquamacs 3.0

2014-05-15 Thread Grant Rettke
"brew linkapps" does this for you. Grant Rettke | AAAS, ACM, ASA, FSF, IEEE, SIAM, Sigma Xi gret...@acm.org | http://www.wisdomandwonder.com/ “Wisdom begins in wonder.” --Socrates ((λ (x) (x x)) (λ (x) (x x))) “Life has become immeasurably better since I have been forced to stop taking it seriousl

Re: [O] *text* in headlines and export to latex

2014-05-15 Thread Seb Frank
Is this customizable at all? I've seen some old threads where people used @ for alert (and a hack to replace it with something else if the \alert command didn't exist, see http://lists.gnu.org/archive/html/emacs-orgmode/2010-01/msg00614.html and http://lists.gnu.org/archive/html/emacs-orgmode/2010-

Re: [O] [Latex Export] Influence placement of \maketitle command

2014-05-15 Thread Alexander Baier
On 2014-05-15 21:57 Eric S Fraga wrote: > I put it under its own heading with an :ignoreheading: tag and use the > filter that was posted on this list (today in fact): I can't find the filter you are referring to. I guess it is in the org-ref thread? I did not follow that thread as org-ref seems

Re: [O] [Latex Export] Influence placement of \maketitle command

2014-05-15 Thread Eric S Fraga
On Thursday, 15 May 2014 at 21:02, Alexander Baier wrote: [...] > While we are on the topic of placing "stuff": I also need to insert > citations for which I use bibtex. I use #+LATEX: > \bibliographystyle{plain} and #+LATEX: \bibliography{literatur} under my > last header for the bibliography to

Re: [O] emacs24-starter-kit and Aquamacs 3.0

2014-05-15 Thread Vikas Rawal
This thread is rather off-topic for this list. Isn’t it? But since we have a hugely tolerant community, it is perhaps okay. I have a homebrew install, with a symbolic link to /Applications/Emacs.app. Works just fine. Vikas On 15-May-2014, at 8:51 pm, Thomas S. Dye wrote: > Aloha all, > >

Re: [O] [Latex Export] Influence placement of \maketitle command

2014-05-15 Thread Alexander Baier
On 2014-05-14 21:01 Nick Dokos wrote: > Alexander Baier writes: [...] >> Is there a way for me to influence the placement of =\maketitle= and >> thus be able to order those commands "the right way"? > If \institute can be placed in the preamble, then using #+LATEX_HEADER > instead of #+LATEX is

Re: [O] emacs24-starter-kit and Aquamacs 3.0

2014-05-15 Thread Thomas S. Dye
Aloha all, Macports has an emacs-app that bundles all the files in /Applications/MacPorts/Emacs.app/ We use this at work and find it convenient. All the best, Tom Rick Frankel writes: > On 2014-05-15 10:31, Vikas Rawal wrote: >> Probably not the answer you want, but as a long-time mac and ema

Re: [O] emacs24-starter-kit and Aquamacs 3.0

2014-05-15 Thread Peter Neilson
On Thu, 15 May 2014 10:28:13 -0400, Axel Kielhorn wrote: I should have asked earlier, but everyone was suggesting Aquamacs. Since I'm starting from scratch I don't mind switching and it will be easier to share my configuration with the Unix machine I sometimes telnet to. Yes. Because

Re: [O] emacs24-starter-kit and Aquamacs 3.0

2014-05-15 Thread Rick Frankel
On 2014-05-15 10:31, Vikas Rawal wrote: Probably not the answer you want, but as a long-time mac and emacs user, my suggestion would be to use the vanilla os x version of emacs. The "nextstep" build of emacs runs as a native app, You are suggesting to a Mac user to build his own Emacs? Do you k

[O] Issue when using cache property set to yes

2014-05-15 Thread Francesco Pizzolante
Hi, I'm having issues using the cache property set to yes. The problem is the following (please see http://screencast.com/t/8sIMfL0YHAj): I've added a few directives (center, width, caption) in order to customize the output of my R code block. As soon as I change my code block and execute it, ev

Re: [O] org-ref code

2014-05-15 Thread Eric S Fraga
On Thursday, 15 May 2014 at 15:31, Eric S Fraga wrote: [...] > If I load ox-latex *before* org-ref, cite: and other new links are not > picked up. If I load org-ref before ox-latex, everything seems to work > fine. It would seem that ox-latex is defining the links that are valid > and this is n

Re: [O] Centering graphics in LaTeX export

2014-05-15 Thread John Hendy
On Thu, May 15, 2014 at 10:25 AM, Francesco Pizzolante wrote: > Hi, > > Here's a small patch that enables centering graphics in LaTeX exports > (as it already exists for tables). > > Currently, the only way to center images is by adding a caption (which > is not always needed) or by adding #+begin

[O] Centering graphics in LaTeX export

2014-05-15 Thread Francesco Pizzolante
Hi, Here's a small patch that enables centering graphics in LaTeX exports (as it already exists for tables). Currently, the only way to center images is by adding a caption (which is not always needed) or by adding #+begin_center / #+end_center around images (but it must be done for every image a

Re: [O] beamer columns and printout

2014-05-15 Thread Seb Frank
I've solved the first problem, using a something similar to what has been suggested here: http://stackoverflow.com/questions/10295177/is-there-an-equivalent-of-org-modes-b-ignoreheading-for-non-beamer-documents The solution is to define #+begin_src emacs-lisp (defun sf-ignore-headline (contents ba

Re: [O] emacs24-starter-kit and Aquamacs 3.0

2014-05-15 Thread Axel Kielhorn
Am 15.05.2014 um 15:01 schrieb Rick Frankel : > Probably not the answer you want, but as a long-time mac and emacs > user, my suggestion would be to use the vanilla os x version of emacs. > > The "nextstep" build of emacs runs as a native app, You are suggesting to a Mac user to build his own E

Re: [O] org-ref code

2014-05-15 Thread Eric S Fraga
On Thursday, 15 May 2014 at 10:19, John Kitchin wrote: > yes, I am using emacs 24.3. Can you have a look at tex-mode.el and see if the variables: >> (setq-local tex-start-of-header "%\\*\\*start of header") >> (setq-local tex-end-of-header "%\\*\\*end of header") are (a) used and (b) def

Re: [O] emacs24-starter-kit and Aquamacs 3.0

2014-05-15 Thread Vikas Rawal
>> Probably not the answer you want, but as a long-time mac and emacs >> user, my suggestion would be to use the vanilla os x version of emacs. >> >> The "nextstep" build of emacs runs as a native app, > > You are suggesting to a Mac user to build his own Emacs? > Do you know what that takes? > A

Re: [O] org-ref code

2014-05-15 Thread John Kitchin
yes, I am using emacs 24.3. John --- John Kitchin Associate Professor Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 http://kitchingroup.cheme.cmu.edu On Thu, May 15, 2014 at 9:30 AM, Eric S Fra

[O] inserting new heading

2014-05-15 Thread Ralph Bacolod
Hi everybody! I recently found the joy of using Emacs and Org-mode. I'm using it to organize a lot of stuff and just now I notice something that bothers me a lot. Whenever I am inserting a new heading, via Ctrl-return or alt-return , the new heading skips a line. Is this the default behavior? If

Re: [O] Abbreviating filtered tags in mode line

2014-05-15 Thread Thomas Morgan
Hi, Bastien, Thanks -- I've got the assignment form and will send it in. Best regards, Thomas

Re: [O] org-ref code

2014-05-15 Thread Eric S Fraga
On Thursday, 15 May 2014 at 09:05, John Kitchin wrote: > Your error seems to be coming from reftex. Well, it seems that if you are going to use reftex in emacs 24.4.x, you need to define some variables. I put the following in your org-mode-reftex-setup function: (setq-local tex-start-of-hea

Re: [O] org-ref code

2014-05-15 Thread John Kitchin
I can see the desire to avoid the space with a superscript, but that is a latex specific formatting issue, that is probably taken care of with some package. In the packages we use (usually natmove), citations are moved to the correct side of punctuation, for example, so we always put them on the le

Re: [O] org-ref code

2014-05-15 Thread Eric S Fraga
On Thursday, 15 May 2014 at 09:05, John Kitchin wrote: [...] > Your error seems to be coming from reftex. I wonder if you have something > set that is making it look for a TeX-master or something, which eventually > results in nil, which is failing here: re-search-forward(nil 10001 t). Or > maybe

Re: [O] org-ref code

2014-05-15 Thread John Kitchin
That is pretty strange. I used this to get a minimally working install of org-ref. I deleted ~/.emacs.d, and ran emacs -q and then executed this code block. * installation You need the dash package. Use these repositories, and install dash. #+BEGIN_SRC emacs-lisp (require 'package) (setq p

Re: [O] emacs24-starter-kit and Aquamacs 3.0

2014-05-15 Thread Rick Frankel
On 2014-05-15 07:59, Axel Kielhorn wrote: I never wanted to learn Emacs. There is probably a more elegant way to add a /.emacs.d to the path when the editor is Aquamacs, but I have to learn some elisp for that. Or a way to tell Aquamacs to use a different init file. Any suggestions are apprecia

Re: [O] *text* in headlines and export to latex

2014-05-15 Thread Sebastien Vauban
Seb Frank wrote: > On Wed, May 14, 2014 at 7:19 PM, Eric S Fraga wrote: >> On Wednesday, 14 May 2014 at 18:00, Seb Frank wrote: >>> Latex export converts *text* to \textbf -- this doesn't work well >>> for headlines that get turned into section titles as these appear to >>> be bold by default. Is

Re: [O] Spurious elements in HTML export

2014-05-15 Thread Fabrice Popineau
> > > This should be fixed. Thank you for reporting it. > > > Thanks for fixing it (and so quickly). I have seen what went wrong in org-html-standalone-image-p albeit I don't know what triggered it in my setup. It has been an opportunity to remove a huge pile of old stuff from my Org config :-) B

[O] bug#17484: 24.3.91; Emacs Pretest (emacs-24.3.91.tar.xz) freeze

2014-05-15 Thread Daimrod
Bastien writes: > Daimrod writes: > >> Bastien writes: >> >>> Daimrod writes: >>> I wonder if it is because `org-adaptive-fill-function' doesn't mix well with `adaptive-wrap-prefix-mode'... >>> >>> (Nicolas has been doing some rewrite for filling functions in the >>> master branch, m

Re: [O] [PATCH] Add author and title to exported PDF properties

2014-05-15 Thread Sebastien Vauban
Marcel van der Boom wrote: > On wo 14-mei-2014 14:48 > Nicolas Goaziou wrote: > >> [...] >>> How do they differ from, say 'subject'? >> >> "subject", which refers to :description property, only contains a >> single string, no Org syntax. OTOH, TITLE and AUTHOR keywords have >> their contents pa

[O] emacs24-starter-kit and Aquamacs 3.0

2014-05-15 Thread Axel Kielhorn
I never wanted to learn Emacs. But hearing about Org-mode got me interested, so far I like what I see. The next step is exporting from Org-mode. There was a post by Vikas Rawal, "Using Emacs, Org-mode and R for Research Writing in Social Sciences" which looked like a simple step by step manual.

Re: [O] Using Emacs, Org-mode and R for Research Writing in Social Sciences

2014-05-15 Thread Axel Kielhorn
Am 15.05.2014 um 06:49 schrieb Vikas Rawal : > > I think starter-kit is a good choice. You will be up and running in no time. > Just put it in place. > Well, time moves differently around here. Since I use Aquamacs it took me over a day to get it working. A google sear gave me: The starter

Re: [O] Spurious elements in HTML export

2014-05-15 Thread Nicolas Goaziou
Hello, Fabrice Popineau writes: > Using the HTML exporter, I easily get spurious empty elements. > Example: > > Org-mode: > > * Section > [2014-05-15 jeu. 10:29] > > ** Subsection 1 > [2014-05-15 jeu. 10:28] [...] > > Table of Contents > > > 1. Subsection 1 > 2. Subsection 2 > > > > > >

Re: [O] Tag setting mode creates two additional windows

2014-05-15 Thread Dmitry Gorbik
This one didn’t work, I modified it like this to make it work: tags-split-windows.patch Description: Binary data Dima On May 15, 2014, at 3:37 AM, Bastien wrote: > Dmitry Gorbik writes: > >> I have found interesting email threads related to exactly same issue. >> But it looks like it was

Re: [O] [PATCH] org.el (org-offer-links-in-entry): Remove code duplication

2014-05-15 Thread Bastien
Hi Albert, Achim Gratz writes: > Albert Krewinkel writes: >> Done. As an aside: I did sign the copyright assignment papers to be >> able to contrivute to Gnus, but that probably wouldn't help much, as >> Org is a different project. Is that correct? > > If you assigned copyright just for Gnus,

Re: [O] still seeing semi-regular lockups

2014-05-15 Thread Eric Abrahamsen
Daimrod writes: > Eric Abrahamsen writes: > >> Daimrod writes: >> >>> Bastien writes: >>> Hi Eric, Eric Abrahamsen writes: > After Nicolas made the last round of improvements to the caching > mechanism I got far fewer hangs with Org, but they are still happening. >

Re: [O] Tag setting mode creates two additional windows

2014-05-15 Thread Bastien
Dmitry Gorbik writes: > I have found interesting email threads related to exactly same issue. > But it looks like it was fixed since then, not sure why it reproduces > for me again: > > http://lists.gnu.org/archive/html/emacs-orgmode/2010-12/msg00443.html > http://article.gmane.org/gmane.emacs.or

Re: [O] still seeing semi-regular lockups

2014-05-15 Thread Daimrod
Eric Abrahamsen writes: > Daimrod writes: > >> Bastien writes: >> >>> Hi Eric, >>> >>> Eric Abrahamsen writes: >>> After Nicolas made the last round of improvements to the caching mechanism I got far fewer hangs with Org, but they are still happening. Maybe once a day or so, on

Re: [O] still seeing semi-regular lockups

2014-05-15 Thread Eric Abrahamsen
Daimrod writes: > Bastien writes: > >> Hi Eric, >> >> Eric Abrahamsen writes: >> >>> After Nicolas made the last round of improvements to the caching >>> mechanism I got far fewer hangs with Org, but they are still happening. >>> Maybe once a day or so, on average, editing something in an Org b

Re: [O] Archive subtree with parent structure

2014-05-15 Thread Florian Lindner
Am 18.04.2014 13:36, schrieb Bastien: Hi Florian, Florian Lindner writes: is it possible to org-archive-subtree a subtree and keep the entire parent structure? e.g. * A ** AA ** AB ** AC AB will be archived to: * A ** AB No, but each subtree can contain an :ARCHIVE: property that will h

[O] bug#17484: 24.3.91; Emacs Pretest (emacs-24.3.91.tar.xz) freeze

2014-05-15 Thread Bastien
Daimrod writes: > Bastien writes: > >> Daimrod writes: >> >>> I wonder if it is because `org-adaptive-fill-function' doesn't mix well >>> with `adaptive-wrap-prefix-mode'... >> >> (Nicolas has been doing some rewrite for filling functions in the >> master branch, maybe it's worth checking wheth

Re: [O] Bug: Literal Example does not work [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/share/emacs/24.3/lisp/org/)]

2014-05-15 Thread Bastien
Hi Hisao, KURODA Hisao writes: > A very simple literal example below seems not work > with M-x org-export-as-html. > > > #+BEGIN_SRC emacs-lisp >(save-excursion > (goto-char (point-min))) > #+END_SRC > > > The HTML output is class=example not emacs-lisp as follows. > > (sa

Re: [O] Ragged Left in Beamer Export?

2014-05-15 Thread Loris Bennett
Eric S Fraga writes: > On Thursday, 15 May 2014 at 10:27, Loris Bennett wrote: >> Hi, >> >> I am trying the following: >> >> >> #+BEGIN_QUOTE >> "Getting ragged-left text in a Beamer presentation exported from Org does not >> seem as easy as I expected." >> #+END_QUOTE >> >> #+BEGIN_LaTeX >> \beg

Re: [O] Bug report (the hard way!)

2014-05-15 Thread Dave Pawson
On 15 May 2014 11:15, Bastien wrote: > Hi Dave, > > Dave Pawson writes: > >> Section 4.2 Internal links >> intimates (not clearly IMHO) that the target for a link in same file >> is marked as <> yet a bad link offers to create one as >> * #target >> It is either wrong or unclear? >> re

Re: [O] Bug report (the hard way!)

2014-05-15 Thread Bastien
Hi Dave, Dave Pawson writes: > Section 4.2 Internal links > intimates (not clearly IMHO) that the target for a link in same file > is marked as <> yet a bad link offers to create one as > * #target > It is either wrong or unclear? > regards DaveP dave.paw...@gmail.com The manual says

[O] bug#17484: 24.3.91; Emacs Pretest (emacs-24.3.91.tar.xz) freeze

2014-05-15 Thread Daimrod
Bastien writes: > Daimrod writes: > >> I wonder if it is because `org-adaptive-fill-function' doesn't mix well >> with `adaptive-wrap-prefix-mode'... > > (Nicolas has been doing some rewrite for filling functions in the > master branch, maybe it's worth checking whether this bug affects > the ma

Re: [O] Schedule for the World Cup in org format

2014-05-15 Thread Bastien
Hi Rafael, Rafael writes: > Following https://github.com/djcb/org-euro2012 as a template, I have > produced a schedule for the upcoming world cup in org format, which can > be obtained from https://github.com/rvf0068/org-wc2014 This is great, thanks! We should build a community website where p

Re: [O] org-ref code

2014-05-15 Thread Bastien
Hi John, John Kitchin writes: > I would prefer to keep org-ref where it is until it "stabilizes". I hope it will stabilize before Org 8.3 so that we can add org-ref to contrib/ and give it exposure in the release notes. Thanks, -- Bastien

Re: [O] org-review-schedule

2014-05-15 Thread Bastien
Hi Alan, Alan Schmitt writes: > I need to learn how to do this. In the meantime, I've put the code on > github: https://github.com/brabalan/org-review Since the big secret plan to move contrib/ files to Org ELPA is not yet to happen, and since it may take time for you to add org-review to GNU E

Re: [O] [RFC] [PATCH] ob-core.el: allow the auto-generation of output file names for src blocks.

2014-05-15 Thread Bastien
Hi, Achim Gratz writes: > That breaks the tests for Octave and Maxima; since you're intentionally > not keeping backwards compatibility here this should be fixed in the > tests, I'd think. Agreed. Aaron, can you take care of this? > Also, I'd think you should be using "user-error" instead of

Re: [O] Tag setting mode creates two additional windows

2014-05-15 Thread Dmitry Gorbik
I have found interesting email threads related to exactly same issue. But it looks like it was fixed since then, not sure why it reproduces for me again: http://lists.gnu.org/archive/html/emacs-orgmode/2010-12/msg00443.html http://article.gmane.org/gmane.emacs.orgmode/34802 Dima On May 15, 2014

[O] bug#17484: 24.3.91; Emacs Pretest (emacs-24.3.91.tar.xz) freeze

2014-05-15 Thread Bastien
Daimrod writes: > I wonder if it is because `org-adaptive-fill-function' doesn't mix well > with `adaptive-wrap-prefix-mode'... (Nicolas has been doing some rewrite for filling functions in the master branch, maybe it's worth checking whether this bug affects the master branch too, not just the

Re: [O] Is it possible to name tables programmatically?

2014-05-15 Thread Bastien
Joon Kwon writes: > Is there a way? Hélas, no, sorry. -- Bastien

Re: [O] still seeing semi-regular lockups

2014-05-15 Thread Bastien
Daimrod writes: > I'll try to see what I can find this week end and report back. Great -- thanks for the guidance! -- Bastien

Re: [O] Spurious elements in HTML export

2014-05-15 Thread Bastien
Let's first try to safely reproduce the problem before pointing fingers on some functions -- bisecting your config will surely help! -- Bastien

Re: [O] Tag setting mode creates two additional windows

2014-05-15 Thread Bastien
Dmitry Gorbik writes: > This is my org-mode version: Thanks -- maybe try to define "large enough" from your previous report, so that other emacsformacosx users have more infos on how to reproduce the bug. -- Bastien

Re: [O] gnus-summary-move-article and org-store-link

2014-05-15 Thread Bastien
Hi Esben, Esben Stien writes: > Any way I could do this? You can use this in .gnus.el: (gnus-registry-initialize) (setq gnus-refer-article-method '(current (nnregistry))) this way, following Gnus links will find the message-id based on the registry, and you can safely move articles around. -

Re: [O] still seeing semi-regular lockups

2014-05-15 Thread Daimrod
Bastien writes: > Hi Eric, > > Eric Abrahamsen writes: > >> After Nicolas made the last round of improvements to the caching >> mechanism I got far fewer hangs with Org, but they are still happening. >> Maybe once a day or so, on average, editing something in an Org buffer >> causes emacs to han

Re: [O] Ragged Left in Beamer Export?

2014-05-15 Thread Eric S Fraga
On Thursday, 15 May 2014 at 10:27, Loris Bennett wrote: > Hi, > > I am trying the following: > > > #+BEGIN_QUOTE > "Getting ragged-left text in a Beamer presentation exported from Org does not > seem as easy as I expected." > #+END_QUOTE > > #+BEGIN_LaTeX > \begin{raggedleft} > From "Loris' Adventu

Re: [O] Spurious elements in HTML export

2014-05-15 Thread Fabrice Popineau
> > > BTW, I wonder if org-html-standalone-image-p does actually what is > documented. It is documented > as returning non-nil in one of two cases: element is of type paragraph or > of type link. > But its code starts with: > > (and (eq (org-element-type paragraph) 'paragraph) > ...) > > w

Re: [O] Clock-in in agenda makes some headings with links disappear

2014-05-15 Thread Bastien
Hi Thomas, thanks for the bug report. This bug has been showing up and disappearing as this used to be quite an unstable area. But I think I fixed this for good in maint. One use that still needs careful check is when the agenda is filtered, so perhaps you can hunt things from there. Thanks,

Re: [O] still seeing semi-regular lockups

2014-05-15 Thread Bastien
Hi Eric, Eric Abrahamsen writes: > After Nicolas made the last round of improvements to the caching > mechanism I got far fewer hangs with Org, but they are still happening. > Maybe once a day or so, on average, editing something in an Org buffer > causes emacs to hang, and my fans to spin up, a

Re: [O] Spurious elements in HTML export

2014-05-15 Thread Fabrice Popineau
2014-05-15 10:55 GMT+02:00 Bastien : > Hi Fabrice, > > Fabrice Popineau writes: > > > Using the HTML exporter, I easily get spurious empty elements. > > I can't reproduce this. Do you have a recipe with a minimal > configuration ? > > This is already good to know! I'll try to bisect my emacs con

Re: [O] Tag setting mode creates two additional windows

2014-05-15 Thread Dmitry Gorbik
This is my org-mode version: Org-mode version 8.2.6 (release_8.2.6-961-g089a13 @ /Users/dgorbik/.emacs.d/org-mode/) I could reproduce this in both Emacs 24.4.5 with emacsformacosx and Emacs 24.3.1 in console. And here is the .emacs file: (add-to-list 'load-path "~/.emacs.d/org-mode/") (requir

Re: [O] Abbreviating filtered tags in mode line

2014-05-15 Thread Bastien
Hi Thomas, thanks for the patch, it looks good. We can only accept it if you sign the FSF copyright assignment here: http://orgmode.org/cgit.cgi/org-mode.git/plain/request-assign-future.txt Thanks in advance for doing so, and let's commit your change when the FSF confirm your assignment (it may

Re: [O] Bug: Activating org-mode in any buffer recenters (unrelated) selected window. [8.2.6 (release_8.2.6-6-gfc37d1 @ /home/youngfrog/sourcetrees/org-mode/lisp/)]

2014-05-15 Thread Bastien
Hi Nicolas, I removed the call to `recenter' and to `goto-char'. Thanks for reporting this, -- Bastien

Re: [O] Tag setting mode creates two additional windows

2014-05-15 Thread Bastien
Hi Dmitry, Dmitry Gorbik writes: > I am trying to enter the tag setting mode by pressing C-c C-c for the > following org file: > > > #+TAGS: @work(w) @home(h) @tennisclub(t) > * some test > > > I have noticed that if the frame is large enough, when entering the > tag setting mode Org will spl

Re: [O] Spurious elements in HTML export

2014-05-15 Thread Bastien
Hi Fabrice, Fabrice Popineau writes: > Using the HTML exporter, I easily get spurious empty elements. I can't reproduce this. Do you have a recipe with a minimal configuration ? Also mention your Org and Emacs version. Thanks, -- Bastien

[O] Tag setting mode creates two additional windows

2014-05-15 Thread Dmitry Gorbik
Hello, I am trying to enter the tag setting mode by pressing C-c C-c for the following org file: #+TAGS: @work(w) @home(h) @tennisclub(t) * some test I have noticed that if the frame is large enough, when entering the tag setting mode Org will split the frame horizontally first and then will

[O] Spurious elements in HTML export

2014-05-15 Thread Fabrice Popineau
Hi, Using the HTML exporter, I easily get spurious empty elements. Example: Org-mode: * Section [2014-05-15 jeu. 10:29] ** Subsection 1 [2014-05-15 jeu. 10:28] Foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo ba

Re: [O] Using Emacs, Org-mode and R for Research Writing in Social Sciences

2014-05-15 Thread Vikas Rawal
>>> >> >> May be I should specify the packages that are being called, so the user can >> make sure those are installed or modify the config file. But I prefer the >> basic set of LaTeX packages being called by default rather than being added >> in every file. > > This will be a problem when o

[O] Ragged Left in Beamer Export?

2014-05-15 Thread Loris Bennett
Hi, I am trying the following: #+BEGIN_QUOTE "Getting ragged-left text in a Beamer presentation exported from Org does not seem as easy as I expected." #+END_QUOTE #+BEGIN_LaTeX \begin{raggedleft} >From "Loris' Adventures in Orgland" \end{raggedleft} #+END_LaTeX This seems to get exported to the

Re: [O] Using Emacs, Org-mode and R for Research Writing in Social Sciences

2014-05-15 Thread Axel Kielhorn
Am 15.05.2014 um 06:49 schrieb Vikas Rawal : >>> I removed explicit inclusion of these packages from this document and the >>> instructions, because I wanted to reduce the work in terms of setting >>> things up. >> >> You achieved the opposite. >> Now a user *has* to enable the config file. >>

Re: [O] org-ref code

2014-05-15 Thread Eric S Fraga
John, I am in the process of bisecting my initialisation. Something I have set definitely stops org (whether 8.2.5c which comes with emacs 24.4.50.2 or 8.2.6-958) from recognising cite:... etc. as links. However, I have been re-building up from no initialisation bit by bit. Right from the start

Re: [O] *text* in headlines and export to latex

2014-05-15 Thread Eric S Fraga
On Wednesday, 14 May 2014 at 19:28, Seb Frank wrote: > Yes -- but that changes it to emph (instead of alert) in beamer export. Ah, there was no mention of beamer in your original question. I cannot help then other than to suggest you embed actual LaTeX in your headline. -- : Eric S Fraga (0xFFFC

Re: [O] org-ref code

2014-05-15 Thread Eric S Fraga
On Wednesday, 14 May 2014 at 16:35, John Kitchin wrote: [...] > I wonder if you are adding another cite link later that overrides my cite > link. do the other citation links export ok, e.g. autocite, citeyear, > etc...? The problem is not how links are handled but the fact that implicit links, i