On 10/05/2016 03:26 PM, Nicolas Goaziou wrote:
> Hello,
>
> "David A. Gershman" writes:
>
>> Not bad, but could it be customizable via variable giving the user the
>> choice?
> Thank you for your feedback.
>
> I guess we could introduce a variable to
r. This is, IMO,
>>very annoying, notwithstanding the fact that it is impossible to
>>realize
>>at the beginning of the buffer.
>>
>>Leaving a pair of brackets, OTOH, disambiguates the situation. Editing
>>before the opening bracket makes changes before the link. Conversely,
>>editing after the former makes changes to the uri or the description,
>>whichever is displayed.
>>
>>The cost a little more visual clutter, but it seems very acceptable to
>>me. I attach a quick patch for testing.
>>
>>Feedback welcome.
>>
>>Regards,
--
David A. Gershman, CISSP
dagersh...@dagertech.net
Honestly, the sky is the limit. I agree with what everyone else is
saying, it depends on the diagram, your skill level, comfort level,
etc. Personally, I export to HTML, not LaTeX, plus I'm more
old-school. I just use Perl w/GD to make many of my images. The PNG
export is easily viewed/inserted
#x27;t find anything
obvious.
If anyone has any ideas how to style outline-2,3 while in, I think,
'info' mode, I'd appreciate it.
Thx.
BTW, if I toggle 'info' and 'plain', plain *does* show the styling.
On 10/02/2016 05:27 PM, David A. Gershman wrote:
> Hello
Hello All,
I'm creating some styling for class '.outline-2' and when I view my file
w/o Javascript, it styles just as expected. But w/org-info.js, my
styling is lost.
Anyone know how to style these classes (outline-N) without having
"org-info.js" clobber it?
For now, I'm just trying to indent:
Any word on _http://news.gmane.org/gmane.emacs.orgmode_? I'm getting a
"Page Not Found" error and http://news.gmane.org returns the same.
Going to _gmane.org_ and searching for "orgmode" or "org-mode", just
gets me a notice about Gmane not being fully back.
Perhaps OrgMode's page (http://orgmode
ably having raw HTML
inserted in several areas, or
2) Seriously re-thinking how you present the information at hand.
Thx. Now on to styling/formatting...
On 09/22/2016 11:22 PM, Eric S Fraga wrote:
> On Thursday, 22 Sep 2016 at 21:56, David A. Gershman wrote:
>> Is there
k? Ex:
#+BEGIN_EXAMPLE :nointerpolation
T = X + Y1
#+END_EXAMPLE
This would let the browser apply the even though it's in a
block.
Thanks.
--
David A. Gershman, CISSP
dagersh...@dagertech.net
t;and in the perl code). This is because ob-perl does not support the
>:results graphics syntax (which could be classed as a wishlist-type
>bug).
--
David A. Gershman, CISSP
dagersh...@dagertech.net
I'm not familiar with remote execution like this, but are you specifying
/zsh/ on the Windows side or is it somehow inherently being assumed for
the remote? A quick little hack to try may be to copy the /zsh/
executable on Windows to /ash/ and see if it fools the remote side.
On 09/22/2016 07:00
ect coding system (default raw-text):
Hitting enter will then continue as expected.
Is there a way to specify just dumping the result out to the file without
asking the question? Adding 'raw' to ":results" doesn't do it.
--dag
--
David A. Gershman, CISSP
dagersh...@dagertech.net
On 09/21/2016 04:49 AM, Adam Porter wrote:
> "David A. Gershman" writes:
>
>> Given the following line:
>>
>> * Date: src_perl[:results output :exports none]{print 2016;}
>>
>> The result '2016' is surrounded by '='
On 09/21/2016 12:15 AM, Christian Moe wrote:
> David A. Gershman writes:
>
>
>> My org file has:
>>
>> This is line one.
>> This is line two.
>>
>> but the HTML export makes them different paragraphs...
> Does it? If they're not separ
nesday, 21 Sep 2016 at 06:07, David A. Gershman wrote:
>> Given the following line:
>>
>> * Date: src_perl[:results output :exports none]{print 2016;}
> How about
>
> * Date: src_perl[:results output raw]{print 2016;}
>
> ?
>
Forgive my several questions/emails. I'm working on getting lecture
notes ready for next week and thus am running into several questions
with Org HTML Export. Unfortunately, my searches typically result in
manual page hits, but my problems seem to be a-typical. So...
Given the following line:
Finally! Found the answer in 12.6.5 of the manual:
Here is line the long line */@@html:@@
/*I had tried the '@@' but did not put the "html:". Hope this helps
someone else.
--dag
On 09/20/2016 05:28 PM, David A. Gershman wrote:
> I'm struggling trying to g
I'm struggling trying to get an .org file exported and showing how I
typically structure my HTML results. At this point, I'm trying to
figure out how to get a "" inserted to force continuation on the
next line.
My org file has:
This is line one.
This is line two.
but the HTML export mak
Hello,
I have an HTML block:
#+Caption: Diagram Caption
#+Label: fig:diacap
#+begin_html
function drawme() {
// code to draw on canvas object
}
#+end_html
and was wondering if there was a
PM, Thomas S. Dye wrote:
> David A. Gershman writes:
>
>>> # Local Variables:
>>> # org-html-postamble: t
>>> # org-export-html-postamble-format: "Hello World"
>>> # End:
>> Either typing C-c C-c, or just opening the file will ask me about
On 08/31/2015 05:38 PM, Thomas S. Dye wrote:
> Aloha David,
>
> David A. Gershman writes:
>
>> So I finally was able to test out the C-c C-c. It did ask me if I
>> wanted to apply and I said yes. When I exported the file, my postamble
>> (as specified in the vari
So I finally was able to test out the C-c C-c. It did ask me if I
wanted to apply and I said yes. When I exported the file, my postamble
(as specified in the variable) was /not/ shown...it was still the default.
Strangely, when I did C-c C-c, Emacs came back with this:
> The local variables lis
Hello Everyone,
I've searched and read and found several examples of making custom
postambles for an HTML export, but I can't seem to find a way to do it
all in a local file.
First, I'm new to HTML exporting (as some of you remember from my last
email). So, I went ahead and inserted a template i
r code CSS can recognize.
>
> (As an alternative to macros, some people define their own link types
> with concomitant export functions just for styling text and hiding all
> the necessary brackets out of sight. Requires elisp, offends purist
> views of what links should mean, and is bad f
I found that "proper" way while recently updating my own org install.
However, I did notice "ob-ditaa" is part of the org package now, but it
seems to point to $EMACS_PATH/contrib/scripts.
Did I miss some instruction as to how/where to specify the installation
of "contrib/scripts/{files}" via the
I'm not sure what is supposed to happen, but I went to the link, allowed
Javascript for the textcraft.org domain (via NoScript), and still just
got a blue screen with the title "Loading Leisure..."...nothing else
happened.
I'm running Debian Jessie w/Iceweasel 38.2.0 (repository supplied).
On 08
I've been reading all evening about HTML exporting, style sheets, etc.
Maybe I've been inundated with information, but I haven't been able to
determine an answer to my question: can text in the middle of a
paragraph by styled? For example:
* Heading 1
This is the paragraph body that will allo
s and ideas to
accomplish this feat.
--------
David A. Gershman
gersh...@dagertech.net
http://dagertech.net/gershman/
"It's all about the path!" --d. gershman
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emac
endar program is and uses an
exported .ics file.
Does this exist? Is this possible? Ideas?
--------
David A. Gershman
gersh...@dagertech.net
http://dagertech.net/gershman/
"It's all about the path!" --d. gershman
__
e calendar.org. [R]emove from list or [A]bort?
This leads me to believe, 'org-export-icalendar-combine-agenda-files' is
using files in the '~/webdav' directory and not my source files for the
export. Is this how it's supposed to work?? i.e. use the "path"
included in
lly, to which my kids suddenly turn to me and crack smiles but my
wife gives an evil look. Humiliated I say to them, "Uh, I mean 'Oh,
butter-nuts!'".
*shaking head* It was starting as such a nice morning... I'm upgrading
now.
Lesson Learned: Save the children...
;
<2010-07-05 Mon>
<2010-09-06 Mon>
<2010-11-25 Thu>
.ics export worked great after that. Enjoy!
David A. Gershman
gersh...@dagertech.net
http://dagertech.net/gershman/
"It's all about the path!" --d. gershman
nitial setup is quite
> > complicated and time-consuming. You need to be fairly
> > technically minded.
> >
> > --
> > aleblanc
> >
> >
> >
> > ___
> > Emacs-orgmode mailin
end replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>
David A. Gershman
gersh...@dagertech.net
http://dagertech.net/gershman/
"It's all about the path!" --d. gershman
mpty and the 'checksums.dat' file was
updated. The only potential cause I see is emacs saved '~' files for
mobile.org and checksums.dat also.
Ideas?
David A. Gershman
gersh...@dagertech.net
http:/
ing that takes me to the
org file and heading where "B-Day Prep" actually resides (allowing me to
view the body text, sub-headings, etc.)
Thanks!
----
David A. Gershman
gersh...@dagertech.net
http://dagertech
or-pull "pullinbox")
Any ideas? Thanks.
David A. Gershman
gersh...@dagertech.net
http://dagertech.net/gershman/
"It's all about the path!" --d. gershman
___
Emacs-orgmode mailing l
David A. Gershman
gersh...@dagertech.net
http://dagertech.net/gershman/
"It's all about the path!" --d. gershman
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://list
o wonderful programs that allow me to sort out my
life and take it with me. You guys are awesome!
David A. Gershman
gersh...@dagertech.net
http://dagertech.net/gershman/
"It's all about the path!" --d. gershman
_
rsten said something about
a possible timing issue?? BTW, I'm on windows with no uuidgen. But my
files are used via thumbdrive on a Linux system as well. So sticking
with 'org' is probably the better bet.
Thoughts?
Thanks!
--------
David A. Gershman
ge
th the universe. Anyone have ideas as to where the
first error (org mode, mobile org, or me) exists?
David A. Gershman
gersh...@dagertech.net
http://dagertech.net/gershman/
"It's all about the path!" --d. gershman
__
Hello Again,
I'm looking to sort my outline (headlines, top level) by multi criteria
(2 really). I see online references to 'org-sort-multi' as recently as
August 2009. But my emacs can't find it.
Help?
--------
David A. Gershman
gersh..
kj
Thanks!
--------
David A. Gershman
gersh...@dagertech.net
http://dagertech.net/gershman/
"It's all about the path!" --d. gershman
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the li
When I refile a heading, there is a variable that can be set to send the
refiled headings to the front or back of the destination list.
Is there a way to do that "on demand", i.e. without setting a variable?
Thanks!
--------
David A. Gers
* is within the time frame, not if I'm just
*viewing* the time frame.
Any way to have the warning show regardless of what day it is?
--------
David A. Gershman
gersh...@dagertech.net
http://dagertech.net/gershman/
"It&
>
> Please read the installation section in the manual and extract from
> it that you need to say
>
> (require 'org-install)
>
> in .emacs.
>
> - Carsten
David A. Gershman
gersh...@dagertech
al I
> get the following error:
>
> Autoloading failed to define function org-export-icalendar-this-file
>
> I get similar errors for '...all-agenda...' files. It worked on m XP
> *cough* box, why not here?
>
> Thanks.
>
> ---
It's times like these I feel soo smart! *shaking head*
Also, I tried the C-h m, keys but it didn't work. Please note however
it *does* work. I remapped C-h in my .emacs. Again, I feel soo smart!
Thanks guys!
> At Thu, 20 Aug 2009 19:35:48 -0700 (PDT),
> David A
ue a C-cC-ei to export an ical I
get the following error:
Autoloading failed to define function org-export-icalendar-this-file
I get similar errors for '...all-agenda...' files. It worked on m XP
*cough* box, why not here?
Thanks.
--------
David A. G
e calendar view and have that day's agenda come up?
--------
David A. Gershman
gersh...@dagertech.net
http://dagertech.net/gershman/
"It's all about the path!" --d. gershman
___
Emacs-orgmode mailing
22:00-23:00?
Thanks.
--------
David A. Gershman
gersh...@dagertech.net
http://dagertech.net/gershman/
"It's all about the path!" --d. gershman
___
Emacs-orgmode mailing list
Remember: use `Reply All' to
Beautiful...thanks!
> David A. Gershman wrote:
>
> >
> > I just looked up for how to sort and couldn't find how to sort by tag.
> > Anyone have ideas?
> >
>
> Choose 'r' (i.e. sort by property) and use the Special Property TAGS.
> See
I just looked up for how to sort and couldn't find how to sort by tag.
Anyone have ideas?
Thanks.
David A. Gershman
gersh...@dagertech.net
http://dagertech.net/gershman/
"It's all about the path!
t;
Plan Tomorrow
:PROPERTIES:
:ID:
472hncd1d...@x.i-did-not-set--mail-host-address--so-tickle-me
:END:
<2009-06-19 Fri 17:00-18:00 +1w>
Notice the "UID" is the same for T, W, & Th.
Ideas?
---
under wine.
>
> Of course I also have the Windows port of Emacs, so I can still run org,
> even if I am forced to use Windows:)
>
> Ian.
>
>
> _______
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to
er: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>
---
David A. Gershman
gersh...@dagertech.net
http://dagertech.net/gershman/
"It's all about the path!" --d. gershman
_
and allowing a list of
> > todo kw that will affect statistics.
>
> Done. Setting `org-provide-todo-statistics' to a list of TODO keywords
> will only compute todo statistics against headlines containing a keyword
> from this list.
>
> --
> Bastien
>
>
---
ll
sub-headings. So the above example would have to have something,
perhaps "CREATED" or "Qd" (queued). I'm hoping to alleviate this.
Thanks, and glad to be back with Org-Mode...
---
David A. Gershman
gersh...@dagertech.net
http://dagertech.net/gersh
Which documentation is maintained better, the online HTML or PDF?
Thanks.
---
David A. Gershman
gersh...@dagertech.net
http://dagertech.net/gershman/
"It's all about the path!" --d. gershman
___
Emacs-orgmode mailing lis
> 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
>
>
---
David A. Gershman
[EMAIL PROTECTED]
http://dagertech.net/gershman/
&quo
haps orgmode-specific.
Thanks.
---
David A. Gershman
[EMAIL PROTECTED]
http://dagertech.net/gershman/
"It's all about the path!" --d. gershman
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Not really...just seeing if another way is possible for familiar looks
back from my coding days.
> Hi David,
>
> Is there any Reason why you don't just make the dividers the first level
> of headlines? -- Eric
>
> "David A. Gershman" <[EMAIL PROTECTED]>
* Heading 1
* Heading 2
* Heading 3
# End Section 2
#
But when I fold stuff, I get:
* Heading 1...
* Heading 3...
* Heading 1...
* Heading 3...
Notice the dividers got folded into the trees. Any way to prevent this?
Thanks!
-------
David A. Gershman
[EMAIL PROTE
da view.
Did I do something wrong?
(Yes, I made sure my file was on the agenda view list.)
-------
David A. Gershman
[EMAIL PROTECTED]
http://dagertech.net/gershman/
"It's all about the path!" --d. gershman
___
Emacs-orgmode mailing
Hi Everyone,
I'm playing with HTML exporting and would like to know how I can
suppress the "%%(..." diary entries I have at the top of my .org file?
Thanks!
-------
David A. Gershman
[EMAIL PROTECTED]
http://dagertech.net/gershman/
"It's all about
the original
todo.org file but now it looks like this:
* Today's List
* Task #1
_Note #1_ <-- link to note: [[file:notes.org::*don't...
* Task #2
* Task #n
---
David A. Gershman
[EMAIL PROTECTED]
http://dagertech.net/gershman/
"It's a
n only certain agenda views?
>
> I'm using 6.12a
>
> Thanks,
>
> Yann
>
>
> ___________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send repli
___
> 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
>
>
---
David A. Gershman
[EMAIL PROTECTED]
http://dager
ted in the original .org file? So that after hitting C-c C-c, and
possibly entering a label, I get the following:
* Heading One
:NOTES:
_Newly Created Note_<-- link to note just entered
:END:
Thanks!
-----------
David A. Gershman
[EMAIL PROTECTED]
http://dagertech.net/gershm
for a *GREAT* product!
-----------
David A. Gershman
[EMAIL PROTECTED]
http://dagertech.net/gershman/
"It's all about the path!" --d. gershman
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the
messages from another program, which is bad news as I would like
> to do this too.
>
> Ian.
>
>
> ___
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http
> Hi David, no, there is not. You can always press "." in the agenda,
> that will get you to "today" and position the cursor at that day.
Doh! Missed that one...that works fine. Thanks!
---
David A. Gershman
[EMAIL PROTECTED]
http://dagertech.net/ger
Is there a way to "highlight" the current date in the Agenda view?
Something to draw ones eye to the current date.
Thanks.
-------
David A. Gershman
[EMAIL PROTECTED]
http://dagertech.net/gershman/
"It's all about the
I'm interested in getting my agenda view data exported to ical format.
I know I can export my agenda *data* to ical, but diary entries are not
included. Anyone have a way to get both sets of data into an ical
format export?
Thanks.
---
David A. Gershman
[EMAIL PROTECTED]
t; nothing. (Note: Using XFCE4 as my WM and Zenwalk as the distro)
>
> (or is this a non-orgmode question?)
>
> Thanks.
>
>
> ---
> David A. Gershman
> [EMAIL PROTECTED]
> http://dagertech.net/gershman/
> "It's all about the path!" --
link:
[[file:info.pdf][Information]]
Under Windows, info.pdf is associated with an app. Under linux, I get
nothing. (Note: Using XFCE4 as my WM and Zenwalk as the distro)
(or is this a non-orgmode question?)
Thanks.
---
David A. Gershman
[EMAIL PROTECTED]
http://dagertech.net/ger
Has anyone attempted the exporting or printing of .org data to a
physical planner size page? I'm looking to get 1) the agenda view to a
"planner page", and perhaps 2) any subtree view.
-------
David A. Gershman
[EMAIL PROTECTED]
http://dagertech.net/gershman/
"It&
t;. Although "loose" did
have some interesting things come to mind. :)
---
David A. Gershman
[EMAIL PROTECTED]
http://dagertech.net/gershman/
"It's all about the path!" --d. gershman
___
Emacs-orgmode mailing list
Remem
Suggestions for features OR Help?
Date: Wed, 27 Aug 2008 18:11:28 -0700
From: David A. Gershman <[EMAIL PROTECTED]>
To: emacs-orgmode@gnu.org
Hello All,
I'm fairly new to Org-Mode, but common to Emacs. I've have a need to
create a task which is made up of sub-tasks. Each sub-task in
Hello All,
I'm fairly new to Org-Mode, but common to Emacs. I've have a need to
create a task which is made up of sub-tasks. Each sub-task in turn has
actions which comprise it.
Each action, I'd like it to have a checkbox so that the sub-task can
track percent complete. Like so:
* Sub-Task
how, just wanted to offer my sincere thanks and appreciation!
---
David A. Gershman
[EMAIL PROTECTED]
http://dagertech.net/gershman/
"It's all about the path!" --d. gershman
___
Emacs-orgmode mailing list
Remember: use `Reply
80 matches
Mail list logo