On Thu, Sep 23, 2010 at 11:56:43AM -0600, Erik L. Arneson wrote:
> On Thu, 23 Sep 2010, Graham Smith wrote:
> > I'm not sure how important this is, but having just upgraded to Snow
> > Leopard, all my *.org files are now black with a green "exec" in the
> > corner and trying to open them is giving
>From documentation on exporting:
The exporter recognizes special lines in the buffer which provide
additional information. These lines may be put anywhere in the file.
There are even some examples where all this stuff goes into the last
level 1 heading, which is marked as COMMENT.
Or you c
ation, Inc.
;; Author: Juan Pechiar
;; Version: 0.1 2010-05-16
;; This is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
;; (at your option) any later version
Below goes code snippet using org-babel instead of org-export.
On Mon, May 17, 2010 at 09:13:29AM +0100, Eric S Fraga wrote:
> On Sun, 16 May 2010 17:18:39 -0300, Juan wrote:
> > The following code adds an export block of type 'mscgen'. The block
> > body will b
On Mon, May 17, 2010 at 07:04:14PM -0400, Dan Davison wrote:
> Juan writes:
> > Below goes code snippet using org-babel instead of org-export.
...
> Thanks, we'd be pleased to include this in org-babel. First question is:
> if you haven't already, can you sign FSF cop
Dan,
Below is the final proposal for org-babel-mscgen.el.
Already sent form to ass...@gnu.org, got no answer (I assume it is
OK).
I remade all of the code, so almost no traces from org-babel-ditaa.
On Mon, May 17, 2010 at 10:24:10PM -0300, Juan wrote:
> On Mon, May 17, 2010 at 07:04:14PM -0
On Sun, Jun 20, 2010 at 06:51:08PM +0200, Friedericksen Hope wrote:
> is it possible to sort headings of a specific level or headings in a region
> by priorities?
> And if yes, how can I do that?
>From info:
`C-c ^'
Sort same-level entries. When there is an active region, all
entries
Hi,
Below is a patch for capturing on file+regexp (was using the file
name as regexp).
Regards,
.j.
P.S. Now I have to figure out why org-capture-place-entry inserts a
new level 1 if (not target-entry-p) instead of keeping the point where
it was (i.e. regexp match).
8<--
Hi Carsten,
Below is a patch for file+function matching (nth 1 instead of nth 2
when calling the match function).
Question:
I'm having trouble with both file+function and file+regexp capture
targets.
My actual capture text ends up at the end of the file (or top of file
if :prepend is set), ins
a contract to sign (with an ugly FSF sticker for your
laptop)
- sign contract, mail back
Then nothing happens (at least in my case).
But someone at FSF should also sign the contract, and you should get
some feedback.
Regards,
Juan Pechiar
___
Em
Francis,
How are you 'rendering'? To HTML, PDF, ASCII?
Regards,
.j.
On Thu, Jul 01, 2010 at 11:51:39AM +0200, Francis Moreau wrote:
> When I include literate example like this:
>
> #+BEGIN_EXAMPLE
> Some example from a text file.
> #+END_EXAMPLE
>
> The example is indented with 2 spaces when ren
Thu, Jul 01, 2010 at 02:51:55PM -0300, Juan wrote:
> How are you 'rendering'? To HTML, PDF, ASCII?
>
> On Thu, Jul 01, 2010 at 11:51:39AM +0200, Francis Moreau wrote:
> > When I include literate example like this:
> >
> > #+BEGIN_EXAMPLE
> > Some examp
The below code snippet is an interactive function to transpose an
org-mode table.
Just works for normal tables (no formulas, etc.).
Evaluate the code below (by throwing into .emacs, or by calling C-x
C-e after the defun()), and call M-x org-transpose-table-at-point with
the cursor on a table.
Th
Hi Erwin,
I'm using Mac also (not Aquamacs emacs, but EmacsForMacOSX instead).
XEmacs is a completely different branch of Emacs, which I don't think
is available for OSX.
Then there is the text-mode emacs you run from the terminal.
And then there is the emacs you installed (Aquamacs), which run
Michael,
Have a look at org-log-note-headings customization variable,
together with org-log-done and friends.
All these are quite static text you can configure, so probably then
do not accomplish what you ask for.
Maybe a good-enough solution is to store your template as a register
and then ins
On Wed, Jul 14, 2010 at 11:41:58AM -0500, Marcelo de Moraes Serpa wrote:
> Is there a way to integrate org-mode APPT's (emacs APPT system) to
> show the reminders using growl or another OSX-like GUI feature? Has
> anyone ever done it before?
There is this post for using gnome zenity for APPT:
This is why the
function is being held as a string.
Saludos,
.j.
On Mon, Jul 19, 2010 at 09:05:06AM +0200, Carsten Dominik wrote:
> the function must be a symbol in this setup, not a string.
> I am rejecting this patch.
>
> On Jul 19, 2010, at 3:45 AM, Juan Pechiar wrote:
> >Be
On Wed, Jul 21, 2010 at 12:33:42PM +0200, Cecil Westerhof wrote:
> | # | Total hours | 16@ 15' 0" | 18@ 5' 0" |
> | ^ | | totalTime1 | totalTime2 |
> |---+-++|
> #+TBLFM: $totalTime1=vsum(@-i...@-i); f2 :: $totalTime2=vsum(@-i...@-i); f2
> First of
This is what I do.
I use emacs 24 (downloaded from emacsformacosx.com), not aquamacs
emacs.
I make a local copy of Makefile with the following changes to the header:
##--
## YOU MUST EDIT THE FOLLOWING LINES
##---
On Thu, Jul 22, 2010 at 02:07:47PM -0500, Marcelo de Moraes Serpa wrote:
> Thanks. What's the output of M-x org-version for you ?
7.01 trans.
.j.
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
h
On Thu, Jul 29, 2010 at 03:37:29PM +0200, Erwin Panen wrote:
> Now I copied over my .emacs config file from my winXP box to my Mac.
> Of course this is a lot different if only for the path and
> pathstructure.
In order to have the same .emacs both in mac & linux, I use the
following contitionals i
On Thu, Jul 29, 2010 at 04:11:15PM +0200, Erwin Panen wrote:
> How do you get your lisp folder with all the typical .el files on your Mac?
> I can't seem to find bbdb..
> Do you install each and every manually?
Apparently BBDB is not part of the standard emacs distribution (type
F1 C-e and look fo
On Fri, Jul 30, 2010 at 05:46:22PM +0530, Puneeth wrote:
> Is there a way to get a file to open in Column view?
You can use the startup hooks to call the column view functions you
need.
http://orgmode.org/worg/org-configs/org-hooks.php
You probably need to call 'org-columns
.j.
___
Hi Neil,
One possible solution is to have a babel block defining an elisp
function for note to grade transformation, and then using that
function in your table.
Something like this (partly tested):
#+begin_src emacs-lisp
(defun grade (x)
(cond
( (< x 20) "C")
( (< x 50) "B")
( t "A")
Hi,
I'm starting to work with ob-octave and found several problems:
The first, for which I have a fix (see patch below) is that octave's
output was passed on as a string instead of being interpreted as a table:
8<
diff --git a/lisp/ob-o
On Sun, Aug 01, 2010 at 06:19:30PM -0400, Dan Davison wrote:
> Juan writes:
> Thanks very much. I've applied your patch with one minor change:
>
> (format "%s" (or var "nil"))
>
> However, is there a better way to receive an elisp nil value in octave?
On Tue, Aug 10, 2010 at 01:59:57AM +0400, Ivanov Dmitry wrote:
> The http://orgmode.org/worg/org-contribute.php#sec-3 says:
> "Git can be used to make patches and send them via email - this is
> perfectly fine for minor changes. These patches will be
> automatically registered at John Wiegley's pat
Hi,
I can copy/paste with no problems between mac applications an emacs
(emacsformacosx).
I have to OPTION-C / V on mac apps, and C-y or M-w on Emacs.
I have the same configuration as you for mac-related stuff..
Regards,
.j.
On Wed, Aug 18, 2010 at 12:01:18PM +0200, Erwin Panen wrote:
> Do you
Had the same problem somewhere in july. I think it was after the
following commit:
> commit 7d2dc48b2aae27a66cc9813797c14dd457c209f4
> Author: Gregory J. Grubbs
> Date: Sun Jul 18 09:01:24 2010 +
> Quote path argument in ob-ditaa
> * lisp/ob-ditaa.el (org-babel-execute:ditaa): Quote
A very complex way of not adding the extra column:
| name | a | b | c |
|--++---+---|
| foo | 1 | 2 | 3 |
| bar | 3 | 2 | 1 |
| bar | 4 | 5 | 6 |
|--++---+---|
| | 7 | | |
#+TBLFM: @5$2='(apply '+ (mapcar* (lambda(x y) (if (string= x "bar") y 0))
'(@i$...@ii$1) '(
On Thu, Sep 09, 2010 at 08:19:17AM +0200, Julien Danjou wrote:
> If anybody is interested, I've wrote an small extension to put some
> weather forecasts in the agenda.
For those not on a linux/gnome system, you can get an icon set from
google.
Ref: post at
http://www.google.com/support/forum/p/ap
A simple way is to use the category declaration:
#+CATEGORY: Paris
%%(org-google-weather "Paris" "FR")
#+CATEGORY: Caen
%%(org-google-weather "Caen" "FR")
#+CATEGORY: Agenda
... other stuff
Regards,
.j.
On Thu, Sep 09, 2010 at 12:06:22PM +, d.tchin wrote:
> I would like to ask one question.
On Fri, Oct 08, 2010 at 04:39:26PM +0800, Water Lin wrote:
> I am using following setting
> ---
> #+STARTUP: nologdone
> ---
> to avoid done log note while I mark one entry as DONE.
>
> But I want to set it as a global setting to avoid use it for every org
> file.
Hi Water,
The cu
On Sun, Oct 10, 2010 at 09:50:47AM -0400, David Abrahams wrote:
> I have to reschedule quite a few items daily. Often they're
> yesterday's items that I need to reschedule for today.
> `C-c C-s . RET'
> is a bit much typing for that
I use S-right on the agenda buffer, which is quite easy.
Rega
I'd imagine enclosing the email text in a #+BEGIN_EXAMPLE block would
make sense (semantically) and also avoid interpretation of SCHEDULED
keyword.
But even using #+BEGIN_COMMENT block, timestamps and SCHEDULED are
found by the agenda.
A workaround for your problem can be setting those timestamps
On Wed, Oct 13, 2010 at 07:59:23PM +0200, Manuel Danzl wrote:
> I'm a happy org-mode user since a few month's and I'm using org-publish
> to write on some work related documentation. Now my collegues asked me
> to export the docs not only to html but also to plain text!
>
> Unfortunately, org-mode
On Thu, Oct 07, 2010 at 01:24:28AM -0300, Ezequiel Birman wrote:
> Is there something like conditional export? I'd like to use tikz when
> exporting to latex but my own hand-made ascii drawing when exporting to
> ascii/latin1/utf8.
Hi,
I've been thinking on your request, and today this appeared o
On Sun, Oct 24, 2010 at 10:58:00PM -0200, Flavio Souza wrote:
> I'd like to know if there is a way to change the "Table of Contents"
> title, when publishing a HTML file.
>
> The reason is that I'd like to translate "Table of Contents" to
> Portuguese automatically.
Hi Flavio,
Have a look at org-
Hi Bar,
You should use C-c a m, and use a search string of the form
mytag+TODO="WAITING"
This matches for a specific TODO state (for example, WAITING).
Check the corresponding manual section here:
http://orgmode.org/manual/Matching-tags-and-properties.html#Matching-tags-and-properties
BR
If you don't mind losing h-lines, you can transpose the table, sort
rows, and transpose back.
This code (which I previously posted to the list) transposes a table:
#+begin_src: emacs-lisp
(defun org-transpose-table-at-point ()
"Transpose orgmode table at point, eliminate hlines"
(interactive
On Tue, Nov 02, 2010 at 04:41:05PM -0300, Ezequiel Birman wrote:
> #+source: tree1_latex
> #+BEGIN_SRC latex :exports (if (and (boundp 'latexp) latexp) "results" "none")
> \begin{tikzpicture}
...
> \end{tikzpicture}
> #+end_src
> I still don't know how to export the TikZ code to latex but a
On Wed, Nov 03, 2010 at 03:34:58PM +1300, Adam wrote:
> Am a novice, and just trying my first src emacs lisp.
> Can a results output be included in the middle of a line of text ?
Hi,
Yo can include inline code blocks thus:
The date today is src_emacs-lisp{(format-time-string "%a %e %b %Y ")}.
T
On Tue, Nov 9, 2010 at 3:43 AM, Jeff Horn wrote:
> Suppose I have a project defined (say, "org-blog") that I use to
> generate blog posts, and I want to use Disqus to track comments.
> Further suppose I don't want to use a templating framework such as
> jekyll to transform org into HTML. Does anyo
27;t know. I set it up quite a while ago, it might have changed.
But what's there seems to work.
The whole setup is kind of tricky, because I wanted to support a
multilanguage site that wasn't a nightmare to update, but I think the
above covers what you need.
Best,
jm
> On Tue, Nov 9
I'm against feature-itis.
Orgmode has been losing some of its elegance to feature requests. And
by 'elegance' I mean ease of learning and using and maintaining, and
not having to decide between N different ways of achieving something
just because so many border-case features exist.
The agenda is
| 0.50 |
> | ^ | | totalTime |
> | # | Totaal | 0.25 |
> | ^ | | restTime |
> |---+--+---|
> #+TBLFM: $totalTime = deg(vsum(@-i...@-i)); f2
>
> Is this possible? If yes, how would I do this?
>
--- Begin Message ---
On 9/7/10
Hi,
The DOCTYPE declaration is hardcoded inside org-html.el
You may change it by defining a hook and modifying the generated HTML.
Have a look at the following message, where they get rid of the
declaration:
http://lists.gnu.org/archive/html/emacs-orgmode/2010-06/msg00063.html
you may add some
(insert " \"http://www.w3.org/TR/html4/strict.dtd\";>\n")
> )
> )
> )
>
> To undo it, I can call this:
>
> (setq org-export-html-final-hook nil)
>
> However, one question, the above sets the doctype GLOBALLY. Is there
> a way to do set this auto
On Wed, Nov 17, 2010 at 05:25:05PM -0500, Nick Dokos wrote:
> #+BIND: uriel-change-doctype t
>
> but a good (if not scalable) solution to the problem.
>
> I have a question however: why is it that hooks can't be set using
> this mechanism?
>From my limited understanding, the #+BIND directive is fo
On Thu, Nov 18, 2010 at 10:35:50AM -0500, Uriel Avalos wrote:
> The only problem is that #+BIND is not working. I tried setting
> org-export-allow-BIND to t and it still does not work. Ideas?
Did you C-c C-c over (any of the) option headers?
This is required for org-mode to re-parse all options i
Hi,
Maybe you can easily regexp-replace all 'COMMENT' keywords for a tag
(like :noexport:).
Then there are header options for tags which should be included /
excluded on export.
#+EXPORT_SELECT_TAGS: Tags that select a tree for export
#+EXPORT_EXCLUDE_TAGS: Tags that exclude a tree
8<
.j.
On Mon, Nov 22, 2010 at 10:53:20PM +0100, e20100633 wrote:
> Juan Pechiar writes:
>
> > Maybe you can easily regexp-replace all 'COMMENT' keywords for a tag
> > (like :noexport:).
> >
> > Then there are he
%(sexp) allows to include lisp expressions in a capture template.
%(format-time-string "%H:%M") should insert the current time.
Regards,
.j.
On Wed, Dec 08, 2010 at 10:08:32PM +, Charles Cave wrote:
> I use the following template
>
> ("l" "Log Time"
> entry (file+datetree "c:/charles/My
The keyboard shortcuts produce lowercase text (e.g. typing I was wondering whether it is common practice to indicate source code
> blocks with capital letters, as in
>
> #+BEGIN_SRC text
> Example source block
> #+END_SRC
>
> while indicating special blocks with lower-case, as in
>
> #+begin_latex
On Sun, Jan 16, 2011 at 9:57 PM, Tom Breton (Tehom) wrote:
> Some months back I contributed improvements to org-html. My intent was to
> make it easy to post org files as blog posts.
>
> So this is a sort of delayed announcement. There are two packages that
> post to blogs from org-mode: My org
On Thu, Dec 16, 2010 at 1:19 PM, Francesco Pizzolante
wrote:
> > Another option is to use a babel block and org-map-entries to spit out a
> > simple list of tasks for each person:
> I've played a little with the code you've sent and here's what I end up with:
>
> --8<---cut here---
Greetings,
I am trying to define buffer-wide initializations in org-babel, so that I
can import a python module once and then use its exported symbols in all the
code chunks throughout the buffer. Is there a way to do it? I have tried
all the obvious approaches and none seems to work. (My hope w
Eric,
Thanks a lot for your quick response. I have tried your suggestion
and it does work, but it behaves in an unexpected way when I do some
minor modifications. Please see below.
On Wed, Oct 7, 2009 at 8:48 PM, Eric Schulte wrote:
>> I am trying to define buffer-wide initializations in org-b
Hi,
On Wed, Oct 7, 2009 at 9:17 PM, Eric Schulte wrote:
> As you described below the :session environment can be used to deal with
> the need for required "stage setting" source-code blocks, however there
> is currently no way when directly executing a block to specify that some
> other block in
Hi Dan,
On Thu, Oct 8, 2009 at 4:11 PM, Dan Davison wrote:
> Juan Reyero writes:
>> #+begin_src python :session :results output
>> 2
>> #+end_src
>>
>> #+resname:
>> : 2
>> : 2
>>
>> (expected nothing, which is what I get if I remove
Greetings,
I want to move my blogs from Wordpress to org-mode. I have found
blorg, org-blog and blorgit, but the first two look like they're not
being worked on (but maybe that's because they are finished), and the
third one seems to be much more than what I need, as it gives you a
web-based inter
On Tue, Oct 20, 2009 at 12:23 PM, David Bremner wrote:
> Juan Reyero wrote:
>
>> I am looking for in a blogging engine is a
>>way to mark entries as belonging to the blog, and generation of an RSS
>>feed that includes them; all other things, including publishing and
&g
Best regards, and thanks for the great code,
Juan
--
http://juanreyero.com/blog
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
agenda
queries and quick tagging.
I am very grateful to Carsten and all the people contributing to
org-mode and this list. It's made a great positive impact in my work.
Best,
Juan
---
http://juanreyero.com
___
Emacs-orgmode mailing list
Pleas
OpenMoko-Community (position-
> sensitive alarm)
> #+ dream-mode off
That'd be neat...
Best regards,
Juan
--
http://juanreyero.com/
http://unarueda.com
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
code is in github,
http://github.com/juanre/org-jekyll). In summary, what I need is an
org-export-as-html that treats the least indented outline as a
0-indentation.
Best,
Juan
--
http://juanreyero.com/
http://unarueda.com
___
Emacs-orgmode mailing l
Hi Carsten,
On Sun, Dec 27, 2009 at 7:35 PM, Carsten Dominik
wrote:
> On Dec 27, 2009, at 5:34 PM, Juan Reyero wrote:
>> I have written a function to export org-mode subtrees as jekyll posts,
>> http://juanreyero.com/open/org-jekyll/ The idea is that any entry in
>> an org
On Thu, Dec 31, 2009 at 9:15 AM, Carsten Dominik
wrote:
> On Dec 27, 2009, at 8:31 PM, Juan Reyero wrote:
>> On Sun, Dec 27, 2009 at 7:35 PM, Carsten Dominik
>> wrote:
>>> On Dec 27, 2009, at 5:34 PM, Juan Reyero wrote:
>>>> I have written a function to expo
On Thu, Dec 31, 2009 at 6:15 PM, Eric Schulte wrote:
> Juan Reyero writes:
>
>> On Thu, Dec 31, 2009 at 9:15 AM, Carsten Dominik
>> wrote:
>>> On Dec 27, 2009, at 8:31 PM, Juan Reyero wrote:
>>>> On Sun, Dec 27, 2009 at 7:35 PM, Carsten Dominik
>>
On Thu, Dec 31, 2009 at 8:51 PM, Eric Schulte wrote:
> Juan Reyero writes:
>
>> On Thu, Dec 31, 2009 at 6:15 PM, Eric Schulte wrote:
>>> Juan Reyero writes:
>>>
>>>> On Thu, Dec 31, 2009 at 9:15 AM, Carsten Dominik
>>>> wrote:
>>&
:END:\n %?\n %x"
"~/cjr/jac/jac.org" date-tree)
("Note" ?n
"* %^{Title}\n :PROPERTIES:\n :on: %T\n :END:\n %?\n %x"
nil date-tree)))
Did you remember to load it?
(require 'remember)
(org-remember-insinuate)
Best,
Hi Avinash,
On Fri, Jan 1, 2010 at 6:43 PM, Avinash Kulkarni wrote:
> Hi Juan,
> Thank you for the reply. Yeah, I already had those 2 lines in my .emacs file
> - and your template setup looks just like mine. I am using the Emacs Cocoa
> build from www.emacsformacosx.com, and its date
or-tag for this purpose. I wonder,
has anybody used it to actually export HTML with ctags links? I'd
like my web publishing to take advantage of the great ctags package.
Best,
Juan
--
http://juanreyero.com/
___
Emacs-orgmode mailing list
Please use
atter. It also includes some support for localization.
Full description: http://juanreyero.com/open/org-jekyll/
Source code: http://github.com/juanre/org-jekyll
Best regards,
Juan
--
http://juanreyero.com/
http://unarueda.com
___
Emacs-orgmode mailing
On Mon, Feb 1, 2010 at 12:23 PM, Rick Moynihan wrote:
> On 29 January 2010 23:16, Juan Reyero wrote:
>> Full description: http://juanreyero.com/open/org-jekyll/
>> Source code: http://github.com/juanre/org-jekyll
>
> I'm not entirely clear on how the org-publish-proj
o be able to refer to an attached file from
a link in an entry, and copy during export the attachments directory.
Best,
Juan
--
http://juanreyero.com/
http://unarueda.com
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
On Tue, Feb 2, 2010 at 11:37 AM, Rick Moynihan wrote:
> On 1 February 2010 19:14, Juan Reyero wrote:
>> On Mon, Feb 1, 2010 at 12:23 PM, Rick Moynihan
>> wrote:
>>> On 29 January 2010 23:16, Juan Reyero wrote:
>>>> Full description: http://juanreyero.c
On Wed, Feb 10, 2010 at 11:41 AM, Rick Moynihan wrote:
> Hi all,
>
> I thought some of you might like to know that my blog is now up and
> running. I write my posts in org-mode, and export with org-jekyll.
> You can find it here:
>
> http://sourcesmouth.co.uk/
This is great! I am really glad th
Trying to adjust the style for fixed-width sections in LaTeX export
(drawers in particular), I found org-latex.el defines a customizable
wrapper for verbatim sections:
(defcustom org-export-latex-verbatim-wrap
'("\\begin{verbatim}\n" . "\\end{verbatim}\n")
"Environment to be wrapped a
Hi!
The test file below contains a columnview table showing section
headers.
Export to HTML works OK: the asterisks inside the table are
transformed into indentation.
Export to LaTeX: asterisk pairs are interpreted as emphasis, resulting
in an incorrect renering of asterisks and bold asterisks.
Here is a quick and dirty function to update all timestamps in a
buffer by N hours:
8<
(defun uphours ( n )
"update all timestamps n hours"
(interactive "nAdd hours: ")
(save-excursion
(goto-char (point-min))
(while (re-search-forward "[[<]"
Nathan,
I've just pushed a version of org-jekyll that should solve the
problem, following Sebastian's suggestions, and it's available at
http://github.com/juanre/org-jekyll. Sorry it's taken me so long to
respond; I am pretty much off-line lately for personal reasons. And
thanks for bringing it
Hi Carsten + crowd,
Below is a patch for org-capture when the template is given by a LISP
function.
Problem was that the function is inside a string (not a LISP form), so
the string has to be evaluated explicitly.
Now it's working for me. I use it to get a template formed by
URL/title and select
session body result-type &optional matlabp)
8<
On Sun, Aug 01, 2010 at 05:07:27PM -0300, Juan wrote:
> I'm starting to work with ob-octave and found several problems:
>
> The first, for which I have a fix (see patch
Hi Livin,
As far as I know, orgmode does not support multi-line cells.
The example table you provided contains 7 rows (+ formatting at top)
plus 2 h-lines ("horizontal separator").
h-lines separate table sections (e.g. headings from contents).
In this context, the behaviour you are reporting wi
Hi,
The google API determines the unit system (C or F) based on the
language parameter (smart guys?!).
Ths parameter goes after the city in the call to org-google-weather:
E.g. %%(org-google-weather "Montevideo,Uruguay" "es")
This extension is magic!
Regards,
.j.
P.S. Cannot install into Note
On Thu, Jul 14, 2011 at 02:22:32PM +0200, Karl Voit wrote:
> How can I auto-answer the question from the subject line with «n»
> (per default) any time it is asked?
Hi Karl,
You can customize this behaviour via
org-crypt-disable-auto-save
You probably have it set to 'ask'. Options exist for
Hi,
'@II..@III' means all rows between the second and third h-lines. In
your case, this is the same vsum(), so you get a circular reference.
Try @I..@II instead
Regards,
.j.
On Fri, Jul 22, 2011 at 06:48:36PM +, ken.willi...@thomsonreuters.com wrote:
> Hi, I had the following text in a tab
Hi Darlan,
Please check #SETUPFILE
http://orgmode.org/manual/In_002dbuffer-settings.html
Regards,
.j.
On Fri, Aug 05, 2011 at 02:54:30PM -0300, Darlan Cavalcante Moreira wrote:
>
> In each org file I usually put several configuration lines such
> as #+STARTUP, #+OPTIONS, #+LINK, etc. Is ther
Greetings,
I write articles in their own page, with a main heading as the title.
I've written a function that builds a table with links to other
articles that share tags with the heading under which the table is
built (and that share the same language, assuming that the :lang:
property is set). T
Hi Michael,
Please check the purpose of SCHEDULED in org-mode:
http://orgmode.org/manual/Deadlines-and-scheduling.html
It is exactly what you mean by starting at a day or later.
For a fixed date, just drop a timestamp inside a heading.
Regards,
.j.
On Mon, Aug 29, 2011 at 01:38:26PM +0200,
Hi John,
Please check the variable
org-log-states-order-reversed
Documentation:
Non-nil means the latest state note will be directly after heading.
When nil, the state change notes will be ordered according to time.
Regards,
.j.
On Tue, Sep 27, 2011 at 08:51:27PM -0400, John J Foerch wrote:
Hi,
Please check the following thread on a similar problem:
http://thread.gmane.org/gmane.emacs.orgmode/29877/focus=29920
There is a definition for 'vsumif' function you can use to add
conditionally.
Regards,
.j.
On Mon, Nov 28, 2011 at 03:32:05PM +0800, qkbey...@gmail.com wrote:
> hi,all.
I have the same problem.
It occurs on a 2nd pass through org-export-blocks-preprocess (in
org-exp-blocks.el).
1st pass runs OK, 2nd pass gets the error condition.
1st pass processes the following:
(buffer-substring match-start (point-max)) ->
"#+begin_src emacs-lisp\n (message \"Hello, W
Hi,
Have a look at org-goto (C-c C-j)
http://orgmode.org/manual/Motion.html#index-org_002dgoto-83
And also completion features (eg. iswitchb emulation)
http://orgmode.org/manual/Completion.html#Completion
Regards,
.j.
On Thu, Dec 15, 2011 at 05:39:41PM +0400, sergio wrote:
> Is it possi
Hola Pere,
I'd suggest creating a master document with #includes of all your
Orgmode files, and then export this master document as org-mode.
http://orgmode.org/manual/Include-files.html#Include-files
There is a :minlevel attribute to automatically demote included
org-mode files.
Saludos,
.j.
Spanish:
("es" "Archivo" "N" "Fecha y hora" "Tarea" "Tiempo" "TODO" "Tiempo total"
"Tiempo archivo")
I hope the "TODO" coincidence doesn't send org-mode into orbit.
On Sun, Feb 13, 2011 at 02:03:49PM +0100, Bastien wrote:
> I've pushed a fix which introduces a new custom variable
> `org-clock-c
Add something like this together with your export headers:
#+BIND: org-export-latex-image-default-option
"width=0.9\\textwidth,height=0.7\\textheight,keepaspectratio"
The general rule for +BIND is to provide LISP variables and values
(See 12.2 Export Options in Org manual).
You may need to cust
Doing F1-k on backspace ("delete" key) gives:
DEL (translated from ) runs the command
delete-backward-char
And with delete (Fn-"delete") it says:
DEL (translated from ) runs the command
delete-backward-char
So both are mapped to DEL.
You can fix this with
(global-set-key [kp-delete]
Hi,
If you are referring to directives such as export templates, etc.,
these can in general be placed anywhere in the document. For example,
inside a COMMENT'ed heading at the end of the document, with folded
view as default.
You can also have all that in another file and use #+setupfile or
#incl
1 - 100 of 976 matches
Mail list logo