How do I make the capture buffer use up the whole frame?
I tried this:
(add-hook 'org-capture-mode-hook 'delete-other-windows)
But it changes the buffer ring, putting the buffer point was in in
next-buffer instead of previous-buffer where it belongs.
Thanks.
Samuel
--
The Kafka Pandemic: h
OK, thank you.
- Carsten
On 9.8.2013, at 13:02, Bernt Hansen wrote:
> Hi Carsten!
>
> All of my headings are followed by an inactive timestamp. I've started
> leaving a blank line before the content for the heading so the inactive
> timestamp is not exported when timestamps are disabled with
On 2.5.2013, at 13:56, James Harkins wrote:
> Apologies if this has been asked already. I just noticed that, e.g., the
> ox-beamer.html page [1] has no links to its parent nodes. So for fun, I
> hacked the url to go back up a couple of levels, and that page didn't have
> any parent links eith
On 12.8.2013, at 05:43, Daniel Clemente wrote:
>
>>
>> M-x elp-instrument-package org
>> M-x elp-reset-all
>>
>> M-x elp-results
>
> Incidentally I ran that and I saw:
>
> org-agenda1
> 15.709354028 15.709354028
> org-agenda-l
Vikas Rawal writes:
> I normally upgrade my orgmode using "sudo make up2", in the orgmode
> directory.
>
> But today when I did it, I get the following error:
>
> ***
> 3 unexpected results:
>FAILED test-org-export/data-with-backend
>FAILED test-org-export/export-snippet
>FAILED
On 12.8.2013, at 05:37, James Harkins wrote:
> Is there a reason why the org-manual's index is not linked from the head
> orgmode.org page?
>
> Under orgmode.org/#docs, the link to the HTML manual is
> http://orgmode.org/org.html, which downloads the entire contents of the
> manual into the
>
> M-x elp-instrument-package org
> M-x elp-reset-all
>
> M-x elp-results
Incidentally I ran that and I saw:
org-agenda1
15.709354028 15.709354028
org-agenda-list 1
15.49
Is there a reason why the org-manual's index is not linked from the head
orgmode.org page?
Under orgmode.org/#docs, the link to the HTML manual is
http://orgmode.org/org.html, which downloads the entire contents of the manual
into the browser. This is perhaps tolerable on a full-size computer,
Hello Vikas,
I don't think you can convert latex bits to org automatically. I was in a
similar situation few days ago.
I had very satisfying results using LaTeX2HTML and libreoffice convert.
(org → latex → html → odt/doc)
Citing the procedure I used to convert.
╭─┤ http://askubuntu.com/a/
I have an org file with some latex src code blocks embedded in it.
These are mainly tables which could not be made using orgmode and had
to be coded in latex (orgmode does not allow putting notes at the
bottom of table using something like threeparttable).
I now need to convert the document to odt
I normally upgrade my orgmode using "sudo make up2", in the orgmode
directory.
But today when I did it, I get the following error:
***
3 unexpected results:
FAILED test-org-export/data-with-backend
FAILED test-org-export/export-snippet
FAILED test-org-export/table-cell-alignment
On 8/8/13, Carsten Dominik wrote:
> On 30.7.2013, at 20:30, Samuel Wales wrote:
> I think this is now fixed.
Confirmed. Thanks, Carsten.
Samuel
--
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
The disease DOES progress. MANY people have died from it. ANYBODY can get it.
Denmar
#+BEGIN_EXAMPLE
PR
/\
#+END_EXAMPLE
PR
/\
This must be deliberate, but I don't know how to disable that feature.
Thanks.
Samuel
--
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
The disease DOES pro
Hello,
I'm currently working on my spare time on a little CMS build around
org mode. The aim of this little project is to provide an easy way to
maintain a customizable personal Website, where content are provided
by org file.
As I was looking for a way to easily publish sort of blog post writte
Hi Nicolas,
Viktor Rosenfeld wrote:
> So I propose to append the docstring of
> `org-icalendar-export-timestamps':
>
> This variable has precedence over and overrides the behavior of
> `org-export-with-timestamps'. The setting is applied to every
> timestamp below a headline and not only t
Hi Nicolas,
Nicolas Goaziou wrote:
> Viktor Rosenfeld writes:
>
> > The docstring of `org-icalendar-with-timestamps' already states:
> >
> > This variable has precedence over `org-export-with-timestamps'.
> > It can also be set with the #+OPTIONS line, e.g. "<:t".
>
> This wouldn't be suff
The version of org that comes with my stock Emacs on OS X (from
emacsformacosx.org) seems to conflict with my git installation of org.
This is particularly evident when trying to use ODT export. Emacs.app
is located in the usual /Applications folder. The newer org, which I
intend to completely supp
Viktor Rosenfeld writes:
> The docstring of `org-icalendar-with-timestamps' already states:
>
> This variable has precedence over `org-export-with-timestamps'.
> It can also be set with the #+OPTIONS line, e.g. "<:t".
This wouldn't be sufficient: "has precedence over" isn't a synonym for
"ch
Hi Achim,
Achim Gratz wrote:
> Viktor Rosenfeld writes:
> > TINYCHANGE
>
> Just declaring things TINYCHANGE doesn't magically make it so, please
> remember that the limit is cumulative. Org already has changes from you
> to core files. Additionally you weren't listed as a TINYCHANGE
> contribu
Hi Aaron,
Aaron Ecay wrote:
> > (lambda (ts)
> > - (let ((uid (format "TS%d-%s" (incf counter) uid)))
> > -(org-icalendar--vevent entry ts uid summary loc desc cat)))
> > + (let ((type (org-element-property :type ts))
> > + (uid (format "TS%d-%s" (incf counter) uid)))
Hi Nicolas,
Nicolas Goaziou wrote:
> Hello,
>
> Viktor Rosenfeld writes:
>
> > * ox-icalendar.el (org-icalendar-entry): Honor setting of
> > `org-icalendar-with-timestamps' for timestamps on headlines
> > and checkboxes.
> >
> > The setting `org-icalendar-with-timestamps' was only appl
Hello,
Konstantin writes:
> GitHub support programming language highlight for markdown:
>
> ```lisp
> (some-code)
> ```
>
> When I use org-md-export-to-markdown for such org snippet
>
> #+begin_src emacs-lisp
> (some-code)
> #+end_src
>
> babel is not indicate `emacs-lisp` in the resulting markd
GitHub support programming language highlight for markdown:
```lisp
(some-code)
```
When I use org-md-export-to-markdown for such org snippet
#+begin_src emacs-lisp
(some-code)
#+end_src
babel is not indicate `emacs-lisp` in the resulting markdown file.
Is it possible? How to achieve that?
--
Hello,
Viktor Rosenfeld writes:
> * ox-icalendar.el (org-icalendar-entry): Honor setting of
> `org-icalendar-with-timestamps' for timestamps on headlines
> and checkboxes.
>
> The setting `org-icalendar-with-timestamps' was only applied
> to timestamps which do not appear on a heading
Viktor Rosenfeld writes:
> TINYCHANGE
Just declaring things TINYCHANGE doesn't magically make it so, please
remember that the limit is cumulative. Org already has changes from you
to core files. Additionally you weren't listed as a TINYCHANGE
contributor on Worg (I have just added you). Please
25 matches
Mail list logo