Nicolas Goaziou writes:
> I didn't try to reproduce the problem, but specifying a format time
> string as a DATE value is not possible anymore. You still can provide
> a timestamp and tweak `org-export-date-timestamp-format' (or BIND it) to
> format it.
I have a more serious issue: it seems that
Hi Marcel,
Marcel van der Boom writes:
> C-c C-c on that line says "Local setup has been refreshed" but at least
> some of the settings do not get applied. Notably i have several lines
> in that 'settings.org' file like this:
>
> #+TAGS: { buy(b) sell(s) } build(u) fix(f) clean(n)
>
> or
>
>
Hello,
Mike McLean wrote:
> On Apr 3, 2013, at 9:30 PM, Gary Oberbrunner wrote:
>
>> I use LaTeX export all the time, but almost always with words with
>> underscores in them (data from external tables, variable names and so on).
>> So I never want _ to turn into a subscript. Just one data point,
* Itai kloog wrote:
>
> Hi all
Hi!
> I take alot of screenshots and attach alot of PDF's/ scrips to my notes. I
> would love to hear back from the community on how people organize these "
> realted" org files.
Take a look at http://orgmode.org/org.html#Attachments - it's «the
Org-mode way» of a
Hello,
as topic states, I attached small patch.
---
WBR, Vladimir Lomov
--
For some reason a glaze passes over people's faces when you say
"Canada". Maybe we should invade South Dakota or something.
-- Sandra Gotlieb, wife of the Canadian ambassador to the U.S.
diff --git a/doc
Subhan Tindall writes:
> Try this:
> ("z" "test" ((agenda "test" ((org-agenda-start-on-weekday 6)
> (org-agenda-start-day "0")
> (org-agenda-span 14)
Yes, that's it.
Nota bene: the reason why `org-agenda-start-day' should
Hi Jonathan,
Jonathan Leech-Pepin writes:
> I currently have the vast majority of my .emacs configuration in .org
> files that rely on =org-babel-load-file=.
>
> Before updating to Emacs 24.3 I could rely on autoloads to complete
> the initialization. After updating today I get the following er
Vladimir Lomov writes:
> as topic states, I attached small patch.
Applied, thanks!
--
Bastien
Hi Bastien,
Thanks for looking at these patches.
Could you also apply this bugfix patch for them?
Thanks in advance.
Bastien writes:
> Ippei FURUHASHI writes:
>
>> This patch enables user to applies a temporal TBLFM line where you are in.
>> It is useful when you switch a formula to another.
>>
On vr 05-apr-2013 09:20
Bastien wrote:
> This should now be fixed in master. Thanks for reporting this
> with all the details.
Cool, thanks! This was the last hurdle for me before upgrading.
marcel
--
Marcel van der Boom -- http://hsdev.com/mvdb.vcf
HS-Development BV-- http://www.hsdev
Bastien writes:
>> It took me about one hour (my Gnus programming is rather rusty) for
>> adding a Gnus command opening many tabs at once, in a graphical
>> browser, for all articles I retain in Gnus for reading.
> That looks nice, is your hack public somewhere?
No, but here it is, usage instru
Suvayu Ali writes:
> For me it is the other way around. I want to couple with Emacs more
> closely, but Gnus prevents me from doing so. A few gripes follow.
> 1. Emacs is single threaded, so a network interruption while reading my
>email over IMAP means my emacs server is stuck!
It would
Hey François,
On Fri, Apr 05, 2013 at 07:18:56AM -0400, François Pinard wrote:
> Suvayu Ali writes:
>
> > For me it is the other way around. I want to couple with Emacs more
> > closely, but Gnus prevents me from doing so. A few gripes follow.
>
> > 1. Emacs is single threaded, so a network i
Hi,
The highlighting has changed for this functionality. I finally updated
to master (1200+ commits) yesterday and when I use C-c C-x < the entire
subtree is now highlighted in bright yellow on my Windows Emacs.
GNU Emacs 23.3.1 (i386-mingw-nt5.1.2600) of 2011-03-10 on 3249CTO
Org-mode version
Bernt Hansen writes:
> I also noticed that the main heading is now also highlighted in the
> agenda which is okay I guess but also different from how this used to
> work :)
This is unrelated - it's highlighted because it is my current clocking
task. :)
Thanks,
Bernt
On 05.04.2013 03:17, Alan Schmitt wrote:
I have a more serious issue: it seems that '%d' is no longer taken
into
account. To reproduce, try exporting the following:
#+BEGIN_SRC org
# -*- org-export-allow-bind-keywords: t -*-
#+TITLE: Testing the date
#+BIND: org-html-postamble-format (("en" "T
On 04.04.2013 17:36, Dieter Wilhelm wrote:
Nicolas Goaziou writes:
Alan Schmitt writes:
Dieter Wilhelm writes:
but now I can't specify a date in the form
#+DATE: "%Y-%m-%d"
Formerly an empty specification meant the current date, but now in
the
preamble the date remains empty.
I'm ha
On 5 apr. 2013, at 15:12, Bernt Hansen wrote:
> Hi,
>
> The highlighting has changed for this functionality. I finally updated
> to master (1200+ commits) yesterday and when I use C-c C-x < the entire
> subtree is now highlighted in bright yellow on my Windows Emacs.
>
> GNU Emacs 23.3.1 (i38
On 5 apr. 2013, at 16:12, Carsten Dominik wrote:
>
> On 5 apr. 2013, at 15:12, Bernt Hansen wrote:
>
>> Hi,
>>
>> The highlighting has changed for this functionality. I finally updated
>> to master (1200+ commits) yesterday and when I use C-c C-x < the entire
>> subtree is now highlighted i
On 5 apr. 2013, at 16:23, Carsten Dominik wrote:
>
> On 5 apr. 2013, at 16:12, Carsten Dominik wrote:
>
>>
>> On 5 apr. 2013, at 15:12, Bernt Hansen wrote:
>>
>>> Hi,
>>>
>>> The highlighting has changed for this functionality. I finally updated
>>> to master (1200+ commits) yesterday an
Carsten Dominik writes:
> I now also see that the patch did not achieve what the purpose of it
> was. The problem is not the end of the overlay, but the position of
> the org-agenda-restriction-end marker. Indeed, if you add tasks after
> this marker, they will not be included in the search. T
On 5 apr. 2013, at 16:46, Bernt Hansen wrote:
> Carsten Dominik writes:
>
>> I now also see that the patch did not achieve what the purpose of it
>> was. The problem is not the end of the overlay, but the position of
>> the org-agenda-restriction-end marker. Indeed, if you add tasks after
>>
On 03/04/13 12:26, Bastien wrote:
Hi Ian,
Ian Barton writes:
Thanks for the clear explanation. Using my own function works, but this
does seem to be a regression. Defining your own extension is useful e.g. if
you want to emit .php files.
Indeed. I fixed this regression, and using either :h
What I'd really like in the org-mode doc somewhere (or on worg?) is the
babel syntax broken out like a traditional programming language, by which I
mean describe the syntax[es] for *defining* a function in one place
(including all the ways to define args and their default values), and
describe the
Carsten Dominik writes:
> I am fixing this - please let me know if I should revert my fix...
>
> Bernt, should be working in master.
Works much better! Thanks!!
Bernt
Vikas Rawal writes:
>> >> You also stated that the main reason for your current behavior
>> >> is to delay Org 8.0, to create chaos and to annoy me.
>> >
>> > Yes.
>> >
>>
>> I would suggest that further emails from Jambunathan be ignored. The
>> more effort expended "reasoning" with him, the mo
Ian Barton writes:
> On 01/04/13 13:08, Vincent Beffara wrote:
>
>> Yes, I mean, I know which html you need for that, simply within o-blog you
>> need to manage between relative paths, absolute paths, canonical paths and
>> so on in the template, to match the right section, - mainly it should b
Hi all
I had to experience that a #+SETUPFILE: pointing to a nonexisting file
results in not more than two times a (message) "Cannot read file
[...]" in the messages buffer which I didn't notice in the first
place. Only when I noticed that my custom todo keywords configuration
was missing I starte
Hi Gary,
I agree.
Gary Oberbrunner writes:
> What I'd really like in the org-mode doc somewhere (or on worg?) is the
> babel syntax broken out like a traditional programming language, by which I
> mean describe the syntax[es] for *defining* a function in one place
> (including all the ways to d
Vladimir Lomov writes:
> Hello,
> as topic states, I attached small patch.
>
> ---
> WBR, Vladimir Lomov
Confirmed - I ran into this yesterday and not knowing the texi syntax
just deleted the brackets locally so I could get my updated info
documentation :)
Regards,
Bernt
Hi Nicolas,
I finally updated to the latest master branch at work yesterday to move
to the new exporter and found the following change I don't know how to
deal with.
My org file has
#+OPTIONS: tasks:todo
This globally skips DONE tasks in my exports when I export the entire
file in both the old
Hi Mats,
sorry for the late reply.
Mats Kindahl writes:
> I find the PlantUML support very useful to generate diagrams when
> presenting designs, but unfortunately, I quite frequently have to send
> simple descriptions requiring ASCII only. Since PlantUML support
> generation of ASCII-art diagr
Hi Mark,
filebat Mark writes:
> I badly need the feature of exporting org-mode to wiki(like
> mediawiki).
There is an exporter for Confluence Wiki -- maybe you can start
from this and write a mediawiki exporter. Or wait for someone
to write it for you!
Best,
--
Bastien
Hi Andreas,
Andreas Röhler writes:
> http://orgmode.org/worg/org-contrib/babel/languages.html
>
> Language Identifier Documentation Requirements
>
> C c ob-doc-Cnone
>
> ;
>
> mentiones lesser "c" as Identifier, seems it should be upper "C"
Not sure -- why?
>
Hi Waldemar,
Waldemar Quevedo writes:
> By the way, does it exist somewhere a set of examples of Emacs
> org-mode -> html conversion for all org-mode features?
Not really -- and it would be nice to have one, especially for
developers like you who are in charge of an external exporter!
> I am m
Hi Brian,
sorry for the late reply.
Brian van den Broek writes:
> I hope both that my description is tolerably clear and that it is some
> help in the ellipses bug hunt.
I must say I have been lazy and quite gave up on this "wrong ellipses"
issue. Since your description involves en/decryption
Hi Andreas,
Andreas Röhler writes:
> http://orgmode.org/manual/System_002dwide-header-arguments.html#System_002dwide-header-arguments
> Org Mode Info
> System-wide header arguments
>
>
> System-wide values of header arguments can be specified by customizing
> the `or
Am 05.04.2013 18:31, schrieb Eric Schulte:
[ ... ]
Yea, this could be a simple note, e.g., "the method by which variables
are applied to code blocks are language-specific and determined by the
semantics of the programming language of the code block, see ...".
Hi,
still can't see the purpose o
Am 05.04.2013 19:14, schrieb Bastien:
Hi Andreas,
Andreas Röhler writes:
http://orgmode.org/manual/System_002dwide-header-arguments.html#System_002dwide-header-arguments
Org Mode Info
System-wide header arguments
System-wide values of header arguments can be spec
Am 05.04.2013 19:21, schrieb Bastien:
Hi Andreas,
Andreas Röhler writes:
http://orgmode.org/worg/org-contrib/babel/languages.html
LanguageIdentifier Documentation Requirements
C c ob-doc-Cnone
;
mentiones lesser "c" as Identifier, seems it should be
On 4/5/13, Bastien wrote:
> I must say I have been lazy and quite gave up on this "wrong ellipses"
> issue. Since your description involves en/decryption, I assume it does
> affect too many users and too many possible use-cases.
For clarity, wrong ellipses (and other non-canonical visibility
iss
Hi Andreas,
Andreas Röhler writes:
> wrong there also. Evaluating
>
> (org-babel-do-load-languages
>'org-babel-load-languages
>'(
> (c . t)))
>
> ==>
> Debugger entered--Lisp error: (file-error "Cannot open load file" "ob-c")
> require(ob-c)
> #[(pair) "A\303@!\211\203
>
> B
Hi Andreas,
Andreas Röhler writes:
> customization needs a defcustom, not a defvar
>
> (defvar org-babel-default-header-args
> '((:session . "none") (:results . "replace") (:exports . "code")
> (:cache . "no") (:noweb . "no") (:hlines . "no") (:tangle . "no")
> (:padnewline . "yes"))
>
Thanks a lot for your information, Bastien.
I'll check it out, and reply this mail loop when I have successfully met my
original requirement.
At 2013-04-06 01:09:41,Bastien wrote:
>Hi Mark,
>
>filebat Mark writes:
>
>> I badly need the feature of exporting org-mode to wiki(like
>> mediawiki)
Hello,
Bernt Hansen writes:
> My org file has
>
> #+OPTIONS: tasks:todo
>
> This globally skips DONE tasks in my exports when I export the entire
> file in both the old and new exporter.
>
> If I select a task with C-c @ that is DONE (or any done state) and try
> to export that in the new export
Hello,
> Sorry I don't get it completely.
> I'd like to have as the DATE value the current change time of the file.
> You mean that I should set this with the Emacs timestamp facility? Like:
> #+DATE: Time-stamp: " "
If you're exporting a buffer associated to a file, you may use:
#+DATE: {{
Hello,
Alan Schmitt writes:
> I have a more serious issue: it seems that '%d' is no longer taken into
> account. To reproduce, try exporting the following:
>
> #+BEGIN_SRC org
> # -*- org-export-allow-bind-keywords: t -*-
>
> #+TITLE: Testing the date
> #+BIND: org-html-postamble-format (("en" "
On 04/05/2013 07:05 PM, Bastien wrote:
> Hi Mats,
>
> sorry for the late reply.
>
> Mats Kindahl writes:
>
>> I find the PlantUML support very useful to generate diagrams when
>> presenting designs, but unfortunately, I quite frequently have to send
>> simple descriptions requiring ASCII only. Si
Nicolas Goaziou writes:
> Hello,
>
> Bernt Hansen writes:
>
>> Is this a bug?
>
> No, it isn't.
>
>> My current workaround is to delete the global #+OPTIONS
>> line (but that doesn't feel right since I have to add it back to export
>> what is left to do for the entire file when sharing it with o
Samuel Wales writes:
> For clarity, wrong ellipses (and other non-canonical visibility
> issues) occur for me without encryption being involved.
I know it can occur, I use Org too :)
It's hard to find reproducible recipes; when we have some (like the
one Brian provided), it's hard to debug; and
Hello,
Simon Thum writes:
> However, that's not what DTSTAMP is for. Actually, it should be set to
> the date-time the export happens. At least, that's what they say:
>
> http://stackoverflow.com/questions/11594921/whats-the-difference-between-created-and-dtstamp-in-the-icalendar-format
>
> Chan
Suvayu Ali writes:
> 2. Oh that's easy to solve, use maildirs (sync with OfflineIMAP). That
>does not work well because Gnus uses its own flags (an example where
>Gnus actually breaks standards)! There are some hacks around that
>out in the wild, so let's let it slide.
> 3. Gnus stor
>
> FWIW, I use offlineimap this way, but rather than pointing gnus directly
> at my local maildir, I use dovecot (a small local IMAP server) as an
> intermediary. This method is documented here:
>
> http://roland.entierement.nu/blog/2010/09/08/gnus-dovecot-offlineimap-search-a-howto.html
>
+1
I
Hi Nicolas,
For the org-org-export-to-org function, if the input is
* test
#+BEGIN_SRC R -n :var a=1
a
#+END_SRC
the output is
=
Hi Subhan,
Subhan Tindall writes:
> questions:
> 1) are the values gathered by capture available to the function
> specified for file+function, & if so what are their names?
No.
> 2) what is the general template for a function for use with
> file+function, cleanup, return values, etc that woul
Achim Gratz writes:
> Bastien altern.org> writes:
>> > The angry unicorn is still in worg though ...
>>
>> And it's back on orgmode.org too.
>
> Well let me say it again, I don't like it at all. The old unicorn seemed to
> be blissful, which I think is what it should feel like using Org. Besi
Hi Waldemar,
Waldemar Quevedo writes:
> Are there any plans to participate this year in Google Summer of Code?
> (Sort of short notice since the deadline is fastly approaching: March 29)
> http://www.google-melange.com/gsoc/homepage/google/gsoc2013
I do not have time to handle this this year.
Hi Alan,
Alan Schmitt writes:
> I'm building a small web site using org-mode, and I cannot find out how
> to have a short title in the head of the generated html, and a longer
> one in the body.
>
> Is this possible?
Nope, this is not possible -- or maybe a ugly hack would be to set
your own ..
Hi Robert,
"Robert P. Goldman" writes:
> Anyone else seen this? Have a solution (e.g., have org files assume
> that TeX-master is t)?
Maybe setting TeX-master to t as a local file variable would do?
--
Bastien
Hi John and David,
If one of you can provide a patch for this, that'd be great.
Thanks,
--
Bastien
Hi Thorsten,
Thorsten Jolitz writes:
> The problem is actually in these two lines of 'org-table-insert-row':
>
> ,-
> | (if (string-match "^[ \t]*| *[#$] *|" line)
> |(setq new (replace-match (match-string 0 line) t t new)))
> `
Hi François,
François Pinard writes:
>Warning: defvar ignored because org-agenda-archives-mode is let-bound
>Warning: defvar ignored because org-agenda-skip-function is let-bound
Yes, you can safely ignore those warning.
--
Bastien
Hi Haider,
Haider Rizvi writes:
> Not exactly the above, but I have the following my-gnus-browse bound
> to ; in gnus-summary-mode-map, which opens up a browser with the right
> links for gwene, gmane and nnrss groups. I think the browse-nnrss-url
> is untouched from the gnus manual.
Thanks --
Hi,
Achim Gratz writes:
> Hudson. However, I don't think that a CI framework is what we need or
> want. As I said, simply running the tests (preferrably with two different
> versions of Emacs) should be enough for now. Unless we hear from Jason if
> he thinks the server can take the extra loa
Hi Ken,
Ken Williams writes:
> It looks like `#+attr_html` doesn’t have any effect on table.el
> tables, correct?
I think so.
> Is there another mechanism to specify export
> options when org-mode renders table.el tables to HTML?
Nope. Usually I just enclose table.el tables into #+begin_ex
Hi Kodi,
Kodi Arfer writes:
> You're quite welcome. That was prompt! I see this case now works in
> master. The catch is that there are still some cases which give
> inconsistent alignment between Emacs and HTML export, such as:
>
> | a | b |
> |-+---|
> | 100 | 1 |
> | 1 | 1 |
> | 1 |
Hi Nicolas,
"Nicolas Richard" writes:
> My attempts at finding a maxima option to avoid these lines were
> unsuccessful (I mainly tried adding "(setq *load-verbose* nil)" to a
> maxima-init.lisp file, but that doesn't help). I suppose that ignoring
> any line that begins with ";;; Loading #P" wi
Hi Charles,
Charles writes:
> Is there a reason why Richard Dillon's YouTube Hack Emacs org-mode talks
> are not included in the Org Tutorials? For instance
>
> An overview of Org Mode -
>
> http://www.youtube.com/watch?v=6W82EdwQhxU
Actually this one was already there:
http://orgmode.org/worg/
Hi Carsten,
Carsten Dominik writes:
> Here is a patch that would change the default values for bookmark-jump and
> saveplace.
> Bastien, what do you think?
I think it's good, I've applied this -- thanks!
--
Bastien
Hi Marcin,
Marcin Borkowski writes:
> HTH anyway
Well, it did! It showed that it *is* possible somehow...
and thanks for the TeX lesson btw. I can't integrate this
like that for now, but lets remember the hack for when we
will really be annoyed again by the +10 GFDL pages.
Thanks,
--
Bast
Hi Dale,
Dale Barr writes:
> I encountered a problem with LaTeX export that seems to affect
> org-versions 7.9.3f and 7.9.4.
If you can, try to use latest development version, the problem
should be fixed there. Otherwise, just wait a few days and the
development version will be the stable rele
Dear Org-mode people,
I have an Org mode document containing a longtable, which has its
heading row split over two lines. Exporting this to Latex doesn't work.
Here's a really small example (for which I wouldn't need longtable,
but you get the point):
#+ATTR_LaTeX: longtable align=|r|r|
|--
On 5.4.2013, at 17:48, Bernt Hansen wrote:
> Carsten Dominik writes:
>
>> I am fixing this - please let me know if I should revert my fix...
>>
>> Bernt, should be working in master.
>
> Works much better! Thanks!!
Hi Bernt,
Bastien has introduced a variable for this, you need to set it t
73 matches
Mail list logo