Hi everyone,
today I looked at our tutorial page at
http://orgmode.org/worg/org-tutorials/index.html
and came away with the feeling that that this page has become
somewhat useless for people who are really new to Org. I think
the page should start with a section of true recommendations
for begi
t...@tsdye.com (Thomas S. Dye) writes:
> Jason Lewis writes:
>> I noticed a word that is probably wrong in the org doco online. What's
>> the general procedure for providing feedback? It's not editable like a
>> wiki is it?
>>
>> Specifically on the page http://orgmode.org/manual/Beamer-export.htm
Hi everyone, when exporting only a subtree to pdf, we can set the output file
such as:
* Some headline:PROPERTIES::EXPORT_FILE_NAME: /path/filename:END: Is it
possible to set the output path/filename when exporting the entire org file ?
(e.g. in the heading #+OPTIONS)
Thanks !Martin
Hi Jason,
It is editable! You can find how to register and use git for editing
Worg here:
http://orgmode.org/worg/worg-about.html
It's actually a pleasure to work on its org-mode files.
All the best,
Tom
Jason Lewis writes:
> Hi,
>
> I noticed a word that is probably wrong in the org doco on
Hi,
I noticed a word that is probably wrong in the org doco online. What's
the general procedure for providing feedback? It's not editable like a
wiki is it?
Specifically on the page http://orgmode.org/manual/Beamer-export.html
" Eventually, every plain list has support" should read "Finally, ev
Hi,
I was wondering if there are any transpose functions for table cells;
something akin to transpose-lines, or transpose-words. I am also
looking for something like org-open-line, but only for a table cell.
This is my use case:
| col 1 | col 2 | | col 1 | col 2 |
|---+---+ +
Hi,
I am using Org-mode for writing product manuals and documentation and
exporting to PDF using the Latex Export. (I'm still using Org-Mode 7.8 as
I've been a little apprehensive about upgrading to the new Latex Export
version).
I am using the fancy header package:
#+LATEX_HEADER: \usepackage{f
On Fri, Sep 27, 2013 at 09:28:00PM +0200, Michael Albinus wrote:
> Hi,
>
> I have produced a very first shot of org-debbugs.el. It shows you bug
> reports from debbugs.gnu.org as TODO items. It needs the debbugs package
> from the GNU ELPA repository.
>
> If you want to try it, you could call
>
Hi,
I have produced a very first shot of org-debbugs.el. It shows you bug
reports from debbugs.gnu.org as TODO items. It needs the debbugs package
from the GNU ELPA repository.
If you want to try it, you could call
(org-debbugs nil '("org-mode"))
You will see a list of TODO items which belong
I like the intuitive way the Org mode structure editing and list
formatting works. Thus I turn it on in mail-mode with
(add-hook 'mail-mode-hook 'turn-on-orgstruct)
This works alright.
But when I use `orgstruct++-mode'
(add-hook 'mail-mode-hook 'turn-on-orgstruct++)
Then `fill-para
Dear Orgers,
I face a problem when I want to 'html' export a pretty simple org file :
test.org contains the following lines
#+BEGIN_SRC c++
int j= 1;
#+END_SRC
If I do
emacs --batch -q --eval '(require (quote org))' --visit test.org \
--funcall org-html-export-to-html
I get
Loading vc-git.
That is a pretty interesting pdf. I cannot think of a way to do this
simply. I think that filters get an info argument, which contains the parse
tree. Maybe you could use that to build up a table of which blocks refer to
each other somehow. I guess you would need some syntax in the src-block to
ind
On Fri, Sep 27, 2013 at 3:18 AM, Alan Schmitt
wrote:
> Hello,
>
> This question is slightly off-topic, but it may be of interest to people
> who have a lot of data entered in org-mode.
>
> The short version: what tools are available to explore data, typically
> stored in org-mode tables?
[snip]
On Fri, Sep 27, 2013 at 9:58 PM, Rustom Mody wrote:
> On Fri, Sep 27, 2013 at 3:13 PM, Eric Schulte wrote:
>
>> Rustom Mody writes:
>>
>> > On Fri, Sep 27, 2013 at 7:20 AM, Rustom Mody
>> wrote:
>> >
>> >> Hi
>> >>
>> >> I am trying to use epresent for presentation.
>> >> Start epresent with M-
no problem! I also typed up my notes on setting up blogofile here:
http://jkitchin.github.io/blog/2013/09/27/Installing-and-configuring-blogofile/
I think they are pretty complete, but some of it was from memory.
best wishes,
John
---
John Kitchin
Associate Profe
On Fri, Sep 27, 2013 at 3:13 PM, Eric Schulte wrote:
> Rustom Mody writes:
>
> > On Fri, Sep 27, 2013 at 7:20 AM, Rustom Mody
> wrote:
> >
> >> Hi
> >>
> >> I am trying to use epresent for presentation.
> >> Start epresent with M-x epresent-run
> >>
> >> I seem to need to press one more q to get
Hi,
I would be very happy to use LaTeX in gnus in scientific correspondence,
instead of using LaTeX it with Thunderbird.
I know that it is possible with org-mode , but I have difficulties to find
a clear tutorial to help me in this task.
My question is twofold: how concretely making links betwee
John Kitchin writes:
> Here is part of how I use org-mode to publish to my blog:
> http://jkitchin.github.io/blog/2013/09/27/Publishing-to-blogofile-using-org-mode/
Thank you very much for typing this up! I now have some weekend
entertainment to try and replicate it for myself.
-Brett.
pgpEe
It works in Adobe Reader, Adobe, and Bluebeam Revu. I haven't tried any
others.
John
---
John Kitchin
Associate Professor
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
http://kitchingroup.cheme.cm
Hi John,
jkitc...@andrew.cmu.edu writes:
> Actually, it turns out the publisher did put up the pdf with embedded
> files, you just can't open them in a pdf in a browser. If you download the
> file and open in a good pdf reader, you can open the embedded files. It
> just made my day to figure that
Here is part of how I use org-mode to publish to my blog:
http://jkitchin.github.io/blog/2013/09/27/Publishing-to-blogofile-using-org-mode/
My approach is pretty automated, but I have left some manual steps in
place. Basically I write a post as a heading in some org-file, press a key,
which genera
Hi Eric,
Eric Schulte wrote:
> "Sebastien Vauban" writes:
>> Eric Schulte wrote:
>>> aditya siram writes:
What's the rationale for having padlines by default in tangled source? It
generates wrong programs for languages where whitespace is significant
(Haskell) and, for me, doesn't
Hi,
I've written an org file in which I use org tables and ob-python blocks
to manipulate an sqlite database. Updates to the database are a mix of
manual data entry and computed values. I'm using org-8.0.3 at the
moment.
I was going to post asking how to do this but I managed to develop a
workin
Nicolas Goaziou wrote:
> "Sebastien Vauban" writes:
>
>> Following those conventions, I guess that:
>>
>> - The `crypt' tag should be "renamed" `CRYPT'
>>
>> - The `Effort' property should be "renamed" `EFFORT'
>>
>> Right?
>
> FWIW, I think you're correct.
Would such a patch be accepted, then, if
John, I finally got a chance to watch your really nice SciPy talk last
night.
I've been trying to incorporate Reproducible Research methods with org
into my own work. I strive to do more and what you are doing looks to
provide a wealth of examples. I hope more researchers follow this
methodology
Suvayu Ali writes:
> On Fri, Sep 27, 2013 at 03:38:01PM +0200, Bastien wrote:
>> Hi flammable (?),
>
> The post was signed Basile. :-p
Yep, sorry Basile !
--
Bastien
OK - narrowed it down to a post tangle hook which I need for proper
debugging of R (jumping to source line in org file and not tangled R file):
,
| #+begin_src emacs-lisp
| (defvar org-babel-tangled-file nil
| "If non-nill, current file was tangled with org-babel-tangle")
| (put 'org-babel-t
On Fri, Sep 27, 2013 at 03:38:01PM +0200, Bastien wrote:
> Hi flammable (?),
>
The post was signed Basile. :-p
--
Suvayu
Open source is the future. It sets us free.
Hi flammable (?),
flammable project writes:
> * EMACS
> You need to have an Emacs version greater than 24.2.1. The function
> 'url-encode-url' must be present to generate successfully the RSS
> feed. Since I'm using Xubuntu 13.4. I had to add the PAA of Damien
> CASSOU to my apt config. Then I i
Forgot: tried with 8.2 stable release and with version from git - both
the same.
Rainer M Krug writes:
> Hi
>
> I have a strange error when tangling.
>
> I have a large org file with several code blocks tangling in about
> 20 R files and one bash file. Usually tangling works perfectly, but
> so
On Sep 27, 2013, at 1:35 PM, Sebastien Vauban wrote:
> Hi Carsten,
>
> Carsten Dominik wrote:
>> On 11.9.2013, at 14:48, Sebastien Vauban wrote:
>>> If you have colors for tags:
>>>
>>> --8<---cut here---start->8---
>>> ;; faces for specific tags
>>> (setq
On 10.9.2013, at 17:07, Nicolas Girard wrote:
> 2013/8/5 Sebastien Vauban :
>>
>> Except the above, I definitely don't understand why it wouldn't work for you.
>> Can you reproduce the problem with a minimal Emacs config file (adding the
>> require of `org' and `org-agenda' before)?
>>
>
> I
Actually, it turns out the publisher did put up the pdf with embedded
files, you just can't open them in a pdf in a browser. If you download the
file and open in a good pdf reader, you can open the embedded files. It
just made my day to figure that out!
This link:
http://pubs.acs.org/doi/suppl/10.
Hi Rene,
On Fri, Sep 27, 2013 at 02:08:43AM +, Rene wrote:
> Sebastien Vauban writes:
>
> > For the sake of completion, I think that, starting with Emacs 24, it's
> > better
> > to use their new "custom theme" mechanism, which is more general than the
> > `color-theme' package (and offers t
Alan Schmitt writes:
> Hello,
>
> This question is slightly off-topic, but it may be of interest to people
> who have a lot of data entered in org-mode.
>
> The short version: what tools are available to explore data, typically
> stored in org-mode tables?
>
> The long version: I've tried an inte
Suvayu Ali writes:
> On Fri, Sep 27, 2013 at 11:29:57AM +0200, Thorsten Jolitz wrote:
>> Nicolas Goaziou writes:
>>
>> Hello,
>>
>> > Thorsten Jolitz writes:
>> >
>> >> although I did not update recently, html-export of this test org-file
>> >> suddenly includes lots of \n in the html output
Dnia 2013-09-27, o godz. 13:21:40
"Fabrice Niessen" napisał(a):
> Hello,
>
> Due to a friend's request, I've tried to offer AUCTeX key bindings
> within Org documents via a minor mode, called "org-auctex-keys".
>
> If you're interested, check it out at
> https://github.com/fniessen/org-auctex-k
Hi
I have a strange error when tangling.
I have a large org file with several code blocks tangling in about
20 R files and one bash file. Usually tangling works perfectly, but
sometimes one code block does not tangle a code block to a file. These
are different blocks. When I change the name of th
Hi,
The font-lock works fine as I type, but when I re-open the file,
or call `revert-buffer', the *bold* text loses its fontification.
Note that all others, like /italic/ or =code=, work fine.
Only *bold* is affected.
I attach a test file.
* Emphasis test
** bold
test *bold*
** italic
test /ital
Hello Fabrice,
"Fabrice Niessen"
writes:
> Due to a friend's request, I've tried to offer AUCTeX key bindings within Org
> documents via a minor mode, called "org-auctex-keys".
I checked that out because I often find myself doing C-c C-e while in
org-mode, but I expected it would insert
#+BEGI
Eric Schulte writes:
> I'd rather not hard-code the value of "/tmp/". Perhaps you could rework
> the patch so that it introduces a new customizable variable (including a
> documentation string) so that users can set the value for their system.
>
> Also, please package the patch with git format-p
Hi Carsten,
Carsten Dominik wrote:
> On 11.9.2013, at 14:48, Sebastien Vauban wrote:
>> If you have colors for tags:
>>
>> --8<---cut here---start->8---
>> ;; faces for specific tags
>> (setq org-tag-faces
>>'(("home" .
>> (:slant italic
>>
Hello,
Due to a friend's request, I've tried to offer AUCTeX key bindings within Org
documents via a minor mode, called "org-auctex-keys".
If you're interested, check it out at
https://github.com/fniessen/org-auctex-key-bindings.
Note that I'm willing to add extra AUCTeX keys -- but I don't use
On 11.9.2013, at 14:48, Sebastien Vauban wrote:
> Hello,
>
> If you have colors for tags:
>
> --8<---cut here---start->8---
> ;; faces for specific tags
> (setq org-tag-faces
>'(("home" .
> (:slant italic
>:foreground "#5C88D3
Dnia 2013-09-27, o godz. 11:21:58
Jarmo Hurri napisał(a):
>
> Greetings.
>
> A lot of my tables contain special characters (such as ä and ö)
> because those are used in Finnish names. These are now causing
> problems for me in table formulas.
>
> Can someone tell me how to fix the table below
Noorul Islam Kamal Malmiyoda writes:
> Do I have to resend public key to someone to add?
You do have this key on the server:
ssh-rsa B3NzaC1yc2EA...uOJluuy7Fob1dI93uuU0WWQ== noorul@noorul
If this is not the correct one, please send me the new one.
Otherwise please try to clone from the se
On Fri, Sep 27, 2013 at 11:29:57AM +0200, Thorsten Jolitz wrote:
> Nicolas Goaziou writes:
>
> Hello,
>
> > Thorsten Jolitz writes:
> >
> >> although I did not update recently, html-export of this test org-file
> >> suddenly includes lots of \n in the html output.
> >
> > I cannot reproduce it
On Fri, Sep 27, 2013 at 2:51 PM, Bastien wrote:
> Noorul Islam Kamal Malmiyoda writes:
>
>> I am not able to push changes now. Is this now disabled for me?
>
> I don't think so, but you need to push to the orgmode.org server,
> not to repo.or.cz -- please ask for further help on the mailing
> lis
Rustom Mody writes:
> On Fri, Sep 27, 2013 at 7:20 AM, Rustom Mody wrote:
>
>> Hi
>>
>> I am trying to use epresent for presentation.
>> Start epresent with M-x epresent-run
>>
>> I seem to need to press one more q to get out of epresenting and then that
>> q gets into the file.
>>
I can't repr
On Tue, 24 Sep 2013 15:08:10 +0200, Carsten Dominik
wrote:
could you please explain what this does and show an example on how
this should be used?
It adds the possibility of a string argument used as a regexp for
arbitrary field separator.
It can be used as following :
(defun my-fjd/convert
Nicolas Goaziou writes:
Hello,
> Thorsten Jolitz writes:
>
>> although I did not update recently, html-export of this test org-file
>> suddenly includes lots of \n in the html output.
>
> I cannot reproduce it. Does it also happen with a minimal configuration
> file?
It must be something emac
Hello,
I've observed, with the following minimal Org configuration,
--8<---cut here---start->8---
(require 'org)
(define-key global-map
(kbd "C-c a") 'org-agenda)
(setq org-agenda-files '("~/ecm.org"))
;; turn on individual word search
(setq org-agenda-sea
Hi Jarmo
On Fri, Sep 27, 2013 at 10:21 AM, Jarmo Hurri wrote:
> | string | same string |
> |+-|
> | abc| abc |
> | smörre | #ERROR |
> #+TBLFM: $2=$1
A lisp formula is the easiest way to just copy fields:
#+TBLFM: $2 = '(identity $1)
See also the ERT test-or
* Alan Schmitt wrote:
> Hello,
Hi Alan!
> The short version: what tools are available to explore data, typically
> stored in org-mode tables?
Great question!
I did some very basic R-scripts to derive boxplots by myself.
> The long version: I've tried an interesting website
> (https://tictrac.
Dnia 2013-09-27, o godz. 10:18:15
Alan Schmitt napisał(a):
> Hello,
>
> This question is slightly off-topic, but it may be of interest to
> people who have a lot of data entered in org-mode.
>
> The short version: what tools are available to explore data, typically
> stored in org-mode tables?
Greetings.
A lot of my tables contain special characters (such as ä and ö) because
those are used in Finnish names. These are now causing problems for me
in table formulas.
Can someone tell me how to fix the table below so that the formula will
work?
* testing table
| string | same string |
|--
Hello,
This question is slightly off-topic, but it may be of interest to people
who have a lot of data entered in org-mode.
The short version: what tools are available to explore data, typically
stored in org-mode tables?
The long version: I've tried an interesting website
(https://tictrac.com/)
Hello,
Thorsten Jolitz writes:
> although I did not update recently, html-export of this test org-file
> suddenly includes lots of \n in the html output.
I cannot reproduce it. Does it also happen with a minimal configuration
file?
Regards,
--
Nicolas Goaziou
Hi Ian,
li...@wilkesley.net writes:
> I am struggling to get this to work. In my init files I have:
>
> (set-default-font "DejaVu Serif Italic")
>
> I have followed the advice on StackOverflow
> http://stackoverflow.com/questions/3758139/variable-pitch-for-org-mode-fixed-pitch-for-tables
>
> a
59 matches
Mail list logo