Achim Gratz writes:
> Loris Bennett writes:
>> How do I avoid the mixed installation problem when testing with a clone
>> of the org repository? My version is
>>
>> ,
>> | Org-mode version 7.9.1 (release_7.9.1-git @ mixed installat
Bastien writes:
> Or simply M- on the angle/bracket of the time-stamp.
Er.. that's S- of course.
--
Bastien
Hi Bill,
Bill Day writes:
> Thanks for your reply. I tried that and I got this:
>
> When done with this frame, type C-x 5 0
> Template key:
> OVERVIEW
> Restoring clock data
> Loading /home/billday/.emacs.d/org-clock-save.el (source)...done
> OVERVIEW
> Loading vc-git...done
> OVERVIEW [3 times
Hi Mike,
Mike McLean writes:
> I don't use org-crypt. After updating Org to this patch level, I get
> the following error on every attempt to capture.
>
> org-capture-set-target-location: Symbol's function definition is void:
> org-at-encrypted-entry-p
Fixed, thanks.
--
Bastien
Thanks for your reply. I tried that and I got this:
When done with this frame, type C-x 5 0
Template key:
OVERVIEW
Restoring clock data
Loading /home/billday/.emacs.d/org-clock-save.el (source)...done
OVERVIEW
Loading vc-git...done
OVERVIEW [3 times]
byte-code: Before first headline at position 1
Bill Day wrote:
> release_7.9.1-348-gea7baa emacs 24.2.1
> ...
> Error:
>
> Debugger entered--Lisp error: (void-function org-at-encrypted-entry-p)
> org-at-encrypted-entry-p()
> org-capture-set-target-location()
> org-capture(nil)
> call-interactively(org-capture nil nil)
>
Probably a
All,
I notice that in a table, I can use active timestamps, do arithmetic
with them, and get meaningful results. However, if I use inactive
timestamps, I get different results. I prefer the way active timestamps
work, since I can easily do date arithmetic with them.
The problem with active tim
Hi Tom,
I didn't realize. Thanks for the info; I'll look into it.
Greg
On Sep 25, 2012, at 11:28 PM, Thomas S. Dye wrote:
> Hi Greg,
>
> The problem is that no one is maintaining ob-r.el. The author, Dan
> Davison, has moved on to other things.
>
> Eric Schulte will apply patches to ob-r.e
On Sep 25, 2012, at 10:33 AM, Bastien wrote:
> Hi Guilherme,
>
> Guilherme Gondim writes:
>
>> I would use `org-capture' to add a entry in a subtree encrypted using
>> `org-encrypt'.
>>
>> `org-capture' currently do not identify and decrypt a encrypted subtree
>> before save the entry.
>
>
release_7.9.1-348-gea7baa emacs 24.2.1
When trying to apply a capture template, org-mode gives the error
void-function org-at-encypted-entry-p
Org templates:
(setq org-capture-templates
(quote (("t" "todo" entry (file "~/git/org-mode/org/refile.org")
"* TODO %^{Task} %^G %?
I have a babel block containing a bash script using double square
brackets. This gets converted to an org-mode style link.
Copying/pasting will still work fine, but the appearance is still a
bit bothersome. Is there a way to turn off link
fontification/transformation when inside a babel block?
Min
Achim Gratz writes:
> You could ask on the Emacs devel list if that'd be OK.
I suggest using this code:
(defun org-lookup (val s-list r-list lastp &optional predicate)
"Look for VAL in S-LIST and return the corresponding element in R-LIST.
If LASTP, ignore all matching VAL in SEARCH-LIST exce
Hi Erich,
Erich Neuwirth writes:
> Section 3.2 of the manual describes the use of '' '' and 'c' for
> overruling the alignment of columns.
> Should it be instead of c?
Fixed, thanks.
> And In noticed that these tags are respected by html export,
> but not by LaTeX export.
> Will LaTeX export
Section 3.2 of the manual describes the use of '' '' and 'c' for
overruling the alignment of columns.
Should it be instead of c?
And In noticed that these tags are respected by html export,
but not by LaTeX export.
Will LaTeX export learn this?
Jonathan Leech-Pepin writes:
> You should be able to just use =org-toggle-timestamp-type=
> instead of your snippet. It performs the check and will toggle
> back and forth between active and inactive timestamps.
>
> (add-hook 'org-ctrl-c-ctrl-c-hook
> 'org-toggle-timestamp-type)
>
O
Hello,
Robert Klein writes:
> when the :html-preamble function is just:
> #+begin_src elisp
> (defun s2-preamble ()
>"alpha-mark")
> #+end_src
>
> the text "alpha-mark" also doesn't get inserted, though simply setting
> #+begin_src elisp
> :html-preamble "alpha-mark"
> #+end_src
> works
"Sebastien Vauban"
writes:
> SPC in column 0 does already do that, doesn't it?
Wow! I did not know that! Thanks! :-)
François
Loris Bennett writes:
> How do I avoid the mixed installation problem when testing with a clone
> of the org repository? My version is
>
> ,
> | Org-mode version 7.9.1 (release_7.9.1-git @ mixed installation!
> | /usr/local/share/ema
Jarmo Hurri writes:
> Also made org-table.el (require 'cl) in general, not only compile time,
> because there was a warning of it being required at runtime, but there
> is still a warning at compile time. Seemed like a reasonable thing to
> do, although given the discussion on possible namespace cl
Hello,
"Myles English" writes:
> It would be nice to be able to exclude inline tasks from (the new)
> beamer export using:
>
> #+BEGIN_SRC elisp
> (setq org-inlinetask-export nil)
> #+END_SRC
`org-inlinetask-export' support is dropped on purpose in the new
exporter: org-export.el should be the
Hi,
On Wed, Sep 19, 2012 at 12:53 AM, wrote:
> Henning Weiss wrote:
>
> >> On Mon, Sep 17, 2012 at 9:20 PM, Robert Eckl wrote:
>
> >> If i Push the org-files under Windows with MobileOrg the different
> >> org-files are not synced, but with MobileOrgNG they are. If i push the
> >> org-files unde
> "Marcelo" == Marcelo de Moraes Serpa writes:
Marcelo> I used to use Emacs for a lot of other stuff before, but
Marcelo> decided to be more pragmatic and enjoy apps outside it as
Marcelo> well.
"Using apps outside" isn't synonymous with "being pragmatic". Having
everything inside
Hello Johan,
On 25 September 2012 14:09, Johan Sandblom wrote:
> I wrote the following which allows me ctrl-c-ctrl-c on a date in an org
> file and thereby toggle the inactive state of the date. I find it useful
> when applying to courses that I am later [not] admitted to. Perhaps it is
> useful
I wrote the following which allows me ctrl-c-ctrl-c on a date in an org
file and thereby toggle the inactive state of the date. I find it useful
when applying to courses that I am later [not] admitted to. Perhaps it
is useful to someone else. Perhaps also there are obvious improvements
to the c
Hi Nick,
Nick Dokos writes:
> I must have missed some context: where does SPC in column 0 run
> org-display-outline-path?
If you have (setq org-use-speed-commands t)
HTH,
--
Bastien
Hi Bastien,
thank you - the bug is resolved as of release_7.9.1-337-g4512f8.
Best regards,
Jörn
On Tue, Sep 25, 2012 at 3:32 PM, Bastien wrote:
> Hi Jörn,
>
> Jörn Gersdorf writes:
>
> > No problem, I see that it's quite interesting after the "@" ;-) since
> > I'm running emacs under cygwin
>
Very nice, thanks. I like to see the top-level heading too, so I removed the
(rest ...) call near the beginning.
-Ken
From: Anthony Lander [mailto:anth...@landerfamily.ca]
Sent: Monday, September 24, 2012 7:45 PM
To: Ken Williams
Cc: emacs-orgmode@gnu.org
Subject: Re: [O] Breadcrumbs?
Hi Ken
You make some very good points, Eden.
Dragging is what bothers me.
I used to use Emacs for a lot of other stuff before, but decided to be more
pragmatic and enjoy apps outside it as well. I don't currently live inside
Emacs (in fact, I've ended up switching to MacVim for most of my coding
tasks,
> "Marcelo" == Marcelo de Moraes Serpa writes:
Marcelo> Hello everyone, As much as I love orgmode, I can't deny
Marcelo> that Evernote looks slick. I would not replace org by
Marcelo> Evernote per se, but Evernote does have more polished
Marcelo> capture tools than orgmode has
Bastien writes:
> Hi Guilherme,
>
> Guilherme Gondim writes:
>
>> I would use `org-capture' to add a entry in a subtree encrypted using
>> `org-encrypt'.
>>
>> `org-capture' currently do not identify and decrypt a encrypted subtree
>> before save the entry.
>
> This is now fixed in Org's git rep
Hi Guilherme,
Guilherme Gondim writes:
> I would use `org-capture' to add a entry in a subtree encrypted using
> `org-encrypt'.
>
> `org-capture' currently do not identify and decrypt a encrypted subtree
> before save the entry.
This is now fixed in Org's git repository.
It will be part of Org
"Loris Bennett" writes:
> How do I avoid the mixed installation problem when testing with a clone
> of the org repository?
,[ http://orgmode.org/worg/org-faq.html#mixed-install ]
| Among the most common reasons is Orgmode gets loaded before the
| load-path variable is updated to include the
Hello.
Since a year or so I am using org-mode ever more intensively. Among
other things, I use it to track my training in pediatric medicine. I
keep a sort of combined diary and planner of events, courses and work
schedules in a file called arbete.org, which tracks the four years since
I star
Greg Tucker-Kellogg writes:
> I reported this on the mailing list as a question, but it appears to be an
> actual bug, so I thought I should file it formally. The following MWE
> shows the problem when trying to export an R character vector:
>
> #+begin_src R :exports results :results value list
"Sebastien Vauban"
writes:
> Could we imagine the displayed outline path to be separated by " / " instead
> of by "/", that is:
>From current master, try this out:
(org-display-outline-path nil t " - ")
HTH,
--
Bastien
Bastien writes:
> Indeed! I've updated `org-display-outline-path' so that it can return a
> string:
>
> (org-display-outline-path nil t t)
>
> So you can now hook it like this:
>
> (add-hook 'org-mode-hook
> (lambda() (add-to-list 'mode-line-format
>
Sebastien Vauban wrote:
> Hi,
>
> Anthony Lander wrote:
> > On 12-Sep-24, at 5:36 PM, Ken Williams wrote:
> >
> >> Has anyone ever tried implementing a “breadcrumbs”-type feature in
> >> org-mode?
> >> By that I mean something that would quickly tell you the headings up the
> >> whole path to t
Hi Suvayu,
Suvayu Ali writes:
> On Tue, Sep 25, 2012 at 02:59:55PM +0100, Myles English wrote:
>>
>> Hello again,
>>
>> Does anyone have a solution to this? I am attempting to give one slide
>> only a background image.
>>
>> I can set the background image but can't unset it because the late
Well reading the manual/src helped, of course, and I have altered the
example below if any one else is wondering.
Because I have H:2 in the #+OPTIONS line, a level 1 heading does not
make a frame and can be used sneak in some latex.
Myles English writes:
> Does anyone have a solution to this?
Bastien writes:
> Hi Loris,
>
> "Loris Bennett" writes:
>
>> I have updated from 7.8.something to 7.9.1 and evaluating the following
>> source block:
>>
>> ,--
>> | #+header: :cache no :eval query
>> | #+name: sacct-
On Tue, Sep 25, 2012 at 02:59:55PM +0100, Myles English wrote:
>
> Hello again,
>
> Does anyone have a solution to this? I am attempting to give one slide
> only a background image.
>
> I can set the background image but can't unset it because the latex
> directive needs to come after the \end{
Hi Yann
Bastien writes:
> I have now applied those patches to master.
I guess we should update the tutorial on worg
(http://orgmode.org/worg/org-tutorials/org-taskjuggler.html). Would you
have time to have a stab at this?
Thanks
Christian
--
Christian Egli
Swiss Library for the Blind, Visua
Hello again,
Does anyone have a solution to this? I am attempting to give one slide
only a background image.
I can set the background image but can't unset it because the latex
directive needs to come after the \end{frame} of the slide with the
background and before the \begin{frame} of the sli
Yann Hodique writes:
> At the moment I'm kinda contemplating doing a major rewrite of the TJ
> exporter to use the org-export framework
That might be a good idea. The currect tj exporter doesn't use any of
the exporting framework. OTOH it is not really a classic exporter in the
sense that it exp
Hi Seb,
Sebastien Vauban writes:
> Hi Myles,
>
> "Myles English" wrote:
>> It would be nice to be able to exclude inline tasks from (the new)
>> beamer export using:
>>
>> #+BEGIN_SRC elisp
>> (setq org-inlinetask-export nil)
>> #+END_SRC
>>
>> After that, it would also be nice to be able to tog
Buddy Butterfly writes:
> thanks for info. I will give this a try when I'll find the time.
> At the moment, because of the scrambled handling of task_ids it
> is not really usable.
What exactly is the problem with the handling of task_ids?
Thanks
Christian
--
Christian Egli
Swiss Library for
Hi Myles,
"Myles English" wrote:
> It would be nice to be able to exclude inline tasks from (the new)
> beamer export using:
>
> #+BEGIN_SRC elisp
> (setq org-inlinetask-export nil)
> #+END_SRC
>
> After that, it would also be nice to be able to toggle the var using an
> #+OPTION.
+1 for the last
Bastien,
Bastien wrote:
> "Sebastien Vauban" writes:
>>> You can bind this to a speed command.
>>
>> SPC in column 0 does already do that, doesn't it?
>
> Yes.
And here a small extension to your function, in order to add a more visible
color to the displayed path:
#+begin_src emacs-lisp
(add-hoo
Hi,
It would be nice to be able to exclude inline tasks from (the new)
beamer export using:
#+BEGIN_SRC elisp
(setq org-inlinetask-export nil)
#+END_SRC
After that, it would also be nice to be able to toggle the var using an
#+OPTION.
Thanks,
Myles
Nicolas Goaziou writes:
> You can have a look at the following example:
>
> --8<---cut here---start->8---
> #+TITLE: Two columns
> #+LaTeX_CLASS: beamer
> #+BEAMER_THEME: Rochester [height=20pt]
> #+BEAMER_COLOR_THEME: spruce
>
> * Frame title
>
> Some text b
Hello,
Robert Klein writes:
> If i set :html-preable to either s2-preamble or 's2-preamble nothing
> gets inserted.
>
> I studied the code in org-e-html (excerpt below), but i don't see what I
> did wrong.
>
> #+begin_src elisp :file contrib/lisp/org-e-html.el :firstline 1329
> (defun org-e-ht
>>>
>>> In this example, in order to work on, or even decide anything about
>>> "Todo item 1", chances are that I'd also need to see the contents of
>>> the "References" and "Notes" items ; so the tree I'd need to see in
>>> the indirect buffer should have the *parent* of "Todo item 1" as root,
>>>
"Sebastien Vauban"
writes:
>> You can bind this to a speed command.
>
> SPC in column 0 does already do that, doesn't it?
Yes.
--
Bastien
Jarmo Hurri writes:
> So if it does not fit the core, where should I add it so that the users
> will still find it? I think that in general it is a very good idea to
> have powerful tables in org. Right?
Right :)
> Many users in the land of spreadsheet programs have gotten used to these
> funct
Hi Carsten,
"Dominik, Carsten" writes:
> since you copied me, I guess you want my comment?
yes, sorry for requesting this implicitely.
> I think this is very useful functionality and I would vote for putting
> it into the core.
Okay, thanks.
> The documentation should be kept as compact as p
Hi Jarmo,
Jarmo Hurri writes:
> You probably mean
>
> (defalias 'gnus 'gnus-no-server)
Er.. yes.
> which, to my ashtonishment, did not do it. I don't know why. It did not
> matter whether I defined the alias before or after requiring org.
This looks like a Gnus bug. Please report it to the G
Hi,
Anthony Lander wrote:
> On 12-Sep-24, at 5:36 PM, Ken Williams wrote:
>
>> Has anyone ever tried implementing a “breadcrumbs”-type feature in org-mode?
>> By that I mean something that would quickly tell you the headings up the
>> whole path to the root, to quickly orient yourself when you’re
Hi Bastien,
since you copied me, I guess you want my comment?
I think this is very useful functionality and I would vote for putting it into
the core.
The documentation should be kept as compact as possible, I think without an
example, just describe the functionality. Maybe Jarmo can write a l
Hi,
thorne writes:
> On Mon, Sep 24, 2012 at 3:53 PM, thorne wrote:
>> (defun render-one (file)
>>(with-temp-buffer
>> (insert-file file)
>> (org-export-as-html nil nil nil 'string t)))
>
> Well, I still don't know why it behaves the way I've described, but it
> w
Nicolas Goaziou writes:
> Hello,
>
> Andreas Leha writes:
>
[ test_beamer.org ]
* Test Beamer
:PROPERTIES:
:EXPORT_LaTeX_CLASS: beamer
:EXPORT_LaTeX_CLASS_OPTIONS: [presentation]
:EXPORT_FILE_NAME: presentation.pdf
:COLUMNS: %45ITEM %10BEAM
On 09/24/2012 07:27 PM, Robert Klein wrote:
On 09/24/2012 12:25 PM, Nicolas Goaziou wrote:
Hello,
Robert Klein writes:
I'm trying to use the new exporter for publishing a project.
For some reason all .org files get exported to zero length .html
files.
Did you (require 'org-e-html) first?
I reported this on the mailing list as a question, but it appears to be an
actual bug, so I thought I should file it formally. The following MWE
shows the problem when trying to export an R character vector:
#+begin_src R :exports results :results value list
c("x","y","z")
#+end_src
#+RESULTS:
-
62 matches
Mail list logo