here is a (beginner) question regarding the following org-file with
buffer-local function and keybinding:
,
|
| * Lisp header (C-c C-c to activate)
| #+BEGIN_SRC emacs-lisp
| (defun blue-file ()
| (interactive)
| (org-table-insert-row 'below)
| (org-table-goto-column 1)
|
Nicolas Goaziou writes:
>> IIUC, you specify how to translate some "LaTeX-like command" to the different
>> back-ends. But I don't see DocBook nor OOo in the list:
>>
>> ┏
>> ┃ User-defined entities used in Org-mode to produce special characters.
>> ┃ Each entry in this list is a
Tom Regner writes:
> Hi Sven,
>
> "Sven Bretfeld" writes:
>
>>
>> Thank you very much for MobileOrg 0.8. It has improved very much since
>> the last update. Really good work.
>
> I second that - it's an awesome release.
>
>> 1. Calendar Sync doesn't seem to work on my device. I chose one of my
>>
I noticed that the org-export-generic.el script had options for basic
features like checkboxes but not for tables, which were locked into
ascii exporting. The attached patch creates many variables to allow
users to change the table formatting (much like how there are
variables like ":body-list-chec
>
> - Email. Some very elegant (in complicated ways) solutions have
> been generated, but all I need it simple text-based email. I
> would be willing to install sendmail or postfix, if need be, but
> I don't really wish to send html based email. See the next item.
Limi
Matthew Jones writes:
> Hey Carson... I've never thought of putting it on the amazon store. I'll
> check on that in the meantime if you want to use it and the Fire can
> install apks directly you can download the latest release here:
>
> http://matburt.net/files/MobileOrg-release.apk
I can
Hey Carson... I've never thought of putting it on the amazon store. I'll
check on that in the meantime if you want to use it and the Fire can
install apks directly you can download the latest release here:
http://matburt.net/files/MobileOrg-release.apk
On Tue, Feb 7, 2012 at 7:28 PM, Carson
Hi Thomas and Eric
Love it. I will try to help!
Worg is a great resource that is getting better and better.
The template looks good (Babel wise) and should be up there as a
check-sheet, although maybe not as a requirement.
Eric - perhaps mark good pages as good rather than bad pages. They're
no
Matthew Jones writes:
> MobileOrg for Android has gone through a lot of changes recently. We've
> added a lot of great features that users have been asking for and fixed
> some big issues that have been bothering people.
Awesome! I can't wait to try it out.
Any chance it will be available via
Hi Eric,
I've attached a first draft of a template for review and revision. It
is heavily influenced by John Hendy's terrific gnuplot page. I
believe it incorporates the points in your outline. Feel free to
edit as appropriate.
All the best,
Tom
#+OPTIONS:H:3 num:nil toc:2 \n:nil @:t ::t
El mar, 07 feb 2012, Rick Moynihan decía:
>Hi all,
>I recently wanted to use org-mode to do some simple calculations where
>estimate values would hierarchically bubble up a tree, in a similar way to
>checkbox percentages e.g.
>* Total Effort [110]
>** Task 1 [45]
>*** T
Sebastien Vauban wrote:
> >> Org-mode version 7.8.03 (release_7.8.03.356.gfe2e)
> >
> > Strange. This version doesn't exist yet. As the time of writing, we're
> > at release: Org-mode version 7.8.03 (release_7.8.03.321.gaac1c).
>
> I have no idea why it's the case: I don't have any pending modi
Hi all,
I recently wanted to use org-mode to do some simple calculations where
estimate values would hierarchically bubble up a tree, in a similar way to
checkbox percentages e.g.
* Total Effort [110]
** Task 1 [45]
*** Task 1.1 [20]
*** Task 1.2 [10]
*** Task 1.3 [15]
*** Task 1.4 [10]
** Task
Hi Nicolas,
Nicolas Goaziou wrote:
> "Sebastien Vauban"
> writes:
>
>> Nicolas Goaziou wrote:
>>> "Sebastien Vauban" writes:
>>>
I've identified a couple of troubles related to code blocks inside lists
(in
Beamer):
- code blocks break the list
- "relative" inde
Hi all,
Nicolas Goaziou wrote:
> "Sebastien Vauban" writes:
>
>> Speaking of hyperref and its _document properties_, it makes me think of a
>> generic point for which I don't have yet a really satisfactory solution, that
>> is about handling dates.
>>
>> In a PDF document, regarding dates, we have
[This post concerns what have become, for me, conflicts between the
scopes of org-agenda-files and the universe I would like to search
within all org files, in particular. I hope I will be forgiven for
drifting substantially from that focused topic]
Org-mode is well entrenched in
Glenn Morris writes:
> Lars Ingebrigtsen wrote:
>
>> Perhaps something had bound outline-regexp while loading stuff earlier,
>> leaving the variable unbound?
>
> I bet you are right.
What is the version of org-mode?
--
Bastien
Lars Ingebrigtsen wrote:
> Perhaps something had bound outline-regexp while loading stuff earlier,
> leaving the variable unbound?
I bet you are right.
Glenn Morris writes:
>>> Debugger entered--Lisp error: (void-variable outline-regexp)
>>> outline-mode()
>>> org-mode()
>>
>> This seems like an org-mode bug. Perhaps it needs to require
>> outline-mode?
>
> It does, so it is very hard to see how this error could occur.
Perhaps something ha
Lars Magne Ingebrigtsen wrote:
>> Debugger entered--Lisp error: (void-variable outline-regexp)
>> outline-mode()
>> org-mode()
>
> This seems like an org-mode bug. Perhaps it needs to require
> outline-mode?
It does, so it is very hard to see how this error could occur.
Greetings,
I use a number of To Do states. When I export my agenda views to html, the
various To Do's get dropped into spans that are not consistent. For
example, in one view:
TODO ...
DESIGN ...
In another:
TODO ...
PENDING ...
DESIGN ...
What I would like to do is somehow be able to b
Commit e8151c382cf9c8f717c03002e62af334108d9ee5 broke this. I'm not familiar
with invoice.el, so I don't know what the correct resolution is for this.
don
"Sebastien Vauban"
writes:
> Nicolas Goaziou wrote:
>> I used:
>>
>> (add-to-list 'org-entities-user '("omacr" "\\={o}" nil "ō" "o" "o" "ō"))
>>
>> without a problem.
>
> IIUC, you specify how to translate some "LaTeX-like command" to the different
> back-ends. But I don't see DocBook nor OOo
Hi,
I noticed something unexpected in org-beamer.el when I used overlay
specifications together with optional parameters for the frame
environment and the frame contained verbatim sections. In this case the
exporter would add [fragile] to the frame options in a way that would
break the LaTeX
Hello,
"Sebastien Vauban"
writes:
> Speaking of hyperref and its _document properties_, it makes me think of a
> generic point for which I don't have yet a really satisfactory solution, that
> is about handling dates.
>
> In a PDF document, regarding dates, we have (see output of `pdfinfo'):
>
I got some weird behavior on a file, so I recreated a smaller example
and can reproduce it. Here it is:
--
#+options: <:t num:t tasks:nil tags:t
* test
** sub 1
** sub 2
--
If I go to the first headline, 'test', and do =C-c C-e 1 h= to export
the subtree as html, my filename/de
Christopher Witte wrote:
> I've had a small problem with orgmode and auctex. Follwing the auctex
> quickstart I added the
> following to my .emacs
>
> (setq-default TeX-master nil)
>
> and then from the orgmode FAQ to setup reftex in orgmode I added the following
>
> (defun org-mode-reftex-s
I've had a small problem with orgmode and auctex. Follwing the auctex
quickstart I added the following to my .emacs
(setq-default TeX-master nil)
and then from the orgmode FAQ to setup reftex in orgmode I added the
following
(defun org-mode-reftex-setup ()
(load-library "reftex")
(and (buff
Hi Sven,
"Sven Bretfeld" writes:
>
> Thank you very much for MobileOrg 0.8. It has improved very much since
> the last update. Really good work.
I second that - it's an awesome release.
> 1. Calendar Sync doesn't seem to work on my device. I chose one of my
>GoogleCalendars to sync to. But
This patch fixes two bugs in the same section of code:
Bug 1: While running org-time-stamp, org-read-date-overlay is shown in the
current buffer, even when that buffer isn't the minibuffer. You can see
this by entering a file in org-mode, then pressing to run
org-time-stamp. The overlay is the ye
"Sebastien Vauban"
writes:
> Nicolas Goaziou wrote:
>> "Sebastien Vauban" writes:
>>
>>> I've identified a couple of troubles related to code blocks inside lists (in
>>> Beamer):
>>>
>>> - code blocks break the list
>>>
>>> - "relative" indentation of the code inside its frame is wrong except w
Gary Oberbrunner wrote:
> I have the following org-mode test file:
>
> ===
> #+TITLE:tester.org
> #+PROPERTY: session *R*
> #+PROPERTY: results output
> #+LaTeX_HEADER: \usepackage{hyperref}
>
> * Headline here
>
> Here is some text.
>
> #+begin_src R :exports both :results graphi
Wow Matthew,
great to see your persistence in developing this program!
- Carsten
On 7.2.2012, at 12:59, Matthew Jones wrote:
> MobileOrg for Android has gone through a lot of changes recently. We've added
> a lot of great features that users have been asking for and fixed some big
> issues th
Hi,
I noticed something unexpected in org-beamer.el when I used overlay
specifications together with optional parameters for the frame
environment and the frame contained verbatim sections. In this case the
exporter would add [fragile] to the frame options in a way that would
break the LaTeX
I have the following org-mode test file:
===
#+TITLE:tester.org
#+PROPERTY: session *R*
#+PROPERTY: results output
#+LaTeX_HEADER: \usepackage{hyperref}
* Headline here
Here is some text.
#+begin_src R :exports both :results graphics :file img.jpg
hist(rnorm(100))
#+end_src
Calendar items are only added when new content comes in, so if you are
having trouble with them not showing up you can try to clear your database
and re-sync. Afterwards we'll pick up any changes to your org files and
handle it automatically.
On Tue, Feb 7, 2012 at 3:42 AM, Tom Regner wrote:
>
Hi Nicolas,
Nicolas Goaziou writes:
> Hello,
>
> t...@tsdye.com (Thomas S. Dye) writes:
>
>> I defined a new entity in org-entities-user, but the new exporter
>> appears to ignore it. Does it look at this variable, or just
>> org-entities?
>
> I used:
>
> (add-to-list 'org-entities-user '("omac
Jambunathan K writes:
> I committed the changes only a few minutes ago as part of Org-mode
> version 7.8.03 (release_7.8.03.300.g9b820)
>
> So the Org version should be at or above the 300th version.
>
> Jambunathan K writes:
>
>> Thanks to Giles[1] for introducing us to the "--convert-to" optio
Hi Nick,
On Tue, Feb 7, 2012 at 03:31, Nick Dokos wrote:
> suvayu ali wrote:
>
>> On Sat, Feb 4, 2012 at 18:46, Nick Dokos wrote:
>> >
>> > Confirmed. If I add
>> >
>> > (require 'org-clock)
>> >
>> > to my minimal .emacs, it goes away. So it seems to be a missing dependenc=
>> y.
>> >
>>
>> It
Simple create a file(test.org) as below:
---
# -*- mode: org; coding: utf-8-dos -*-
#+TITLE: The title of my blog
* Test
** Test
#+begin_quote
| test 1
| test 2
| test 3
#+end_quote
-
Try to open this file in emacs, the result is, the text in quote
Hey Sven, glad you like it!
1. Calendar sync only looks at new items as they come in. So anything
that's on your device already will need to be rey-synced to pick up the
changes. The easiest way to do this is to use the "Clear Database" option
under the settings menu. After doing this you can r
MobileOrg for Android has gone through a lot of changes recently. We've
added a lot of great features that users have been asking for and fixed
some big issues that have been bothering people.
If you have tried MobileOrg in the past and have difficulties with it or it
didn't have a feature you wan
Jambunathan K writes:
> Andreas Leha writes:
>
>
#+label: fig:baz
#+name: baz
#+attr_odt: :scale 0.5
#+header: :file baz.png
#+header: :width 7200 :height 3600 :res 600
#+begin_src R :exports results :results graphics
plot(1:10, 1:10)
#+end_src
>
> Image
Hi Nicolas,
Nicolas Goaziou wrote:
> t...@tsdye.com (Thomas S. Dye) writes:
>
>> I defined a new entity in org-entities-user, but the new exporter
>> appears to ignore it. Does it look at this variable, or just
>> org-entities?
>
> I used:
>
> (add-to-list 'org-entities-user '("omacr" "\\={o}" ni
Hi,
Following this discussion, I think that we could discuss some related
features, as exporters are currently evolving and certainly will support new
stuff.
Nicolas Goaziou wrote:
> t...@tsdye.com (Thomas S. Dye) writes:
>> Nicolas Goaziou writes:
>
>>> There are three states for creator, on, o
Hi Matthew, hi to all
Thank you very much for MobileOrg 0.8. It has improved very much since
the last update. Really good work.
I have a few questions.
1. Calendar Sync doesn't seem to work on my device. I chose one of my
GoogleCalendars to sync to. But the Test item I created didn't show
46 matches
Mail list logo